File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/operator-framework/operator-lifecycle-manager
2
2
3
- go 1.24.3
3
+ go 1.24.4
4
4
5
5
require (
6
6
github.com/blang/semver/v4 v4.0.0
@@ -22,7 +22,7 @@ require (
22
22
github.com/onsi/gomega v1.37.0
23
23
github.com/openshift/api v3.9.0+incompatible
24
24
github.com/openshift/client-go v0.0.0-20220525160904-9e1acff93e4a
25
- github.com/operator-framework/api v0.32 .0
25
+ github.com/operator-framework/api v0.33 .0
26
26
github.com/operator-framework/operator-registry v1.56.0
27
27
github.com/otiai10/copy v1.14.1
28
28
github.com/pkg/errors v0.9.1
@@ -103,7 +103,7 @@ require (
103
103
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
104
104
github.com/golang/protobuf v1.5.4 // indirect
105
105
github.com/google/btree v1.1.3 // indirect
106
- github.com/google/cel-go v0.25 .0 // indirect
106
+ github.com/google/cel-go v0.26 .0 // indirect
107
107
github.com/google/gnostic-models v0.6.9 // indirect
108
108
github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
109
109
github.com/google/uuid v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -1858,8 +1858,8 @@ github.com/openshift/api v0.0.0-20221021112143-4226c2167e40 h1:PxjGCA72RtsdHWToZ
1858
1858
github.com/openshift/api v0.0.0-20221021112143-4226c2167e40 /go.mod h1:aQ6LDasvHMvHZXqLHnX2GRmnfTWCF/iIwz8EMTTIE9A =
1859
1859
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c h1:CV76yFOTXmq9VciBR3Bve5ZWzSxdft7gaMVB3kS0rwg =
1860
1860
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c /go.mod h1:lFMO8mLHXWFzSdYvGNo8ivF9SfF6zInA8ZGw4phRnUE =
1861
- github.com/operator-framework/api v0.32 .0 h1:LZSZr7at3NrjsjwQVNsYD+04o5wMq75jrR0dMYiIIH8 =
1862
- github.com/operator-framework/api v0.32 .0 /go.mod h1:OGJo6HUYxoQwpGaLr0lPJzSek51RiXajJSSa8Jzjvp8 =
1861
+ github.com/operator-framework/api v0.33 .0 h1:Tdu9doXz6Key2riIiP3/JPahHEgFBXAqyWQN4kOITS8 =
1862
+ github.com/operator-framework/api v0.33 .0 /go.mod h1:sEh1VqwQCJUj+l/rKNWPDEJdFNAbdTu8QcM+x+wdYYo =
1863
1863
github.com/operator-framework/operator-registry v1.56.0 h1:vbTyee/gahpnh7qw1hV1osnWy9YpTjIbEuHpwIdoEUs =
1864
1864
github.com/operator-framework/operator-registry v1.56.0 /go.mod h1:NOmQyrgOGW0cwUxHG5ZqKxdObOzQNmO4Rxcf7JC32FU =
1865
1865
github.com/otiai10/copy v1.14.1 h1:5/7E6qsUMBaH5AnQ0sSLzzTg1oTECmcCmT6lvF45Na8 =
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ github.com/golang/protobuf/proto
320
320
# github.com/google/btree v1.1.3
321
321
## explicit; go 1.18
322
322
github.com/google/btree
323
- # github.com/google/cel-go v0.25 .0 => github.com/google/cel-go v0.22.1
323
+ # github.com/google/cel-go v0.26 .0 => github.com/google/cel-go v0.22.1
324
324
## explicit; go 1.21.1
325
325
github.com/google/cel-go/cel
326
326
github.com/google/cel-go/checker
@@ -535,8 +535,8 @@ github.com/openshift/client-go/config/informers/externalversions/config/v1alpha1
535
535
github.com/openshift/client-go/config/informers/externalversions/internalinterfaces
536
536
github.com/openshift/client-go/config/listers/config/v1
537
537
github.com/openshift/client-go/config/listers/config/v1alpha1
538
- # github.com/operator-framework/api v0.32 .0
539
- ## explicit; go 1.24.3
538
+ # github.com/operator-framework/api v0.33 .0
539
+ ## explicit; go 1.24.4
540
540
github.com/operator-framework/api/crds
541
541
github.com/operator-framework/api/pkg/constraints
542
542
github.com/operator-framework/api/pkg/encoding
You can’t perform that action at this time.
0 commit comments