Skip to content

Commit 6881ee5

Browse files
committed
chore: go mod
$ go mod tidy && go mod vendor
1 parent 8694d47 commit 6881ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ require (
1212
github.com/stretchr/testify v1.8.0
1313
golang.org/x/net v0.7.0
1414
google.golang.org/grpc v1.40.0
15+
google.golang.org/protobuf v1.27.1
1516
k8s.io/api v0.23.14
1617
k8s.io/apimachinery v0.23.14
1718
k8s.io/client-go v0.23.14
@@ -82,7 +83,6 @@ require (
8283
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
8384
google.golang.org/appengine v1.6.7 // indirect
8485
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
85-
google.golang.org/protobuf v1.27.1 // indirect
8686
gopkg.in/inf.v0 v0.9.1 // indirect
8787
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
8888
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)