Skip to content

Commit

Permalink
Merge pull request opendatahub-io#79 from red-hat-data-services/main
Browse files Browse the repository at this point in the history
[rhods-2.4] Go modules update
  • Loading branch information
VaishnaviHire authored Oct 24, 2023
2 parents dd597a0 + 18eac1c commit 864be52
Show file tree
Hide file tree
Showing 2 changed files with 1,090 additions and 961 deletions.
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

0 comments on commit 864be52

Please sign in to comment.