We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8694d47 commit 6881ee5Copy full SHA for 6881ee5
go.mod
@@ -12,6 +12,7 @@ require (
12
github.com/stretchr/testify v1.8.0
13
golang.org/x/net v0.7.0
14
google.golang.org/grpc v1.40.0
15
+ google.golang.org/protobuf v1.27.1
16
k8s.io/api v0.23.14
17
k8s.io/apimachinery v0.23.14
18
k8s.io/client-go v0.23.14
@@ -82,7 +83,6 @@ require (
82
83
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
84
google.golang.org/appengine v1.6.7 // indirect
85
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
- google.golang.org/protobuf v1.27.1 // indirect
86
gopkg.in/inf.v0 v0.9.1 // indirect
87
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
88
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments