File tree Expand file tree Collapse file tree 2 files changed +120
-88
lines changed Expand file tree Collapse file tree 2 files changed +120
-88
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ require (
7
7
github.com/fsnotify/fsnotify v1.4.9
8
8
github.com/go-logr/logr v0.4.0
9
9
github.com/go-logr/zapr v0.4.0
10
- github.com/googleapis/gnostic v0.5.5 // indirect
11
- github.com/hashicorp/golang-lru v0.5.4 // indirect
12
10
github.com/imdario/mergo v0.3.12 // indirect
13
11
github.com/onsi/ginkgo v1.16.4
14
12
github.com/onsi/gomega v1.14.0
@@ -20,11 +18,11 @@ require (
20
18
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
21
19
gomodules.xyz/jsonpatch/v2 v2.2.0
22
20
google.golang.org/appengine v1.6.7 // indirect
23
- k8s.io/api v0.21.3
24
- k8s.io/apiextensions-apiserver v0.21.3
25
- k8s.io/apimachinery v0.21.3
26
- k8s.io/client-go v0.21.3
27
- k8s.io/component-base v0.21.3
21
+ k8s.io/api v0.22.0
22
+ k8s.io/apiextensions-apiserver v0.22.0
23
+ k8s.io/apimachinery v0.22.0
24
+ k8s.io/client-go v0.22.0
25
+ k8s.io/component-base v0.22.0
28
26
k8s.io/utils v0.0.0-20210722164352-7f3ee0f31471
29
27
sigs.k8s.io/yaml v1.2.0
30
28
)
You can’t perform that action at this time.
0 commit comments