Skip to content

build(deps): bump github.com/swaggo/echo-swagger from 1.4.1 to 1.5.0#1066

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/swaggo/echo-swagger-1.5.0
Closed

build(deps): bump github.com/swaggo/echo-swagger from 1.4.1 to 1.5.0#1066
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/swaggo/echo-swagger-1.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps github.com/swaggo/echo-swagger from 1.4.1 to 1.5.0.

Release notes

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

v1.5.0

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)
  • d62bdea84f886fac21936aba557bcdccfebfe99c Support Echo v5 (#140)
  • 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)
  • 0c9c486b033a30b7497b4f0aa39cb5b089f5353e chore: update .goreleaser to version 2
  • ec1771556ddf942869fc087cc790e2b92d001fd2 fix: improve error handling and response for EchoWrapHandler (#129)
Commits
  • 0c9c486 chore: update .goreleaser to version 2
  • d62bdea Support Echo v5 (#140)
  • 084c884 chore(deps): bump golang.org/x/crypto in /example/v2 (#137)
  • d2c5601 chore(deps): bump golang.org/x/crypto in /example/v3 (#136)
  • 85c1812 add support github.com/swaggo/swag/v2 (#125)
  • e1ef540 chore(deps): bump golang.org/x/net from 0.25.0 to 0.38.0 (#135)
  • 3ed4409 chore(deps): bump golang.org/x/crypto (#131)
  • 4610e5f Fix typo in workflow name from 'vname' to 'name' (#134)
  • 55e053a Update Go versions in CI workflow (#133)
  • 266dde8 chore(deps): bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1 (#132)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 16, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/swaggo/echo-swagger-1.5.0 branch from 3864ed9 to 48d33af Compare February 25, 2026 23:56
Bumps [github.com/swaggo/echo-swagger](https://github.com/swaggo/echo-swagger) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/swaggo/echo-swagger/releases)
- [Commits](swaggo/echo-swagger@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/swaggo/echo-swagger
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/swaggo/echo-swagger-1.5.0 branch from 48d33af to 0cd7d9a Compare February 28, 2026 16:04
@NoRain211
Copy link

Closing — echo-swagger v1.5.0 targets Echo v5, which is incompatible with our Echo v4 codebase. The WrapHandler return type changed from echo/v4.HandlerFunc to echo/v5.HandlerFunc.

@Zibbp Zibbp closed this Mar 1, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/swaggo/echo-swagger-1.5.0 branch March 1, 2026 15:38
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants