Skip to content

Commit

Permalink
chore: go mod
Browse files Browse the repository at this point in the history
$ go mod tidy && go mod vendor
  • Loading branch information
wozniakjan committed Apr 3, 2023
1 parent 03d25c5 commit 089eb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 089eb0c

Please sign in to comment.