@@ -7,19 +7,19 @@ require (
7
7
github.com/google/uuid v1.6.0
8
8
github.com/onsi/ginkgo/v2 v2.19.0
9
9
github.com/onsi/gomega v1.33.1
10
- github.com/spf13/cobra v1.8.0
10
+ github.com/spf13/cobra v1.8.1
11
11
github.com/spyzhov/ajson v0.9.1
12
12
github.com/stretchr/testify v1.9.0
13
13
gopkg.in/yaml.v3 v3.0.1
14
- k8s.io/api v0.30 .1
15
- k8s.io/apiextensions-apiserver v0.30 .1
16
- k8s.io/apimachinery v0.30 .1
17
- k8s.io/cli-runtime v0.30 .1
18
- k8s.io/client-go v0.30 .1
19
- k8s.io/component-base v0.30 .1
20
- k8s.io/klog/v2 v2.120 .1
21
- k8s.io/kubectl v0.30 .1
22
- k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
14
+ k8s.io/api v0.31 .1
15
+ k8s.io/apiextensions-apiserver v0.31 .1
16
+ k8s.io/apimachinery v0.31 .1
17
+ k8s.io/cli-runtime v0.31 .1
18
+ k8s.io/client-go v0.31 .1
19
+ k8s.io/component-base v0.31 .1
20
+ k8s.io/klog/v2 v2.130 .1
21
+ k8s.io/kubectl v0.31 .1
22
+ k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
23
23
sigs.k8s.io/controller-runtime v0.18.4
24
24
sigs.k8s.io/kustomize/kyaml v0.17.1
25
25
sigs.k8s.io/yaml v1.4.0
@@ -30,7 +30,7 @@ require (
30
30
github.com/MakeNowJust/heredoc v1.0.0 // indirect
31
31
github.com/beorn7/perks v1.0.1 // indirect
32
32
github.com/blang/semver/v4 v4.0.0 // indirect
33
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
33
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
34
34
github.com/chai2010/gettext-go v1.0.2 // indirect
35
35
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
36
36
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -39,9 +39,9 @@ require (
39
39
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
40
40
github.com/fatih/camelcase v1.0.0 // indirect
41
41
github.com/fsnotify/fsnotify v1.7.0 // indirect
42
- github.com/fvbommel/sortorder v1.1 .0 // indirect
42
+ github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
43
43
github.com/go-errors/errors v1.4.2 // indirect
44
- github.com/go-logr/logr v1.4.1 // indirect
44
+ github.com/go-logr/logr v1.4.2 // indirect
45
45
github.com/go-openapi/jsonpointer v0.19.6 // indirect
46
46
github.com/go-openapi/jsonreference v0.20.2 // indirect
47
47
github.com/go-openapi/swag v0.22.4 // indirect
@@ -52,7 +52,7 @@ require (
52
52
github.com/google/btree v1.0.1 // indirect
53
53
github.com/google/gnostic-models v0.6.8 // indirect
54
54
github.com/google/gofuzz v1.2.0 // indirect
55
- github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
55
+ github.com/google/pprof v0.0.0-20240525223248-4bfdf5a9a2af // indirect
56
56
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
57
57
github.com/gorilla/websocket v1.5.0 // indirect
58
58
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
@@ -63,10 +63,9 @@ require (
63
63
github.com/json-iterator/go v1.1.12 // indirect
64
64
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
65
65
github.com/mailru/easyjson v0.7.7 // indirect
66
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
67
66
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
68
- github.com/moby/spdystream v0.2 .0 // indirect
69
- github.com/moby/term v0.0.0-20221205130635-1aeaba878587 // indirect
67
+ github.com/moby/spdystream v0.4 .0 // indirect
68
+ github.com/moby/term v0.5.0 // indirect
70
69
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
71
70
github.com/modern-go/reflect2 v1.0.2 // indirect
72
71
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
@@ -75,31 +74,31 @@ require (
75
74
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
76
75
github.com/pkg/errors v0.9.1 // indirect
77
76
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
78
- github.com/prometheus/client_golang v1.16.0 // indirect
79
- github.com/prometheus/client_model v0.4.0 // indirect
80
- github.com/prometheus/common v0.44 .0 // indirect
81
- github.com/prometheus/procfs v0.12.0 // indirect
77
+ github.com/prometheus/client_golang v1.19.1 // indirect
78
+ github.com/prometheus/client_model v0.6.1 // indirect
79
+ github.com/prometheus/common v0.55 .0 // indirect
80
+ github.com/prometheus/procfs v0.15.1 // indirect
82
81
github.com/russross/blackfriday/v2 v2.1.0 // indirect
83
82
github.com/spf13/pflag v1.0.5 // indirect
83
+ github.com/x448/float16 v0.8.4 // indirect
84
84
github.com/xlab/treeprint v1.2.0 // indirect
85
85
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
86
- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
87
- golang.org/x/net v0.25 .0 // indirect
88
- golang.org/x/oauth2 v0.12 .0 // indirect
86
+ golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
87
+ golang.org/x/net v0.26 .0 // indirect
88
+ golang.org/x/oauth2 v0.21 .0 // indirect
89
89
golang.org/x/sync v0.7.0 // indirect
90
- golang.org/x/sys v0.20 .0 // indirect
91
- golang.org/x/term v0.20 .0 // indirect
92
- golang.org/x/text v0.15 .0 // indirect
90
+ golang.org/x/sys v0.21 .0 // indirect
91
+ golang.org/x/term v0.21 .0 // indirect
92
+ golang.org/x/text v0.16 .0 // indirect
93
93
golang.org/x/time v0.3.0 // indirect
94
- golang.org/x/tools v0.21.0 // indirect
94
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
95
95
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
96
- google.golang.org/appengine v1.6.7 // indirect
97
- google.golang.org/protobuf v1.33.0 // indirect
98
- gopkg.in/evanphx/json-patch.v5 v5.6.0 // indirect
96
+ google.golang.org/protobuf v1.34.2 // indirect
97
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
99
98
gopkg.in/inf.v0 v0.9.1 // indirect
100
99
gopkg.in/yaml.v2 v2.4.0 // indirect
101
100
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
102
101
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
103
- sigs.k8s.io/kustomize/api v0.15.0 // indirect
102
+ sigs.k8s.io/kustomize/api v0.17.2 // indirect
104
103
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
105
104
)
0 commit comments