@@ -14,7 +14,7 @@ require (
14
14
github.com/aws/aws-sdk-go-v2/config v1.27.35
15
15
github.com/aws/aws-sdk-go-v2/service/ec2 v1.177.3
16
16
github.com/aws/smithy-go v1.20.4
17
- github.com/distribution/reference v0.5 .0
17
+ github.com/distribution/reference v0.6 .0
18
18
github.com/docker/go-units v0.5.0
19
19
github.com/dustin/go-humanize v1.0.1
20
20
github.com/evanphx/json-patch v5.6.0+incompatible
@@ -25,8 +25,8 @@ require (
25
25
github.com/google/go-cmp v0.6.0
26
26
github.com/mitchellh/mapstructure v1.5.0
27
27
github.com/olekukonko/tablewriter v0.0.5
28
- github.com/onsi/ginkgo/v2 v2.19 .0
29
- github.com/onsi/gomega v1.34 .1
28
+ github.com/onsi/ginkgo/v2 v2.21 .0
29
+ github.com/onsi/gomega v1.35 .1
30
30
github.com/pelletier/go-toml/v2 v2.2.2
31
31
github.com/pingcap/errors v0.11.4
32
32
github.com/pingcap/kvproto v0.0.0-20240403065636-c699538f7aa1
@@ -45,20 +45,20 @@ require (
45
45
google.golang.org/protobuf v1.36.4
46
46
gopkg.in/yaml.v2 v2.4.0
47
47
gopkg.in/yaml.v3 v3.0.1
48
- k8s.io/api v0.31.0
49
- k8s.io/apimachinery v0.31.0
50
- k8s.io/cli-runtime v0.31.0
51
- k8s.io/client-go v0.31.0
52
- k8s.io/code-generator v0.31.0
53
- k8s.io/component-base v0.31.0
54
- k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70
48
+ k8s.io/api v0.32.2
49
+ k8s.io/apimachinery v0.32.2
50
+ k8s.io/cli-runtime v0.32.2
51
+ k8s.io/client-go v0.32.2
52
+ k8s.io/code-generator v0.32.2
53
+ k8s.io/component-base v0.32.2
54
+ k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9
55
55
k8s.io/klog/v2 v2.130.1
56
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
57
- k8s.io/kubectl v0.31.0
58
- k8s.io/utils v0.0.0-20240921022957-49e7df575cb6
56
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
57
+ k8s.io/kubectl v0.32.2
58
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
59
59
sigs.k8s.io/controller-runtime v0.19.0-beta.0
60
60
sigs.k8s.io/controller-tools v0.16.1
61
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1
61
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2
62
62
sigs.k8s.io/yaml v1.4.0
63
63
)
64
64
@@ -75,7 +75,7 @@ require (
75
75
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
76
76
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
77
77
github.com/Azure/azure-storage-blob-go v0.8.0
78
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
78
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
79
79
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
80
80
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
81
81
github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect
@@ -114,25 +114,25 @@ require (
114
114
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
115
115
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
116
116
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
117
- github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
117
+ github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
118
118
github.com/fatih/camelcase v1.0.0 // indirect
119
119
github.com/felixge/httpsnoop v1.0.4 // indirect
120
120
github.com/fsnotify/fsnotify v1.7.0 // indirect
121
121
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
122
122
github.com/go-errors/errors v1.4.2 // indirect
123
123
github.com/go-logr/stdr v1.2.2 // indirect
124
124
github.com/go-logr/zapr v1.3.0 // indirect
125
- github.com/go-openapi/jsonpointer v0.20.2 // indirect
125
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
126
126
github.com/go-openapi/jsonreference v0.20.4 // indirect
127
- github.com/go-openapi/swag v0.22.9 // indirect
127
+ github.com/go-openapi/swag v0.23.0 // indirect
128
128
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
129
129
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
130
130
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
131
131
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
132
132
github.com/golang/protobuf v1.5.4 // indirect
133
133
github.com/google/btree v1.0.1 // indirect
134
134
github.com/google/gofuzz v1.2.0 // indirect
135
- github.com/google/pprof v0.0.0-20240711041743-f6c9dda6c6da // indirect
135
+ github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
136
136
github.com/google/s2a-go v0.1.8 // indirect
137
137
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
138
138
github.com/google/uuid v1.6.0 // indirect
@@ -141,8 +141,7 @@ require (
141
141
github.com/googleapis/gax-go v2.0.2+incompatible // indirect
142
142
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
143
143
github.com/gorilla/websocket v1.5.0 // indirect
144
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
145
- github.com/imdario/mergo v0.3.16 // indirect
144
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
146
145
github.com/inconshreveable/mousetrap v1.1.0 // indirect
147
146
github.com/jmespath/go-jmespath v0.4.0 // indirect
148
147
github.com/josharian/intern v1.0.0 // indirect
@@ -155,7 +154,7 @@ require (
155
154
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
156
155
github.com/mitchellh/go-homedir v1.1.0 // indirect
157
156
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
158
- github.com/moby/spdystream v0.4 .0 // indirect
157
+ github.com/moby/spdystream v0.5 .0 // indirect
159
158
github.com/moby/term v0.5.0 // indirect
160
159
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
161
160
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -183,19 +182,18 @@ require (
183
182
go.opentelemetry.io/otel/sdk v1.32.0 // indirect
184
183
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
185
184
go.opentelemetry.io/otel/trace v1.32.0 // indirect
186
- go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
187
185
go.uber.org/multierr v1.11.0 // indirect
188
186
gocloud.dev v0.18.0
189
187
golang.org/x/crypto v0.32.0 // indirect
190
188
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
191
- golang.org/x/mod v0.20 .0 // indirect
189
+ golang.org/x/mod v0.21 .0 // indirect
192
190
golang.org/x/net v0.34.0 // indirect
193
191
golang.org/x/oauth2 v0.24.0 // indirect
194
192
golang.org/x/sys v0.29.0 // indirect
195
193
golang.org/x/term v0.28.0 // indirect
196
194
golang.org/x/text v0.21.0 // indirect
197
195
golang.org/x/time v0.8.0 // indirect
198
- golang.org/x/tools v0.24 .0 // indirect
196
+ golang.org/x/tools v0.26 .0 // indirect
199
197
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
200
198
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
201
199
google.golang.org/api v0.214.0 // indirect
@@ -207,7 +205,7 @@ require (
207
205
gopkg.in/inf.v0 v0.9.1 // indirect
208
206
k8s.io/apiextensions-apiserver v0.31.0 // indirect
209
207
k8s.io/klog v1.0.0
210
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
211
- sigs.k8s.io/kustomize/api v0.17.2 // indirect
212
- sigs.k8s.io/kustomize/kyaml v0.17 .1 // indirect
208
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
209
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
210
+ sigs.k8s.io/kustomize/kyaml v0.18 .1 // indirect
213
211
)
0 commit comments