Skip to content

Commit

Permalink
api: update ocs-operator pkg version
Browse files Browse the repository at this point in the history
update ocs-operator pkg version to
include new api changes

Signed-off-by: Nikhil-Ladha <nikhilladha1999@gmail.com>
  • Loading branch information
Nikhil-Ladha committed Jun 6, 2024
1 parent 6ef0cc1 commit 7801d89
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/openshift/custom-resource-status v1.1.2
github.com/operator-framework/api v0.20.0
github.com/prometheus/client_golang v1.17.0
github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20231218123823-334ed88d3c2c
github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20240531085837-24a53a5b7724
github.com/stretchr/testify v1.8.4
go.uber.org/multierr v1.11.0
k8s.io/api v0.28.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -704,8 +704,8 @@ github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4O
github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo=
github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20231218123823-334ed88d3c2c h1:KyAwwA5IBiA74sEgfhpeaKu2M6pvT79HnYHBdpklX50=
github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20231218123823-334ed88d3c2c/go.mod h1:A2MTpyd4Iy++ePsglCfMZs2e+Q0fgjPC1HOhjvMDeFU=
github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20240531085837-24a53a5b7724 h1:mHXvII2d46M0ScQ1CAghQ0Ir5prZyiDhReW2NTmnU6A=
github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20240531085837-24a53a5b7724/go.mod h1:A2MTpyd4Iy++ePsglCfMZs2e+Q0fgjPC1HOhjvMDeFU=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
github.com/rogpeppe/go-charset v0.0.0-20180617210344-2471d30d28b4/go.mod h1:qgYeAmZ5ZIpBWTGllZSQnw97Dj+woV0toclVaRGI8pc=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ github.com/prometheus/common/model
github.com/prometheus/procfs
github.com/prometheus/procfs/internal/fs
github.com/prometheus/procfs/internal/util
# github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20231218123823-334ed88d3c2c
# github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20240531085837-24a53a5b7724
## explicit; go 1.20
github.com/red-hat-storage/ocs-operator/api/v4/v1
# github.com/rook/rook/pkg/apis v0.0.0-20231215165123-32de0fb5f69b
Expand Down

0 comments on commit 7801d89

Please sign in to comment.