Skip to content

Commit 45b13b9

Browse files
authored
Merge pull request kubernetes-sigs#1777 from varshaprasad96/bump/go-envtest
✨ Bump go in setup-envtest
2 parents 19f9afe + 2df0a5b commit 45b13b9

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

tools/setup-envtest/go.mod

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module sigs.k8s.io/controller-runtime/tools/setup-envtest
22

3-
go 1.16
3+
go 1.17
44

55
require (
66
github.com/go-logr/logr v1.2.0
@@ -11,3 +11,17 @@ require (
1111
github.com/spf13/pflag v1.0.5
1212
go.uber.org/zap v1.19.1
1313
)
14+
15+
require (
16+
github.com/fsnotify/fsnotify v1.4.9 // indirect
17+
github.com/golang/protobuf v1.5.2 // indirect
18+
github.com/nxadm/tail v1.4.8 // indirect
19+
go.uber.org/atomic v1.7.0 // indirect
20+
go.uber.org/multierr v1.6.0 // indirect
21+
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
22+
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
23+
golang.org/x/text v0.3.6 // indirect
24+
google.golang.org/protobuf v1.26.0 // indirect
25+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
26+
gopkg.in/yaml.v2 v2.4.0 // indirect
27+
)

0 commit comments

Comments
 (0)