Skip to content

Commit 13977ce

Browse files
fix(deps): update k8s.io/kube-openapi digest to e5f78fe
1 parent cd5d454 commit 13977ce

File tree

2 files changed

+83
-21
lines changed

2 files changed

+83
-21
lines changed

go.mod

+24-21
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.21.9
55
require (
66
github.com/evanphx/json-patch v5.6.0+incompatible
77
github.com/onsi/ginkgo v1.16.5
8-
github.com/onsi/gomega v1.18.1
8+
github.com/onsi/gomega v1.33.1
99
github.com/redhat-cop/operator-utils v1.3.4
1010
k8s.io/api v0.24.2
1111
k8s.io/apiextensions-apiserver v0.24.2
1212
k8s.io/apimachinery v0.24.2
1313
k8s.io/client-go v0.24.2
14-
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42
14+
k8s.io/kube-openapi v0.0.0-20250304201544-e5f78fe3ede9
1515
sigs.k8s.io/controller-runtime v0.12.2
16-
sigs.k8s.io/yaml v1.3.0
16+
sigs.k8s.io/yaml v1.4.0
1717
)
1818

1919
require (
@@ -34,27 +34,29 @@ require (
3434
github.com/cespare/xxhash/v2 v2.1.2 // indirect
3535
github.com/davecgh/go-spew v1.1.1 // indirect
3636
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
37+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
3738
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
3839
github.com/fsnotify/fsnotify v1.5.1 // indirect
39-
github.com/go-logr/logr v1.2.0 // indirect
40+
github.com/go-logr/logr v1.4.2 // indirect
4041
github.com/go-logr/zapr v1.2.0 // indirect
41-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
42-
github.com/go-openapi/jsonreference v0.19.5 // indirect
43-
github.com/go-openapi/swag v0.19.14 // indirect
42+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
43+
github.com/go-openapi/jsonreference v0.20.1 // indirect
44+
github.com/go-openapi/swag v0.23.0 // indirect
4445
github.com/gogo/protobuf v1.3.2 // indirect
4546
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4647
github.com/golang/protobuf v1.5.2 // indirect
4748
github.com/google/gnostic v0.5.7-v3refs // indirect
48-
github.com/google/go-cmp v0.5.5 // indirect
49+
github.com/google/gnostic-models v0.6.9 // indirect
50+
github.com/google/go-cmp v0.6.0 // indirect
4951
github.com/google/gofuzz v1.1.0 // indirect
50-
github.com/google/uuid v1.1.2 // indirect
52+
github.com/google/uuid v1.6.0 // indirect
5153
github.com/hashicorp/errwrap v1.0.0 // indirect
5254
github.com/hashicorp/go-multierror v1.1.1 // indirect
5355
github.com/huandu/xstrings v1.3.1 // indirect
5456
github.com/imdario/mergo v0.3.12 // indirect
5557
github.com/josharian/intern v1.0.0 // indirect
5658
github.com/json-iterator/go v1.1.12 // indirect
57-
github.com/mailru/easyjson v0.7.6 // indirect
59+
github.com/mailru/easyjson v0.7.7 // indirect
5860
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
5961
github.com/mitchellh/copystructure v1.0.0 // indirect
6062
github.com/mitchellh/reflectwalk v1.0.0 // indirect
@@ -75,24 +77,25 @@ require (
7577
go.uber.org/atomic v1.7.0 // indirect
7678
go.uber.org/multierr v1.6.0 // indirect
7779
go.uber.org/zap v1.19.1 // indirect
78-
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
79-
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
80+
golang.org/x/crypto v0.26.0 // indirect
81+
golang.org/x/net v0.28.0 // indirect
8082
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
81-
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
82-
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
83-
golang.org/x/text v0.3.7 // indirect
83+
golang.org/x/sys v0.23.0 // indirect
84+
golang.org/x/term v0.23.0 // indirect
85+
golang.org/x/text v0.17.0 // indirect
8486
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
8587
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
8688
google.golang.org/appengine v1.6.7 // indirect
87-
google.golang.org/protobuf v1.27.1 // indirect
89+
google.golang.org/protobuf v1.35.1 // indirect
8890
gopkg.in/inf.v0 v0.9.1 // indirect
8991
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
9092
gopkg.in/yaml.v2 v2.4.0 // indirect
91-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
93+
gopkg.in/yaml.v3 v3.0.1 // indirect
9294
k8s.io/component-base v0.24.2 // indirect
93-
k8s.io/klog/v2 v2.60.1 // indirect
95+
k8s.io/klog/v2 v2.130.1 // indirect
9496
k8s.io/kubectl v0.24.0 // indirect
95-
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
96-
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
97-
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
97+
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
98+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
99+
sigs.k8s.io/randfill v1.0.0 // indirect
100+
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
98101
)

0 commit comments

Comments
 (0)