Skip to content
Open
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 api/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/red-hat-storage/ocs-operator/api/v4

go 1.22.2
go 1.22.12

require (
github.com/noobaa/noobaa-operator/v5 v5.0.0-20240827070548-002966de315a
Expand Down
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/red-hat-storage/ocs-operator/v4

go 1.22.5
go 1.22.12

replace github.com/red-hat-storage/ocs-operator/api/v4 => ./api

Expand Down
2 changes: 1 addition & 1 deletion metrics/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/red-hat-storage/ocs-operator/metrics/v4

go 1.22.5
go 1.22.12

replace github.com/red-hat-storage/ocs-operator/api/v4 => ../api

Expand Down
4 changes: 2 additions & 2 deletions metrics/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,11 @@ 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-20240731064750-930a78b89d84 => ../api
## explicit; go 1.22.2
## explicit; go 1.22.12
github.com/red-hat-storage/ocs-operator/api/v4/v1
github.com/red-hat-storage/ocs-operator/api/v4/v1alpha1
# github.com/red-hat-storage/ocs-operator/v4 v4.0.0-20240731064750-930a78b89d84 => ../
## explicit; go 1.22.5
## explicit; go 1.22.12
github.com/red-hat-storage/ocs-operator/v4/version
# github.com/rook/rook v1.15.0-beta.0.0.20240819063246-893ea7f6d6a1
## explicit; go 1.22.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ github.com/prometheus/procfs/internal/util
## explicit; go 1.22.0
github.com/red-hat-storage/ocs-client-operator/api/v1alpha1
# github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20240731064750-930a78b89d84 => ./api
## explicit; go 1.22.2
## explicit; go 1.22.12
github.com/red-hat-storage/ocs-operator/api/v4/v1
github.com/red-hat-storage/ocs-operator/api/v4/v1alpha1
# github.com/rook/rook/pkg/apis v0.0.0-20240828225153-88eab510dd2b
Expand Down
Loading