Skip to content

Commit 3056ac0

Browse files
Bump github.com/labstack/echo/v4 from 4.1.17 to 4.9.0 in /go-service
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] <support@github.com>
1 parent 6c00983 commit 3056ac0

2 files changed

Lines changed: 3 additions & 249 deletions

File tree

go-service/go.mod

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module go-service
33
go 1.15
44

55
require (
6-
github.com/aws/aws-sdk-go v1.42.34 // indirect
76
github.com/dgrijalva/jwt-go v3.2.0+incompatible
87
github.com/go-playground/validator/v10 v10.4.0
98
github.com/gogo/protobuf v1.3.2 // indirect
@@ -13,14 +12,10 @@ require (
1312
github.com/hashicorp/serf v0.9.8 // indirect
1413
github.com/joho/godotenv v1.3.0
1514
github.com/labstack/echo-contrib v0.9.0
16-
github.com/labstack/echo/v4 v4.1.17
17-
github.com/labstack/gommon v0.3.0
18-
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852
15+
github.com/labstack/echo/v4 v4.9.0
16+
github.com/labstack/gommon v0.3.1
1917
github.com/prometheus/client_golang v1.7.1 // indirect
20-
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
2118
go.mongodb.org/mongo-driver v1.7.4
22-
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
23-
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
2419
google.golang.org/appengine v1.6.6 // indirect
2520
google.golang.org/protobuf v1.27.1 // indirect
2621
gopkg.in/yaml.v2 v2.2.8

0 commit comments

Comments
 (0)