Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit bfc3ae1

Browse files
fix(deps): update module github.com/envoyproxy/go-control-plane to v0.11.0
1 parent 6ef1f0c commit bfc3ae1

File tree

2 files changed

+936
-5
lines changed

2 files changed

+936
-5
lines changed

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ module github.com/WirePact/go-translator
33
go 1.16
44

55
require (
6-
github.com/envoyproxy/go-control-plane v0.10.1
7-
github.com/sirupsen/logrus v1.8.1 // indirect
6+
github.com/envoyproxy/go-control-plane v0.11.0
7+
github.com/sirupsen/logrus v1.8.1
88
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
9-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
10-
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1
11-
google.golang.org/grpc v1.42.0
9+
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6
10+
google.golang.org/grpc v1.52.0
1211
gopkg.in/square/go-jose.v2 v2.6.0
1312
)

0 commit comments

Comments
 (0)