@@ -5,15 +5,15 @@ go 1.21.9
5
5
require (
6
6
github.com/evanphx/json-patch v5.6.0+incompatible
7
7
github.com/onsi/ginkgo v1.16.5
8
- github.com/onsi/gomega v1.18 .1
8
+ github.com/onsi/gomega v1.33 .1
9
9
github.com/redhat-cop/operator-utils v1.3.4
10
10
k8s.io/api v0.24.2
11
11
k8s.io/apiextensions-apiserver v0.24.2
12
12
k8s.io/apimachinery v0.24.2
13
13
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
15
15
sigs.k8s.io/controller-runtime v0.12.2
16
- sigs.k8s.io/yaml v1.3 .0
16
+ sigs.k8s.io/yaml v1.4 .0
17
17
)
18
18
19
19
require (
@@ -34,27 +34,29 @@ require (
34
34
github.com/cespare/xxhash/v2 v2.1.2 // indirect
35
35
github.com/davecgh/go-spew v1.1.1 // indirect
36
36
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
37
+ github.com/emicklei/go-restful/v3 v3.11.0 // indirect
37
38
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
38
39
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
40
41
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
44
45
github.com/gogo/protobuf v1.3.2 // indirect
45
46
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
46
47
github.com/golang/protobuf v1.5.2 // indirect
47
48
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
49
51
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
51
53
github.com/hashicorp/errwrap v1.0.0 // indirect
52
54
github.com/hashicorp/go-multierror v1.1.1 // indirect
53
55
github.com/huandu/xstrings v1.3.1 // indirect
54
56
github.com/imdario/mergo v0.3.12 // indirect
55
57
github.com/josharian/intern v1.0.0 // indirect
56
58
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
58
60
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
59
61
github.com/mitchellh/copystructure v1.0.0 // indirect
60
62
github.com/mitchellh/reflectwalk v1.0.0 // indirect
@@ -75,24 +77,25 @@ require (
75
77
go.uber.org/atomic v1.7.0 // indirect
76
78
go.uber.org/multierr v1.6.0 // indirect
77
79
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
80
82
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
84
86
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
85
87
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
86
88
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
88
90
gopkg.in/inf.v0 v0.9.1 // indirect
89
91
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
90
92
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
92
94
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
94
96
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
98
101
)
0 commit comments