1
1
module github.com/operator-framework/operator-registry
2
2
3
- go 1.22.0
4
-
5
- toolchain go1.22.2
3
+ go 1.22
6
4
7
5
require (
8
6
github.com/blang/semver/v4 v4.0.0
@@ -15,7 +13,7 @@ require (
15
13
github.com/golang-migrate/migrate/v4 v4.17.1
16
14
github.com/golang/mock v1.6.0
17
15
github.com/google/go-cmp v0.6.0
18
- github.com/grpc-ecosystem/grpc-health-probe v0.4.25
16
+ github.com/grpc-ecosystem/grpc-health-probe v0.4.26
19
17
github.com/h2non/filetype v1.1.3
20
18
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
21
19
github.com/joelanford/ignore v0.1.0
@@ -43,12 +41,12 @@ require (
43
41
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
44
42
google.golang.org/protobuf v1.33.0
45
43
gopkg.in/yaml.v2 v2.4.0
46
- k8s.io/api v0.30.0
47
- k8s.io/apiextensions-apiserver v0.30.0
48
- k8s.io/apimachinery v0.30.0
49
- k8s.io/client-go v0.30.0
44
+ k8s.io/api v0.29.3
45
+ k8s.io/apiextensions-apiserver v0.29.3
46
+ k8s.io/apimachinery v0.29.3
47
+ k8s.io/client-go v0.29.3
50
48
k8s.io/kubectl v0.28.5
51
- sigs.k8s.io/controller-runtime v0.18.0
49
+ sigs.k8s.io/controller-runtime v0.17.3
52
50
sigs.k8s.io/kind v0.22.0
53
51
sigs.k8s.io/yaml v1.4.0
54
52
)
@@ -88,12 +86,12 @@ require (
88
86
github.com/docker/go-units v0.5.0 // indirect
89
87
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
90
88
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
91
- github.com/evanphx/json-patch/v5 v5.9 .0 // indirect
89
+ github.com/evanphx/json-patch/v5 v5.8 .0 // indirect
92
90
github.com/felixge/httpsnoop v1.0.4 // indirect
93
91
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
94
92
github.com/go-git/go-billy/v5 v5.5.0 // indirect
95
93
github.com/go-git/go-git/v5 v5.11.0 // indirect
96
- github.com/go-jose/go-jose/v3 v3 .0.3 // indirect
94
+ github.com/go-jose/go-jose/v4 v4 .0.1 // indirect
97
95
github.com/go-logr/logr v1.4.1 // indirect
98
96
github.com/go-logr/stdr v1.2.2 // indirect
99
97
github.com/go-openapi/jsonpointer v0.20.2 // indirect
@@ -103,7 +101,7 @@ require (
103
101
github.com/gogo/protobuf v1.3.2 // indirect
104
102
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
105
103
github.com/golang/protobuf v1.5.4 // indirect
106
- github.com/google/cel-go v0.17.8 // indirect
104
+ github.com/google/cel-go v0.17.7 // indirect
107
105
github.com/google/gnostic-models v0.6.8 // indirect
108
106
github.com/google/gofuzz v1.2.0 // indirect
109
107
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
@@ -148,7 +146,7 @@ require (
148
146
github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 // indirect
149
147
github.com/redis/go-redis/v9 v9.1.0 // indirect
150
148
github.com/russross/blackfriday/v2 v2.1.0 // indirect
151
- github.com/spiffe/go-spiffe/v2 v2.1.7 // indirect
149
+ github.com/spiffe/go-spiffe/v2 v2.2.0 // indirect
152
150
github.com/stoewer/go-strcase v1.3.0 // indirect
153
151
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
154
152
github.com/ulikunitz/xz v0.5.11 // indirect
@@ -180,14 +178,14 @@ require (
180
178
google.golang.org/appengine v1.6.8 // indirect
181
179
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
182
180
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
183
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240308144416-29370a3891b7 // indirect
181
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
184
182
gopkg.in/inf.v0 v0.9.1 // indirect
185
183
gopkg.in/warnings.v0 v0.1.2 // indirect
186
184
gopkg.in/yaml.v3 v3.0.1 // indirect
187
- k8s.io/apiserver v0.30.0 // indirect
188
- k8s.io/component-base v0.30.0 // indirect
185
+ k8s.io/apiserver v0.29.3 // indirect
186
+ k8s.io/component-base v0.29.3 // indirect
189
187
k8s.io/klog/v2 v2.120.1 // indirect
190
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
188
+ k8s.io/kube-openapi v0.0.0-20240221221325-2ac9dc51f3f1 // indirect
191
189
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
192
190
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
193
191
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
0 commit comments