File tree Expand file tree Collapse file tree 2 files changed +193
-123
lines changed Expand file tree Collapse file tree 2 files changed +193
-123
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ require (
7
7
github.com/fsnotify/fsnotify v1.4.9
8
8
github.com/go-logr/logr v0.3.0
9
9
github.com/go-logr/zapr v0.2.0
10
- github.com/google/go-cmp v0.5.2 // indirect
11
10
github.com/googleapis/gnostic v0.5.1 // indirect
12
11
github.com/hashicorp/golang-lru v0.5.4 // indirect
13
12
github.com/imdario/mergo v0.3.10 // indirect
@@ -20,11 +19,11 @@ require (
20
19
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
21
20
gomodules.xyz/jsonpatch/v2 v2.1.0
22
21
google.golang.org/appengine v1.6.6 // indirect
23
- k8s.io/api v0.19.2
24
- k8s.io/apiextensions-apiserver v0.19.2
25
- k8s.io/apimachinery v0.19.2
26
- k8s.io/client-go v0.19.2
27
- k8s.io/component-base v0.19.2
28
- k8s.io/utils v0.0.0-20200912215256-4140de9c8800
22
+ k8s.io/api v0.20.0
23
+ k8s.io/apiextensions-apiserver v0.20.0
24
+ k8s.io/apimachinery v0.20.0
25
+ k8s.io/client-go v0.20.0
26
+ k8s.io/component-base v0.20.0
27
+ k8s.io/utils v0.0.0-20201110183641-67b214c5f920
29
28
sigs.k8s.io/yaml v1.2.0
30
29
)
You can’t perform that action at this time.
0 commit comments