Skip to content

Commit

Permalink
Bump github.com/labstack/echo/v4 from 4.11.1 to 4.11.4
Browse files Browse the repository at this point in the history
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.11.1 to 4.11.4.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v4.11.1...v4.11.4)

---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 5919e79 commit 695f5ad
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 189 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/subcommands v1.2.0 // indirect
github.com/google/wire v0.5.0
github.com/labstack/echo/v4 v4.11.1
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/stretchr/testify v1.8.1
golang.org/x/crypto v0.11.0 // indirect
github.com/labstack/echo/v4 v4.11.4
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sync v0.1.0
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
Expand All @@ -28,12 +28,12 @@ require (
github.com/go-playground/validator/v10 v10.10.1
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/time v0.5.0 // indirect
)

require (
Expand Down Expand Up @@ -65,4 +65,4 @@ require (
gorm.io/plugin/prometheus v0.0.0-20210820101226-2a49866f83ee
)

require github.com/go-gormigrate/gormigrate/v2 v2.1.1 // indirect
require github.com/go-gormigrate/gormigrate/v2 v2.1.1
Loading

0 comments on commit 695f5ad

Please sign in to comment.