Skip to content

Commit ea80ebc

Browse files
Prashanth Kumarsiva-portworx
authored andcommitted
vendor udpate for torpedo, sched-ops from master and kdmp(1.2.4)
1 parent e56fd92 commit ea80ebc

140 files changed

Lines changed: 6782 additions & 3014 deletions

File tree

Some content is hidden

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

go.mod

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ require (
2727
github.com/openshift/api v0.0.0-20210105115604-44119421ec6b
2828
github.com/openshift/client-go v0.0.0-20210112165513-ebc401615f47
2929
github.com/pborman/uuid v1.2.1
30-
github.com/portworx/kdmp v0.4.1-0.20220710173715-5d42efc7d149
3130
github.com/portworx/px-object-controller v0.0.0-20220804234424-40d3b8a84987
32-
github.com/portworx/sched-ops v1.20.4-rc1.0.20221208153443-c95ed6d757fa
33-
github.com/portworx/torpedo v0.20.4-rc1.0.20210325154352-eb81b0cdd145
31+
github.com/portworx/sched-ops v1.20.4-rc1.0.20230207070155-2e0ef25efadd
3432
github.com/prometheus/client_golang v1.14.0
3533
github.com/rancher/norman v0.0.0-20230110004459-34230bb2787c
3634
github.com/rancher/rancher/pkg/client v0.0.0-20230203155537-a67566517525
@@ -62,6 +60,11 @@ require (
6260
sigs.k8s.io/sig-storage-lib-external-provisioner/v6 v6.3.0
6361
)
6462

63+
require (
64+
github.com/portworx/kdmp v0.4.1-0.20230127055521-e23d6b003478
65+
github.com/portworx/torpedo v0.20.4-rc1.0.20210325154352-eb81b0cdd145
66+
)
67+
6568
require (
6669
cloud.google.com/go v0.107.0 // indirect
6770
cloud.google.com/go/compute v1.13.0 // indirect
@@ -183,7 +186,7 @@ require (
183186
github.com/lib/pq v1.10.6 // indirect
184187
github.com/libopenstorage/autopilot-api v1.3.0 // indirect
185188
github.com/libopenstorage/gossip v0.0.0-20220309192431-44c895e0923e // indirect
186-
github.com/libopenstorage/operator v0.0.0-20230112002659-7e73437e61d4 // indirect
189+
github.com/libopenstorage/operator v0.0.0-20230202214252-140e2e1fd86a // indirect
187190
github.com/libopenstorage/systemutils v0.0.0-20160208220149-44ac83be3ce1 // indirect
188191
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
189192
github.com/mailru/easyjson v0.7.6 // indirect
@@ -249,14 +252,14 @@ require (
249252
go.opencensus.io v0.24.0 // indirect
250253
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
251254
golang.org/x/crypto v0.1.0 // indirect
252-
golang.org/x/mod v0.6.0 // indirect
253-
golang.org/x/net v0.1.0 // indirect
255+
golang.org/x/mod v0.7.0 // indirect
256+
golang.org/x/net v0.5.0 // indirect
254257
golang.org/x/sync v0.1.0 // indirect
255-
golang.org/x/sys v0.1.0 // indirect
256-
golang.org/x/term v0.1.0 // indirect
257-
golang.org/x/text v0.4.0 // indirect
258-
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
259-
golang.org/x/tools v0.2.0 // indirect
258+
golang.org/x/sys v0.4.0 // indirect
259+
golang.org/x/term v0.4.0 // indirect
260+
golang.org/x/text v0.6.0 // indirect
261+
golang.org/x/time v0.1.0 // indirect
262+
golang.org/x/tools v0.5.0 // indirect
260263
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
261264
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
262265
google.golang.org/appengine v1.6.7 // indirect
@@ -298,7 +301,8 @@ replace (
298301
github.com/kubernetes-incubator/external-storage v0.20.4-openstorage-rc10 => github.com/kubernetes-incubator/external-storage v0.25.1-openstorage-rc1
299302
github.com/libopenstorage/autopilot-api => github.com/libopenstorage/autopilot-api v0.6.1-0.20210301232050-ca2633c6e114
300303
github.com/libopenstorage/openstorage => github.com/libopenstorage/openstorage v1.0.1-0.20221216200022-d1c57a8ea854
301-
github.com/portworx/sched-ops => github.com/portworx/sched-ops v1.20.4-rc1.0.20230103234348-243afb3bb8aa
304+
github.com/portworx/kdmp => github.com/portworx/kdmp v0.4.1-0.20230207113334-0b97b6052012
305+
github.com/portworx/sched-ops => github.com/portworx/sched-ops v1.20.4-rc1.0.20230207070155-2e0ef25efadd
302306
github.com/portworx/torpedo => github.com/portworx/torpedo v0.0.0-20230206162106-035fee117ba3
303307
gopkg.in/fsnotify.v1 v1.4.7 => github.com/fsnotify/fsnotify v1.4.7
304308
helm.sh/helm/v3 => helm.sh/helm/v3 v3.10.3

go.sum

Lines changed: 423 additions & 50 deletions
Large diffs are not rendered by default.

vendor/github.com/libopenstorage/operator/pkg/apis/core/v1/storagecluster.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)