Skip to content

Commit d12a523

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] <[email protected]>
1 parent cec6735 commit d12a523

File tree

2 files changed

+29
-445
lines changed

2 files changed

+29
-445
lines changed

go-service/go.mod

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,22 @@ module go-service
33
go 1.15
44

55
require (
6+
github.com/aws/aws-sdk-go v1.42.34 // indirect
67
github.com/dgrijalva/jwt-go v3.2.0+incompatible
78
github.com/go-playground/validator/v10 v10.4.0
8-
github.com/hashicorp/consul v1.13.1
9+
github.com/gogo/protobuf v1.3.2 // indirect
10+
github.com/google/gofuzz v1.2.0 // indirect
911
github.com/hashicorp/consul/api v1.14.0
12+
github.com/hashicorp/consul/sdk v0.11.0 // indirect
13+
github.com/hashicorp/serf v0.9.8 // indirect
1014
github.com/joho/godotenv v1.3.0
1115
github.com/labstack/echo-contrib v0.9.0
12-
github.com/labstack/echo/v4 v4.1.17
13-
github.com/labstack/gommon v0.3.0
16+
github.com/labstack/echo/v4 v4.9.0
17+
github.com/labstack/gommon v0.3.1
1418
github.com/prometheus/client_golang v1.7.1 // indirect
1519
go.mongodb.org/mongo-driver v1.4.1
16-
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
20+
google.golang.org/appengine v1.6.6 // indirect
21+
google.golang.org/protobuf v1.27.1 // indirect
1722
gopkg.in/yaml.v2 v2.2.8
1823
k8s.io/api v0.20.1 // indirect
1924
k8s.io/apimachinery v0.20.1

0 commit comments

Comments
 (0)