Skip to content

Commit

Permalink
Bump github.com/labstack/echo/v4 from 4.1.17 to 4.9.0 in /go-service
Browse files Browse the repository at this point in the history
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.1.17 to 4.9.0.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v4.1.17...v4.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2022
1 parent 85e40d2 commit cd11d27
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 445 deletions.
13 changes: 9 additions & 4 deletions go-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,22 @@ module go-service
go 1.15

require (
github.com/aws/aws-sdk-go v1.42.34 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-playground/validator/v10 v10.4.0
github.com/hashicorp/consul v1.13.1
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/hashicorp/consul/api v1.14.0
github.com/hashicorp/consul/sdk v0.11.0 // indirect
github.com/hashicorp/serf v0.9.8 // indirect
github.com/joho/godotenv v1.3.0
github.com/labstack/echo-contrib v0.9.0
github.com/labstack/echo/v4 v4.1.17
github.com/labstack/gommon v0.3.0
github.com/labstack/echo/v4 v4.9.0
github.com/labstack/gommon v0.3.1
github.com/prometheus/client_golang v1.7.1 // indirect
go.mongodb.org/mongo-driver v1.4.1
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/api v0.20.1 // indirect
k8s.io/apimachinery v0.20.1
Expand Down
Loading

0 comments on commit cd11d27

Please sign in to comment.