-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.2 #331
Bump github.com/labstack/echo/v4 from 4.12.0 to 4.13.2 #331
Conversation
Temporary image available at |
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.12.0 to 4.13.2. - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](labstack/echo@v4.12.0...v4.13.2) --- updated-dependencies: - dependency-name: github.com/labstack/echo/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
07eb7c7
to
f386537
Compare
Superseded by #340. |
Mergecat's ReviewClick to read mergecats review!😼 Mergecat review of go.mod@@ -25,7 +25,7 @@ require (
github.com/imdario/mergo v0.3.16
github.com/jeremywohl/flatten v1.0.1
github.com/labstack/echo-contrib v0.17.1
- github.com/labstack/echo/v4 v4.12.0
+ github.com/labstack/echo/v4 v4.13.2
github.com/masterminds/semver v1.5.0
github.com/mitchellh/mapstructure v1.5.0
github.com/olekukonko/tablewriter v0.0.5
@@ -53,7 +53,7 @@ require (
go.opentelemetry.io/otel/sdk/metric v1.33.0
go.opentelemetry.io/otel/trace v1.33.0
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
- golang.org/x/net v0.30.0
+ golang.org/x/net v0.32.0
golang.org/x/oauth2 v0.24.0
google.golang.org/grpc v1.67.1
gopkg.in/dealancer/validate.v2 v2.1.0
@@ -146,7 +146,6 @@ require (
github.com/go-redis/cache/v9 v9.0.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
- github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
@@ -272,12 +271,12 @@ require (
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
- golang.org/x/crypto v0.28.0 // indirect
- golang.org/x/sync v0.9.0 // indirect
+ golang.org/x/crypto v0.31.0 // indirect
+ golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
- golang.org/x/term v0.25.0 // indirect
- golang.org/x/text v0.20.0 // indirect
- golang.org/x/time v0.6.0 // indirect
+ golang.org/x/term v0.27.0 // indirect
+ golang.org/x/text v0.21.0 // indirect
+ golang.org/x/time v0.8.0 // indirect
google.golang.org/api v0.171.0 // indirect
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect Feedback & Suggestions:
Dependency ReviewClick to read mergecats review!No suggestions found |
Bumps github.com/labstack/echo/v4 from 4.12.0 to 4.13.2.
Release notes
Sourced from github.com/labstack/echo/v4's releases.
... (truncated)
Changelog
Sourced from github.com/labstack/echo/v4's changelog.
Commits
692bc2a
Update dependencies (dependabot reports https://pkg.go.dev/vuln/GO-2024-3321)...fd3f074
Changelog for v4.13.1 (#2719)0368ed8
Add Conditions to Ensure Bind Succeeds withTransfer-Encoding: chunked
(#2717)3b01785
Changelog for 4.13.0 (#2712)fe26277
remove jwt middleware9e73691
Shorten Github issue template and add test example118c163
CORS middleware should compile allowOrigin regexp at creation.a973e3b
add unit-testc4410fe
fix(bind body): content-length can be -15d98929
Remove broken headerDependabot 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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)