@@ -58,7 +58,7 @@ require (
58
58
github.com/solo-io/solo-apis v0.0.0-20231206142556-d2e3ed6d4476
59
59
github.com/solo-io/solo-kit v0.34.2
60
60
github.com/spf13/afero v1.9.2
61
- github.com/spf13/cobra v1.7 .0
61
+ github.com/spf13/cobra v1.8 .0
62
62
github.com/spf13/pflag v1.0.5
63
63
github.com/spf13/viper v1.8.1
64
64
go.opencensus.io v0.24.0
@@ -72,14 +72,14 @@ require (
72
72
google.golang.org/grpc v1.59.0
73
73
google.golang.org/protobuf v1.32.0
74
74
gopkg.in/AlecAivazis/survey.v1 v1.8.7
75
- helm.sh/helm/v3 v3.13 .2
76
- k8s.io/api v0.28.3
77
- k8s.io/apiextensions-apiserver v0.28.3
78
- k8s.io/apimachinery v0.28.3
79
- k8s.io/client-go v0.28.3
75
+ helm.sh/helm/v3 v3.14 .2
76
+ k8s.io/api v0.29.0
77
+ k8s.io/apiextensions-apiserver v0.29.0
78
+ k8s.io/apimachinery v0.29.0
79
+ k8s.io/client-go v0.29.0
80
80
k8s.io/code-generator v0.28.3
81
- k8s.io/component-base v0.28.3
82
- k8s.io/kubectl v0.28.3
81
+ k8s.io/component-base v0.29.0
82
+ k8s.io/kubectl v0.29.0
83
83
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
84
84
knative.dev/networking v0.0.0-20211210083629-bace06e98aee
85
85
knative.dev/pkg v0.0.0-20211206113427-18589ac7627e
@@ -110,7 +110,7 @@ require (
110
110
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
111
111
github.com/Masterminds/squirrel v1.5.4 // indirect
112
112
github.com/Microsoft/go-winio v0.6.1 // indirect
113
- github.com/Microsoft/hcsshim v0.11.0 // indirect
113
+ github.com/Microsoft/hcsshim v0.11.4 // indirect
114
114
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
115
115
github.com/acomagu/bufpipe v1.0.3 // indirect
116
116
github.com/armon/go-metrics v0.3.11 // indirect
@@ -126,9 +126,9 @@ require (
126
126
github.com/chai2010/gettext-go v1.0.2 // indirect
127
127
github.com/cockroachdb/apd/v2 v2.0.1 // indirect
128
128
github.com/containerd/cgroups v1.1.0 // indirect
129
- github.com/containerd/containerd v1.7.6 // indirect
129
+ github.com/containerd/containerd v1.7.11 // indirect
130
130
github.com/containerd/continuity v0.4.3 // indirect
131
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
131
+ github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
132
132
github.com/creack/pty v1.1.18 // indirect
133
133
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
134
134
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -159,7 +159,7 @@ require (
159
159
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
160
160
github.com/go-kit/log v0.2.1 // indirect
161
161
github.com/go-logfmt/logfmt v0.5.1 // indirect
162
- github.com/go-logr/logr v1.2.4 // indirect
162
+ github.com/go-logr/logr v1.3.0 // indirect
163
163
github.com/go-openapi/analysis v0.19.5 // indirect
164
164
github.com/go-openapi/errors v0.19.2 // indirect
165
165
github.com/go-openapi/jsonpointer v0.20.0 // indirect
@@ -303,19 +303,19 @@ require (
303
303
gopkg.in/yaml.v2 v2.4.0 // indirect
304
304
gopkg.in/yaml.v3 v3.0.1 // indirect
305
305
gotest.tools/v3 v3.5.0 // indirect
306
- k8s.io/apiserver v0.28.3 // indirect
307
- k8s.io/cli-runtime v0.28.3 // indirect
306
+ k8s.io/apiserver v0.29.0 // indirect
307
+ k8s.io/cli-runtime v0.29.0 // indirect
308
308
k8s.io/component-helpers v0.28.3 // indirect
309
309
k8s.io/gengo v0.0.0-20230829151522-9cce18d56c01 // indirect
310
- k8s.io/klog/v2 v2.100 .1 // indirect
310
+ k8s.io/klog/v2 v2.110 .1 // indirect
311
311
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
312
312
k8s.io/metrics v0.28.3 // indirect
313
313
oras.land/oras-go v1.2.4 // indirect
314
314
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
315
315
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
316
316
sigs.k8s.io/kustomize/kustomize/v5 v5.0.4-0.20230601165947-6ce0bf390ce3 // indirect
317
317
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
318
- sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
318
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
319
319
)
320
320
321
321
replace (
@@ -343,15 +343,17 @@ replace (
343
343
// Required for proper serialization of CRDs
344
344
github.com/renstrom/dedent => github.com/lithammer/dedent v1.0.0
345
345
346
- // Pin Kube libraries to v0.27
346
+ // Pin Kube libraries to v0.28
347
347
// These should be upgraded collectively
348
348
k8s.io/api => k8s.io/api v0.28.3
349
349
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.28.3
350
350
k8s.io/apimachinery => k8s.io/apimachinery v0.28.3
351
+ k8s.io/apiserver => k8s.io/apiserver v0.28.3
351
352
k8s.io/cli-runtime => k8s.io/cli-runtime v0.28.3
352
353
k8s.io/client-go => k8s.io/client-go v0.28.3
353
354
k8s.io/code-generator => k8s.io/code-generator v0.28.3
354
355
k8s.io/component-base => k8s.io/component-base v0.28.3
356
+ k8s.io/component-helpers => k8s.io/component-helpers v0.28.3
355
357
// version of kube-openapi used by client-go v0.28.3
356
358
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00
357
359
k8s.io/kubectl => k8s.io/kubectl v0.28.3
0 commit comments