Skip to content

Commit

Permalink
godeps: update ocs-operator api to latest on main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Malay Kumar Parida <[email protected]>
  • Loading branch information
malayparida2000 committed Nov 29, 2023
1 parent 68a65a3 commit 2230c6c
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 41 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.17.7-0.20230626210316-aa3e49803e7b
github.com/prometheus/client_golang v1.17.0
github.com/red-hat-storage/ocs-operator/v4 v4.0.0-20231117061319-584d67fde60d
github.com/red-hat-storage/ocs-operator/v4 v4.0.0-20231129111953-fda031ed2e1e
github.com/stretchr/testify v1.8.4
go.uber.org/multierr v1.11.0
k8s.io/api v0.28.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,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/v4 v4.0.0-20231117061319-584d67fde60d h1:kDYP0vyCFEzGZjTdajuW4hKONkhzRJKsZffqrzgQgGM=
github.com/red-hat-storage/ocs-operator/v4 v4.0.0-20231117061319-584d67fde60d/go.mod h1:HYU4Tix2W8WOOl8zIryR+/xwPITW6i5mEPapDXsoL3c=
github.com/red-hat-storage/ocs-operator/v4 v4.0.0-20231129111953-fda031ed2e1e h1:zJbO90mkhHCiup7pcJ42nHZ8ELrUGz7Cz4AGy32ZACQ=
github.com/red-hat-storage/ocs-operator/v4 v4.0.0-20231129111953-fda031ed2e1e/go.mod h1:+WgcyIRhnW4QfLOW8UnpgTg7iVoM42U4ixzBW+j+1Q0=
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.

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 @@ -287,7 +287,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/v4 v4.0.0-20231117061319-584d67fde60d
# github.com/red-hat-storage/ocs-operator/v4 v4.0.0-20231129111953-fda031ed2e1e
## explicit; go 1.20
github.com/red-hat-storage/ocs-operator/v4/api/v1
# github.com/rook/rook/pkg/apis v0.0.0-20231113194457-5230fcd60dd1
Expand Down

0 comments on commit 2230c6c

Please sign in to comment.