Skip to content

chore(deps): bump the gomod group with 4 updates#529

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-d56bb59213
Closed

chore(deps): bump the gomod group with 4 updates#529
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/gomod-d56bb59213

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the gomod group with 4 updates: github.com/labstack/echo/v5, github.com/lmittmann/tint, github.com/swaggo/echo-swagger and golang.org/x/term.

Updates github.com/labstack/echo/v5 from 5.2.1 to 5.3.0

Release notes

Sourced from github.com/labstack/echo/v5's releases.

v5.3.0

Group middleware logic changes

PR #2996 reverts back to v4 behavior for a group registering implicit 404 handlers.

If you do not want this behavior, you do not want implicit 404 handlers for groups, use:

e :=  echo.NewWithConfig(echo.Config{NoGroupAutoRegister404Routes: true})
g := e.Group("/api")

Other noteworthy echancements:

e.QUERY("/", func(c *Context) error {
  return c.String(http.StatusTeapot, "OK")
})
e := echo.NewWithConfig(echo.Config{
  Router: echo.NewRouter(echo.RouterConfig{
    AutoHandleHEAD: true,
  }),
})

What's Changed

New Contributors

Full Changelog: labstack/echo@v5.2.1...v5.3.0

Changelog

Sourced from github.com/labstack/echo/v5's changelog.

v5.3.0 - 2026-07-12

Logic changes PR #2996 revert back to v4 behavior for a group registering implicit 404 handlers.

If you do not want this behavior, can do not want implicit 404 handlers for groups, use:

e :=  echo.NewWithConfig(echo.Config{NoGroupAutoRegister404Routes: true})
g := e.Group("/api")

some other noteworthy echancements:

e.QUERY("/", func(c *Context) error {
  return c.String(http.StatusTeapot, "OK")
})
e := echo.NewWithConfig(echo.Config{
  Router: echo.NewRouter(echo.RouterConfig{
    AutoHandleHEAD: true,
  }),
})

Enhancements

Commits
  • caa0182 Changelog for v5.3.0
  • 2d9b2aa Revert back to v4 behavior for group registering implicit 404 handlers. This ...
  • 222be90 AutoHandleHEAD enables automatic handling of HTTP HEAD requests by falling ba...
  • 030f1b3 docs: fix typos moderm->modern and alot->a lot in API_CHANGES_V5.md
  • abbb92e feat: add support for HTTP QUERY method (#3036)
  • 11aa371 docs(cors): note reverse-proxy header duplication on CORS godoc
  • c9cfc21 docs(csrf): fix godoc typo in Generator default (tp -> to)
  • 54abc47 pin GitHub Actions to full commit SHAs and rework actions shas to own block
  • a09a027 update golang.org/x deps to latest versions
  • 5aa876b perf(router): cache-friendly static child lookup + dedupe leaf check (#3024)
  • Additional commits viewable in compare view

Updates github.com/lmittmann/tint from 1.1.3 to 1.2.0

Release notes

Sourced from github.com/lmittmann/tint's releases.

v1.2.0

tint.NewHandler is now deprecated in favor of the new tint.NewTextHandler. Existing code keeps working, and go fix (Go 1.26+) upgrades call sites automatically.

What's Changed

New Contributors

Full Changelog: lmittmann/tint@v1.1.3...v1.2.0

Commits

Updates github.com/swaggo/echo-swagger from 1.5.0 to 1.5.2

Release notes

Sourced from github.com/swaggo/echo-swagger's releases.

v1.5.2

Changelog

  • 4610e5fe3d165f8778404332c55e6739d9def661 Fix typo in workflow name from 'vname' to 'name' (#134)
  • c9c2b320fd9517e10d1f050472e2ff0ea46fc3bd Replace unsupported package ghodss/yaml to sigs.k8s.io/yaml and upgrade version swag to 1.16.2 (#118)
  • 55e053a74260f4a6dfe70bf29a874f9f250386ca Update Go versions in CI workflow (#133)
  • 85c181284a4569234b9869a8c688d49535b4db84 add support github.com/swaggo/swag/v2 (#125)
  • 3ed44099164f7583e0afc0c1745c2b15bf41d035 chore(deps): bump golang.org/x/crypto (#131)
  • 084c884941f0d16295e82fd572b6f4994048cc54 chore(deps): bump golang.org/x/crypto in /example/v2 (#137)
  • d2c5601ca947474c939f0d347042f0f5507fa2d0 chore(deps): bump golang.org/x/crypto in /example/v3 (#136)
  • e1ef5402e4677cfc1f779d51ca694ba094f9cd3d chore(deps): bump golang.org/x/net from 0.25.0 to 0.38.0 (#135)
  • 266dde8d6f79c50b2c3da78089b83f41cdb40d87 chore(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (#132)
  • 12f841b28c19d951ef888f42f1d91472e7460d24 chore: retractg echo-swagger version 1.5.0
  • ec1771556ddf942869fc087cc790e2b92d001fd2 fix: improve error handling and response for EchoWrapHandler (#129)

v1.5.1

Changelog

  • 4610e5fe3d165f8778404332c55e6739d9def661 Fix typo in workflow name from 'vname' to 'name' (#134)
  • c9c2b320fd9517e10d1f050472e2ff0ea46fc3bd Replace unsupported package ghodss/yaml to sigs.k8s.io/yaml and upgrade version swag to 1.16.2 (#118)
  • 55e053a74260f4a6dfe70bf29a874f9f250386ca Update Go versions in CI workflow (#133)
  • 85c181284a4569234b9869a8c688d49535b4db84 add support github.com/swaggo/swag/v2 (#125)
  • 3ed44099164f7583e0afc0c1745c2b15bf41d035 chore(deps): bump golang.org/x/crypto (#131)
  • 084c884941f0d16295e82fd572b6f4994048cc54 chore(deps): bump golang.org/x/crypto in /example/v2 (#137)
  • d2c5601ca947474c939f0d347042f0f5507fa2d0 chore(deps): bump golang.org/x/crypto in /example/v3 (#136)
  • e1ef5402e4677cfc1f779d51ca694ba094f9cd3d chore(deps): bump golang.org/x/net from 0.25.0 to 0.38.0 (#135)
  • 266dde8d6f79c50b2c3da78089b83f41cdb40d87 chore(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (#132)
  • 12f841b28c19d951ef888f42f1d91472e7460d24 chore: retractg echo-swagger version 1.5.0
  • ec1771556ddf942869fc087cc790e2b92d001fd2 fix: improve error handling and response for EchoWrapHandler (#129)
Commits

Updates golang.org/x/term from 0.44.0 to 0.45.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 4 updates: [github.com/labstack/echo/v5](https://github.com/labstack/echo), [github.com/lmittmann/tint](https://github.com/lmittmann/tint), [github.com/swaggo/echo-swagger](https://github.com/swaggo/echo-swagger) and [golang.org/x/term](https://github.com/golang/term).


Updates `github.com/labstack/echo/v5` from 5.2.1 to 5.3.0
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v5.2.1...v5.3.0)

Updates `github.com/lmittmann/tint` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/lmittmann/tint/releases)
- [Commits](lmittmann/tint@v1.1.3...v1.2.0)

Updates `github.com/swaggo/echo-swagger` from 1.5.0 to 1.5.2
- [Release notes](https://github.com/swaggo/echo-swagger/releases)
- [Commits](https://github.com/swaggo/echo-swagger/commits/v1.5.2)

Updates `golang.org/x/term` from 0.44.0 to 0.45.0
- [Commits](golang/term@v0.44.0...v0.45.0)

---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v5
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/lmittmann/tint
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/swaggo/echo-swagger
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: golang.org/x/term
  dependency-version: 0.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 14, 2026
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 14, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/gomod-d56bb59213 branch July 14, 2026 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant