File tree Expand file tree Collapse file tree 2 files changed +261
-13
lines changed Expand file tree Collapse file tree 2 files changed +261
-13
lines changed Original file line number Diff line number Diff line change @@ -3,23 +3,14 @@ module e2e
3
3
go 1.16
4
4
5
5
require (
6
- github.com/go-logr/logr v1.1.0 // indirect
7
- github.com/google/go-cmp v0.5.6 // indirect
8
6
github.com/google/gofuzz v1.2.0 // indirect
9
7
github.com/imdario/mergo v0.3.12 // indirect
10
8
github.com/json-iterator/go v1.1.12 // indirect
11
9
github.com/stretchr/testify v1.7.0
12
- golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect
13
- golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
14
- golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
15
- golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
16
10
golang.org/x/text v0.3.7 // indirect
17
11
google.golang.org/appengine v1.6.7 // indirect
18
- google.golang.org/protobuf v1.27.1 // indirect
19
- gotest.tools v2.2.0+incompatible // indirect
20
- k8s.io/api v0.22.1
21
- k8s.io/apimachinery v0.22.1
22
- k8s.io/client-go v0.22.1
23
- k8s.io/klog/v2 v2.20.0 // indirect
24
- k8s.io/utils v0.0.0-20210820185131-d34e5cb4466e // indirect
12
+ gotest.tools v2.2.0+incompatible
13
+ k8s.io/api v0.25.1
14
+ k8s.io/apimachinery v0.25.1
15
+ k8s.io/client-go v0.25.1
25
16
)
You can’t perform that action at this time.
0 commit comments