File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
staging/operator-lifecycle-manager Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/openshift/operator-framework-olm
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
@@ -13,7 +13,7 @@ require (
13
13
github.com/mikefarah/yq/v3 v3.0.0-20201202084205-8846255d1c37
14
14
github.com/onsi/ginkgo/v2 v2.23.4
15
15
github.com/openshift/api v3.9.0+incompatible
16
- github.com/operator-framework/api v0.32 .0
16
+ github.com/operator-framework/api v0.33 .0
17
17
github.com/operator-framework/operator-lifecycle-manager v0.0.0-00010101000000-000000000000
18
18
github.com/operator-framework/operator-registry v1.56.0
19
19
github.com/sirupsen/logrus v1.9.3
@@ -105,7 +105,7 @@ require (
105
105
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
106
106
github.com/golang/protobuf v1.5.4 // indirect
107
107
github.com/google/btree v1.1.3 // indirect
108
- github.com/google/cel-go v0.25 .0 // indirect
108
+ github.com/google/cel-go v0.26 .0 // indirect
109
109
github.com/google/gnostic-models v0.6.9 // indirect
110
110
github.com/google/go-cmp v0.7.0 // indirect
111
111
github.com/google/go-containerregistry v0.20.6 // indirect
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.38.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
@@ -104,7 +104,7 @@ require (
104
104
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
105
105
github.com/golang/protobuf v1.5.4 // indirect
106
106
github.com/google/btree v1.1.3 // indirect
107
- github.com/google/cel-go v0.25 .0 // indirect
107
+ github.com/google/cel-go v0.26 .0 // indirect
108
108
github.com/google/gnostic-models v0.6.9 // indirect
109
109
github.com/google/pprof v0.0.0-20250607225305-033d6d78b36a // indirect
110
110
github.com/google/uuid v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -1840,8 +1840,8 @@ github.com/openshift/api v0.0.0-20221021112143-4226c2167e40 h1:PxjGCA72RtsdHWToZ
1840
1840
github.com/openshift/api v0.0.0-20221021112143-4226c2167e40 /go.mod h1:aQ6LDasvHMvHZXqLHnX2GRmnfTWCF/iIwz8EMTTIE9A =
1841
1841
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c h1:CV76yFOTXmq9VciBR3Bve5ZWzSxdft7gaMVB3kS0rwg =
1842
1842
github.com/openshift/client-go v0.0.0-20221019143426-16aed247da5c /go.mod h1:lFMO8mLHXWFzSdYvGNo8ivF9SfF6zInA8ZGw4phRnUE =
1843
- github.com/operator-framework/api v0.32 .0 h1:LZSZr7at3NrjsjwQVNsYD+04o5wMq75jrR0dMYiIIH8 =
1844
- github.com/operator-framework/api v0.32 .0 /go.mod h1:OGJo6HUYxoQwpGaLr0lPJzSek51RiXajJSSa8Jzjvp8 =
1843
+ github.com/operator-framework/api v0.33 .0 h1:Tdu9doXz6Key2riIiP3/JPahHEgFBXAqyWQN4kOITS8 =
1844
+ github.com/operator-framework/api v0.33 .0 /go.mod h1:sEh1VqwQCJUj+l/rKNWPDEJdFNAbdTu8QcM+x+wdYYo =
1845
1845
github.com/operator-framework/operator-registry v1.56.0 h1:vbTyee/gahpnh7qw1hV1osnWy9YpTjIbEuHpwIdoEUs =
1846
1846
github.com/operator-framework/operator-registry v1.56.0 /go.mod h1:NOmQyrgOGW0cwUxHG5ZqKxdObOzQNmO4Rxcf7JC32FU =
1847
1847
github.com/otiai10/copy v1.14.1 h1:5/7E6qsUMBaH5AnQ0sSLzzTg1oTECmcCmT6lvF45Na8 =
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ github.com/golang/protobuf/ptypes/timestamp
413
413
# github.com/google/btree v1.1.3
414
414
## explicit; go 1.18
415
415
github.com/google/btree
416
- # github.com/google/cel-go v0.25 .0 => github.com/google/cel-go v0.22.1
416
+ # github.com/google/cel-go v0.26 .0 => github.com/google/cel-go v0.22.1
417
417
## explicit; go 1.21.1
418
418
github.com/google/cel-go/cel
419
419
github.com/google/cel-go/checker
@@ -680,7 +680,7 @@ github.com/openshift/client-go/config/informers/externalversions/config
680
680
github.com/openshift/client-go/config/informers/externalversions/config/v1
681
681
github.com/openshift/client-go/config/informers/externalversions/internalinterfaces
682
682
github.com/openshift/client-go/config/listers/config/v1
683
- # github.com/operator-framework/api v0.32 .0 => ./staging/api
683
+ # github.com/operator-framework/api v0.33 .0 => ./staging/api
684
684
## explicit; go 1.24.3
685
685
github.com/operator-framework/api/crds
686
686
github.com/operator-framework/api/pkg/constraints
@@ -699,7 +699,7 @@ github.com/operator-framework/api/pkg/validation/errors
699
699
github.com/operator-framework/api/pkg/validation/interfaces
700
700
github.com/operator-framework/api/pkg/validation/internal
701
701
# github.com/operator-framework/operator-lifecycle-manager v0.0.0-00010101000000-000000000000 => ./staging/operator-lifecycle-manager
702
- ## explicit; go 1.24.3
702
+ ## explicit; go 1.24.4
703
703
github.com/operator-framework/operator-lifecycle-manager/cmd/catalog
704
704
github.com/operator-framework/operator-lifecycle-manager/cmd/copy-content
705
705
github.com/operator-framework/operator-lifecycle-manager/cmd/olm
You can’t perform that action at this time.
0 commit comments