@@ -11,36 +11,45 @@ require (
11
11
github.com/spf13/cobra v1.5.0
12
12
github.com/spf13/viper v1.13.0
13
13
gopkg.in/yaml.v3 v3.0.1
14
- k8s.io/api v0.23.12
15
- k8s.io/apimachinery v0.23.12
16
- k8s.io/client-go v0.23.12
17
- k8s.io/klog/v2 v2.40 .1
18
- k8s.io/utils v0.0.0-20220127004650-9b3446523e65
14
+ k8s.io/api v0.24.15
15
+ k8s.io/apimachinery v0.24.15
16
+ k8s.io/client-go v0.24.15
17
+ k8s.io/klog/v2 v2.60 .1
18
+ k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
19
19
)
20
20
21
21
require (
22
+ github.com/PuerkitoBio/purell v1.1.1 // indirect
23
+ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
22
24
github.com/beorn7/perks v1.0.1 // indirect
23
25
github.com/cespare/xxhash/v2 v2.1.2 // indirect
24
26
github.com/davecgh/go-spew v1.1.1 // indirect
27
+ github.com/emicklei/go-restful v2.9.5+incompatible // indirect
25
28
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
26
29
github.com/fsnotify/fsnotify v1.5.4 // indirect
27
30
github.com/go-logr/logr v1.2.0 // indirect
31
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
32
+ github.com/go-openapi/jsonreference v0.19.5 // indirect
33
+ github.com/go-openapi/swag v0.19.14 // indirect
28
34
github.com/gogo/protobuf v1.3.2 // indirect
29
35
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
30
36
github.com/golang/protobuf v1.5.2 // indirect
37
+ github.com/google/gnostic v0.5.7-v3refs // indirect
31
38
github.com/google/go-cmp v0.5.8 // indirect
32
39
github.com/google/gofuzz v1.1.0 // indirect
33
- github.com/google/uuid v1.1.2 // indirect
34
- github.com/googleapis/gnostic v0.5.5 // indirect
40
+ github.com/google/uuid v1.3.0 // indirect
35
41
github.com/hashicorp/hcl v1.0.0 // indirect
36
42
github.com/imdario/mergo v0.3.5 // indirect
37
43
github.com/inconshreveable/mousetrap v1.0.0 // indirect
44
+ github.com/josharian/intern v1.0.0 // indirect
38
45
github.com/json-iterator/go v1.1.12 // indirect
39
46
github.com/magiconair/properties v1.8.6 // indirect
47
+ github.com/mailru/easyjson v0.7.6 // indirect
40
48
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
41
49
github.com/mitchellh/mapstructure v1.5.0 // indirect
42
50
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
43
51
github.com/modern-go/reflect2 v1.0.2 // indirect
52
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
44
53
github.com/opentracing/opentracing-go v1.2.0 // indirect
45
54
github.com/pelletier/go-toml v1.9.5 // indirect
46
55
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
@@ -54,21 +63,21 @@ require (
54
63
github.com/spf13/jwalterweatherman v1.1.0 // indirect
55
64
github.com/spf13/pflag v1.0.5 // indirect
56
65
github.com/subosito/gotenv v1.4.1 // indirect
57
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
66
+ golang.org/x/net v0.8.0 // indirect
58
67
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
59
- golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
60
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
61
- golang.org/x/text v0.3.7 // indirect
62
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
68
+ golang.org/x/sys v0.6.0 // indirect
69
+ golang.org/x/term v0.6.0 // indirect
70
+ golang.org/x/text v0.8.0 // indirect
71
+ golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
63
72
gomodules.xyz/jsonpatch/v3 v3.0.1 // indirect
64
73
gomodules.xyz/orderedmap v0.1.0 // indirect
65
74
google.golang.org/appengine v1.6.7 // indirect
66
75
google.golang.org/protobuf v1.28.0 // indirect
67
76
gopkg.in/inf.v0 v0.9.1 // indirect
68
77
gopkg.in/ini.v1 v1.67.0 // indirect
69
78
gopkg.in/yaml.v2 v2.4.0 // indirect
70
- k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
71
- sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
72
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
79
+ k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
80
+ sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
81
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
73
82
sigs.k8s.io/yaml v1.2.0 // indirect
74
83
)
0 commit comments