1
1
module github.com/red-hat-storage/odf-operator
2
2
3
- go 1.22.0
3
+ go 1.22.7
4
4
5
5
require (
6
6
github.com/IBM/ibm-storage-odf-operator v1.6.0
7
7
github.com/ghodss/yaml v1.0.1-0.20220118164431-d8423dcdf344
8
8
github.com/go-logr/logr v1.4.2
9
- github.com/onsi/ginkgo/v2 v2.20.1
10
- github.com/onsi/gomega v1.34.2
11
- github.com/openshift/api v0.0.0-20240926211938-f89ab92f1597
9
+ github.com/onsi/ginkgo/v2 v2.21.0
10
+ github.com/onsi/gomega v1.35.1
11
+ github.com/openshift/api v0.0.0-20241120064718-caf97963ed30
12
12
github.com/openshift/custom-resource-status v1.1.3-0.20220503160415-f2fdb4999d87
13
- github.com/operator-framework/api v0.26 .0
14
- github.com/prometheus/client_golang v1.20.2
15
- github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20240829184418-0165a664f12c
13
+ github.com/operator-framework/api v0.27 .0
14
+ github.com/prometheus/client_golang v1.20.5
15
+ github.com/red-hat-storage/ocs-operator/api/v4 v4.0.0-20241120130653-d486fab1e15c
16
16
github.com/stretchr/testify v1.9.0
17
17
go.uber.org/multierr v1.11.0
18
- k8s.io/api v0.31.0
19
- k8s.io/apiextensions-apiserver v0.31.0
20
- k8s.io/apimachinery v0.31.0
21
- k8s.io/client-go v0.31.0
18
+ k8s.io/api v0.31.2
19
+ k8s.io/apiextensions-apiserver v0.31.1
20
+ k8s.io/apimachinery v0.31.2
21
+ k8s.io/client-go v0.31.2
22
22
sigs.k8s.io/controller-runtime v0.19.0
23
23
)
24
24
25
25
require (
26
26
github.com/beorn7/perks v1.0.1 // indirect
27
27
github.com/blang/semver/v4 v4.0.0 // indirect
28
- github.com/cenkalti/backoff/v3 v3.2.2 // indirect
28
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
29
29
github.com/cespare/xxhash/v2 v2.3.0 // indirect
30
30
github.com/containernetworking/cni v1.2.3 // indirect
31
31
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -46,7 +46,7 @@ require (
46
46
github.com/google/gnostic-models v0.6.8 // indirect
47
47
github.com/google/go-cmp v0.6.0 // indirect
48
48
github.com/google/gofuzz v1.2.0 // indirect
49
- github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
49
+ github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
50
50
github.com/google/uuid v1.6.0 // indirect
51
51
github.com/hashicorp/errwrap v1.1.0 // indirect
52
52
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -57,14 +57,14 @@ require (
57
57
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
58
58
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
59
59
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
60
- github.com/hashicorp/vault/api v1.14 .0 // indirect
60
+ github.com/hashicorp/vault/api v1.15 .0 // indirect
61
61
github.com/hashicorp/vault/api/auth/approle v0.7.0 // indirect
62
62
github.com/hashicorp/vault/api/auth/kubernetes v0.7.0 // indirect
63
63
github.com/imdario/mergo v0.3.16 // indirect
64
64
github.com/josharian/intern v1.0.0 // indirect
65
65
github.com/json-iterator/go v1.1.12 // indirect
66
- github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.1 // indirect
67
- github.com/klauspost/compress v1.17.9 // indirect
66
+ github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.3 // indirect
67
+ github.com/klauspost/compress v1.17.11 // indirect
68
68
github.com/kube-object-storage/lib-bucket-provisioner v0.0.0-20221122204822-d1a8c34382f1 // indirect
69
69
github.com/kylelemons/godebug v1.1.0 // indirect
70
70
github.com/libopenstorage/secrets v0.0.0-20240416031220-a17cf7f72c6c // indirect
@@ -74,36 +74,36 @@ require (
74
74
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
75
75
github.com/modern-go/reflect2 v1.0.2 // indirect
76
76
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
77
- github.com/noobaa/noobaa-operator/v5 v5.0.0-20240827070548-002966de315a // indirect
78
- github.com/operator-framework/operator-lib v0.14 .0
77
+ github.com/noobaa/noobaa-operator/v5 v5.0.0-20241112075542-b62bb7eb535d // indirect
78
+ github.com/operator-framework/operator-lib v0.15 .0
79
79
github.com/pkg/errors v0.9.1 // indirect
80
80
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
81
81
github.com/prometheus/client_model v0.6.1 // indirect
82
- github.com/prometheus/common v0.55 .0 // indirect
82
+ github.com/prometheus/common v0.60 .0 // indirect
83
83
github.com/prometheus/procfs v0.15.1 // indirect
84
- github.com/rook/rook/pkg/apis v0.0.0-20240828225153-88eab510dd2b // indirect
84
+ github.com/rook/rook/pkg/apis v0.0.0-20241119201302-fc456553b3cc // indirect
85
85
github.com/ryanuber/go-glob v1.0.0 // indirect
86
86
github.com/sirupsen/logrus v1.9.3 // indirect
87
87
github.com/spf13/pflag v1.0.5 // indirect
88
88
github.com/x448/float16 v0.8.4 // indirect
89
89
go.uber.org/zap v1.26.0 // indirect
90
- golang.org/x/crypto v0.26 .0 // indirect
91
- golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
92
- golang.org/x/net v0.28 .0 // indirect
93
- golang.org/x/oauth2 v0.22 .0 // indirect
94
- golang.org/x/sys v0.24 .0 // indirect
95
- golang.org/x/term v0.23 .0 // indirect
96
- golang.org/x/text v0.17 .0 // indirect
97
- golang.org/x/time v0.6 .0 // indirect
98
- golang.org/x/tools v0.24 .0 // indirect
90
+ golang.org/x/crypto v0.28 .0 // indirect
91
+ golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
92
+ golang.org/x/net v0.30 .0 // indirect
93
+ golang.org/x/oauth2 v0.23 .0 // indirect
94
+ golang.org/x/sys v0.26 .0 // indirect
95
+ golang.org/x/term v0.25 .0 // indirect
96
+ golang.org/x/text v0.19 .0 // indirect
97
+ golang.org/x/time v0.7 .0 // indirect
98
+ golang.org/x/tools v0.26 .0 // indirect
99
99
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
100
- google.golang.org/protobuf v1.34.2 // indirect
100
+ google.golang.org/protobuf v1.35.1 // indirect
101
101
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
102
102
gopkg.in/inf.v0 v0.9.1 // indirect
103
103
gopkg.in/yaml.v2 v2.4.0 // indirect
104
104
gopkg.in/yaml.v3 v3.0.1 // indirect
105
105
k8s.io/klog/v2 v2.130.1 // indirect
106
- k8s.io/kube-openapi v0.0.0-20240827152857-f7e401e7b4c2 // indirect
106
+ k8s.io/kube-openapi v0.0.0-20241009091222-67ed5848f094 // indirect
107
107
k8s.io/utils v0.0.0-20240821151609-f90d01438635 // indirect
108
108
sigs.k8s.io/container-object-storage-interface-api v0.1.0 // indirect
109
109
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
0 commit comments