File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/controller-runtime/tools/setup-envtest
2
2
3
- go 1.16
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/go-logr/logr v1.2.0
@@ -11,3 +11,17 @@ require (
11
11
github.com/spf13/pflag v1.0.5
12
12
go.uber.org/zap v1.19.1
13
13
)
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
+ )
You can’t perform that action at this time.
0 commit comments