Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rhods-2.4] Go modules update #79

Merged
merged 4 commits into from
Oct 24, 2023
Merged
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
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/openshift/api v0.0.0-20230823114715-5fdd7511b790
github.com/openshift/custom-resource-status v1.1.2
github.com/operator-framework/api v0.17.6
github.com/operator-framework/operator-lifecycle-manager v0.18.3
github.com/operator-framework/operator-lifecycle-manager v0.25.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.3
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
Expand Down Expand Up @@ -100,6 +100,8 @@ require (
replace (
github.com/tektoncd/pipeline => github.com/tektoncd/pipeline v0.12.0
go.uber.org/multierr => go.uber.org/multierr v1.6.0
golang.org/x/image => golang.org/x/image v0.10.0
google.golang.org/grpc => google.golang.org/grpc v1.58.3
k8s.io/api => k8s.io/api v0.26.0
k8s.io/client-go => k8s.io/client-go v0.26.0
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20230113010536-ace3e4a52ca1
Expand Down
Loading
Loading