Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/labstack/echo/v4 v4.13.3 -> v4.14.0 age confidence

Release Notes

labstack/echo (github.com/labstack/echo/v4)

v4.14.0

Compare Source

middleware.Logger has been deprecated. For request logging, use middleware.RequestLogger or
middleware.RequestLoggerWithConfig.

middleware.RequestLogger replaces middleware.Logger, offering comparable configuration while relying on the
Go standard library’s new slog logger.

The previous default output format was JSON. The new default follows the standard slog logger settings.
To continue emitting request logs in JSON, configure slog accordingly:

slog.SetDefault(slog.New(slog.NewJSONHandler(os.Stdout, nil)))
e.Use(middleware.RequestLogger())

Security

Enhancements

v4.13.4

Compare Source

Enhancements

Security


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 26, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.33.0 -> v0.38.0
golang.org/x/net v0.35.0 -> v0.40.0
golang.org/x/sync v0.11.0 -> v0.14.0
golang.org/x/sys v0.30.0 -> v0.33.0
golang.org/x/text v0.22.0 -> v0.25.0
golang.org/x/time v0.10.0 -> v0.11.0

@renovate renovate bot requested review from a team as code owners June 26, 2025 10:55
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.13.4 fix(deps): update module github.com/labstack/echo/v4 to v4.14.0 Dec 12, 2025
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch from 883f482 to 11c168a Compare December 12, 2025 04:05
@renovate
Copy link
Contributor Author

renovate bot commented Dec 12, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.24.0
github.com/stretchr/testify v1.10.0 -> v1.11.1
golang.org/x/crypto v0.33.0 -> v0.46.0
golang.org/x/mod v0.23.0 -> v0.30.0
golang.org/x/net v0.35.0 -> v0.48.0
golang.org/x/sync v0.11.0 -> v0.19.0
golang.org/x/sys v0.30.0 -> v0.39.0
golang.org/x/text v0.22.0 -> v0.32.0
golang.org/x/time v0.10.0 -> v0.14.0
golang.org/x/tools v0.30.0 -> v0.39.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant