Skip to content

Commit e679f11

Browse files
authored
Merge pull request #264 from gr455/dep/meshkit
[Dependency] Upgrade Meshkit
2 parents e72e658 + 0a7a7b8 commit e679f11

File tree

2 files changed

+1244
-286
lines changed

2 files changed

+1244
-286
lines changed

go.mod

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ go 1.14
44

55
require (
66
fortio.org/fortio v1.6.8
7-
github.com/envoyproxy/go-control-plane v0.9.8
8-
github.com/envoyproxy/protoc-gen-validate v0.1.0
9-
github.com/golang/protobuf v1.4.2
10-
github.com/layer5io/meshkit v0.2.7
7+
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1
8+
github.com/envoyproxy/protoc-gen-validate v0.6.2
9+
github.com/layer5io/meshkit v0.5.32
1110
github.com/pkg/errors v0.9.1
12-
github.com/sirupsen/logrus v1.7.0
13-
google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c
14-
google.golang.org/grpc v1.31.0
15-
google.golang.org/protobuf v1.25.0
11+
github.com/sirupsen/logrus v1.8.1
12+
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21
13+
google.golang.org/grpc v1.46.0
14+
google.golang.org/protobuf v1.28.0
1615
)

0 commit comments

Comments
 (0)