chore: go mod

$ go mod tidy && go mod vendor
This commit is contained in:
Jan Wozniak 2023-03-18 19:33:43 +01:00
parent 8694d47321
commit 6881ee5ddf
No known key found for this signature in database
GPG Key ID: 962A0F0B52A6DC7F

2
go.mod
View File

@ -12,6 +12,7 @@ require (
github.com/stretchr/testify v1.8.0
golang.org/x/net v0.7.0
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
k8s.io/api v0.23.14
k8s.io/apimachinery v0.23.14
k8s.io/client-go v0.23.14
@ -82,7 +83,6 @@ require (
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect