Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openshift/operator-framework-olm

go 1.25.3
go 1.25.7

require (
github.com/blang/semver/v4 v4.0.0
Expand Down
2 changes: 1 addition & 1 deletion staging/operator-lifecycle-manager/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/operator-framework/operator-lifecycle-manager

go 1.25.3
go 1.25.7

require (
github.com/blang/semver/v4 v4.0.0
Expand Down
6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ github.com/openshift/client-go/config/listers/config/v1alpha2
## explicit; go 1.24.0
github.com/openshift/library-go/pkg/crypto
# github.com/operator-framework/api v0.39.0 => ./staging/api
## explicit; go 1.25.3
## explicit; 1.25.7
github.com/operator-framework/api/crds
github.com/operator-framework/api/pkg/constraints
github.com/operator-framework/api/pkg/encoding
Expand All @@ -658,7 +658,7 @@ github.com/operator-framework/api/pkg/validation/errors
github.com/operator-framework/api/pkg/validation/interfaces
github.com/operator-framework/api/pkg/validation/internal
# github.com/operator-framework/operator-lifecycle-manager v0.0.0-00010101000000-000000000000 => ./staging/operator-lifecycle-manager
## explicit; go 1.25.3
## explicit; go 1.25.7
github.com/operator-framework/operator-lifecycle-manager/cmd/catalog
github.com/operator-framework/operator-lifecycle-manager/cmd/copy-content
github.com/operator-framework/operator-lifecycle-manager/cmd/olm
Expand Down Expand Up @@ -757,7 +757,7 @@ github.com/operator-framework/operator-lifecycle-manager/pkg/package-server/vers
github.com/operator-framework/operator-lifecycle-manager/pkg/version
github.com/operator-framework/operator-lifecycle-manager/util/cpb
# github.com/operator-framework/operator-registry v1.63.0 => ./staging/operator-registry
## explicit; go 1.25.3
## explicit; go 1.25.7
github.com/operator-framework/operator-registry/alpha/action
github.com/operator-framework/operator-registry/alpha/action/migrations
github.com/operator-framework/operator-registry/alpha/declcfg
Expand Down