Skip to content

Commit 5ba12c4

Browse files
Merge pull request #508 from malayparida2000/api
Update odf-operator direct dependencies
2 parents f415659 + fbf6c4b commit 5ba12c4

File tree

193 files changed

+3228
-2310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+3228
-2310
lines changed

go.mod

+31-31
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
module github.com/red-hat-storage/odf-operator
22

3-
go 1.22.0
3+
go 1.22.7
44

55
require (
66
github.com/IBM/ibm-storage-odf-operator v1.6.0
77
github.com/ghodss/yaml v1.0.1-0.20220118164431-d8423dcdf344
88
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
1212
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
1616
github.com/stretchr/testify v1.9.0
1717
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
2222
sigs.k8s.io/controller-runtime v0.19.0
2323
)
2424

2525
require (
2626
github.com/beorn7/perks v1.0.1 // indirect
2727
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
2929
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3030
github.com/containernetworking/cni v1.2.3 // indirect
3131
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -46,7 +46,7 @@ require (
4646
github.com/google/gnostic-models v0.6.8 // indirect
4747
github.com/google/go-cmp v0.6.0 // indirect
4848
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
5050
github.com/google/uuid v1.6.0 // indirect
5151
github.com/hashicorp/errwrap v1.1.0 // indirect
5252
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -57,14 +57,14 @@ require (
5757
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
5858
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
5959
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
6161
github.com/hashicorp/vault/api/auth/approle v0.7.0 // indirect
6262
github.com/hashicorp/vault/api/auth/kubernetes v0.7.0 // indirect
6363
github.com/imdario/mergo v0.3.16 // indirect
6464
github.com/josharian/intern v1.0.0 // indirect
6565
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
6868
github.com/kube-object-storage/lib-bucket-provisioner v0.0.0-20221122204822-d1a8c34382f1 // indirect
6969
github.com/kylelemons/godebug v1.1.0 // indirect
7070
github.com/libopenstorage/secrets v0.0.0-20240416031220-a17cf7f72c6c // indirect
@@ -74,36 +74,36 @@ require (
7474
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7575
github.com/modern-go/reflect2 v1.0.2 // indirect
7676
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
7979
github.com/pkg/errors v0.9.1 // indirect
8080
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
8181
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
8383
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
8585
github.com/ryanuber/go-glob v1.0.0 // indirect
8686
github.com/sirupsen/logrus v1.9.3 // indirect
8787
github.com/spf13/pflag v1.0.5 // indirect
8888
github.com/x448/float16 v0.8.4 // indirect
8989
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
9999
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
101101
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
102102
gopkg.in/inf.v0 v0.9.1 // indirect
103103
gopkg.in/yaml.v2 v2.4.0 // indirect
104104
gopkg.in/yaml.v3 v3.0.1 // indirect
105105
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
107107
k8s.io/utils v0.0.0-20240821151609-f90d01438635 // indirect
108108
sigs.k8s.io/container-object-storage-interface-api v0.1.0 // indirect
109109
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect

0 commit comments

Comments
 (0)