Skip to content

Commit f0216f6

Browse files
bump k8s dependencies to 1.26.1
Signed-off-by: Rashmi Gottipati <[email protected]>
1 parent ebfbea8 commit f0216f6

File tree

2 files changed

+75
-71
lines changed

2 files changed

+75
-71
lines changed

go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0
99
github.com/iancoleman/strcase v0.2.0
1010
github.com/kr/text v0.2.0
11-
github.com/onsi/ginkgo/v2 v2.1.6
12-
github.com/onsi/gomega v1.20.1
13-
github.com/operator-framework/operator-lib v0.11.0
14-
github.com/prometheus/client_golang v1.13.0
11+
github.com/onsi/ginkgo/v2 v2.6.1
12+
github.com/onsi/gomega v1.24.1
13+
github.com/operator-framework/operator-lib v0.11.1-0.20230126194151-7fc7204a9445
14+
github.com/prometheus/client_golang v1.14.0
1515
github.com/sergi/go-diff v1.2.0
1616
github.com/sirupsen/logrus v1.9.0
1717
github.com/spf13/afero v1.9.2
@@ -20,13 +20,13 @@ require (
2020
github.com/stretchr/testify v1.8.0
2121
gomodules.xyz/jsonpatch/v2 v2.2.0
2222
helm.sh/helm/v3 v3.10.3
23-
k8s.io/api v0.25.3
24-
k8s.io/apiextensions-apiserver v0.25.3
25-
k8s.io/apimachinery v0.25.3
26-
k8s.io/cli-runtime v0.25.3
27-
k8s.io/client-go v0.25.3
28-
k8s.io/utils v0.0.0-20221012122500-cfd413dd9e85
29-
sigs.k8s.io/controller-runtime v0.13.0
23+
k8s.io/api v0.26.1
24+
k8s.io/apiextensions-apiserver v0.26.1
25+
k8s.io/apimachinery v0.26.1
26+
k8s.io/cli-runtime v0.26.1
27+
k8s.io/client-go v0.26.1
28+
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
29+
sigs.k8s.io/controller-runtime v0.14.4
3030
sigs.k8s.io/kubebuilder/v3 v3.7.0
3131
sigs.k8s.io/yaml v1.3.0
3232
)
@@ -84,7 +84,7 @@ require (
8484
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
8585
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
8686
github.com/fatih/color v1.13.0 // indirect
87-
github.com/felixge/httpsnoop v1.0.1 // indirect
87+
github.com/felixge/httpsnoop v1.0.3 // indirect
8888
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
8989
github.com/fsnotify/fsnotify v1.6.0 // indirect
9090
github.com/fullstorydev/grpcurl v1.8.7 // indirect
@@ -158,7 +158,7 @@ require (
158158
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 // indirect
159159
github.com/pkg/errors v0.9.1 // indirect
160160
github.com/pmezard/go-difflib v1.0.0 // indirect
161-
github.com/prometheus/client_model v0.2.0 // indirect
161+
github.com/prometheus/client_model v0.3.0 // indirect
162162
github.com/prometheus/common v0.37.0 // indirect
163163
github.com/prometheus/procfs v0.8.0 // indirect
164164
github.com/rivo/uniseg v0.4.2 // indirect
@@ -206,17 +206,17 @@ require (
206206
go.starlark.net v0.0.0-20221010140840-6bf6f0955179 // indirect
207207
go.uber.org/atomic v1.10.0 // indirect
208208
go.uber.org/multierr v1.8.0 // indirect
209-
go.uber.org/zap v1.23.0 // indirect
210-
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
211-
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
212-
golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
209+
go.uber.org/zap v1.24.0 // indirect
210+
golang.org/x/crypto v0.1.0 // indirect
211+
golang.org/x/mod v0.7.0 // indirect
212+
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
213213
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
214-
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
215-
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
216-
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
217-
golang.org/x/text v0.3.8 // indirect
218-
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
219-
golang.org/x/tools v0.1.12 // indirect
214+
golang.org/x/sync v0.1.0 // indirect
215+
golang.org/x/sys v0.3.0 // indirect
216+
golang.org/x/term v0.3.0 // indirect
217+
golang.org/x/text v0.5.0 // indirect
218+
golang.org/x/time v0.3.0 // indirect
219+
golang.org/x/tools v0.4.0 // indirect
220220
google.golang.org/appengine v1.6.7 // indirect
221221
google.golang.org/genproto v0.0.0-20221014173430-6e2ab493f96b // indirect
222222
google.golang.org/grpc v1.50.0 // indirect
@@ -226,8 +226,8 @@ require (
226226
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
227227
gopkg.in/yaml.v2 v2.4.0 // indirect
228228
gopkg.in/yaml.v3 v3.0.1 // indirect
229-
k8s.io/apiserver v0.25.3 // indirect
230-
k8s.io/component-base v0.25.3 // indirect
229+
k8s.io/apiserver v0.26.1 // indirect
230+
k8s.io/component-base v0.26.1 // indirect
231231
k8s.io/klog/v2 v2.80.1 // indirect
232232
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
233233
k8s.io/kubectl v0.25.3 // indirect

0 commit comments

Comments
 (0)