Skip to content

Commit

Permalink
Merge pull request #1777 from varshaprasad96/bump/go-envtest
Browse files Browse the repository at this point in the history
✨ Bump go in setup-envtest
  • Loading branch information
k8s-ci-robot committed Jan 13, 2022
2 parents 19f9afe + 2df0a5b commit 45b13b9
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion tools/setup-envtest/go.mod
@@ -1,6 +1,6 @@
module sigs.k8s.io/controller-runtime/tools/setup-envtest

go 1.16
go 1.17

require (
github.com/go-logr/logr v1.2.0
Expand All @@ -11,3 +11,17 @@ require (
github.com/spf13/pflag v1.0.5
go.uber.org/zap v1.19.1
)

require (
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/nxadm/tail v1.4.8 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

0 comments on commit 45b13b9

Please sign in to comment.