File tree Expand file tree Collapse file tree
github.com/portworx/sched-ops/k8s/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ require (
2828 github.com/openshift/client-go v0.0.0-20210112165513-ebc401615f47
2929 github.com/pborman/uuid v1.2.1
3030 github.com/portworx/px-object-controller v0.0.0-20220804234424-40d3b8a84987
31- github.com/portworx/sched-ops v1.20.4-rc1.0.20230207070155-2e0ef25efadd
31+ github.com/portworx/sched-ops v1.20.4-rc1.0.20230228105744-505c1a2d8203
3232 github.com/prometheus/client_golang v1.14.0
3333 github.com/rancher/norman v0.0.0-20230110004459-34230bb2787c
3434 github.com/rancher/rancher/pkg/client v0.0.0-20230203155537-a67566517525
@@ -302,7 +302,7 @@ replace (
302302 github.com/libopenstorage/autopilot-api => github.com/libopenstorage/autopilot-api v0.6.1-0.20210301232050-ca2633c6e114
303303 github.com/libopenstorage/openstorage => github.com/libopenstorage/openstorage v1.0.1-0.20221216200022-d1c57a8ea854
304304 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
305+ github.com/portworx/sched-ops => github.com/portworx/sched-ops v1.20.4-rc1.0.20230228105744-505c1a2d8203
306306 github.com/portworx/torpedo => github.com/portworx/torpedo v0.0.0-20230206162106-035fee117ba3
307307 gopkg.in/fsnotify.v1 v1.4.7 => github.com/fsnotify/fsnotify v1.4.7
308308 helm.sh/helm/v3 => helm.sh/helm/v3 v3.10.3
Original file line number Diff line number Diff line change @@ -2253,8 +2253,8 @@ github.com/portworx/px-backup-api v1.2.2-0.20220822053657-49308ab319f1/go.mod h1
22532253github.com/portworx/px-object-controller v0.0.0-20220804234424-40d3b8a84987 h1:VNBTmIPjJRZ2QP64zdsrif3ELDHiMzoyNNX74VNHgZ8 =
22542254github.com/portworx/px-object-controller v0.0.0-20220804234424-40d3b8a84987 /go.mod h1:g3pw2lI2AjqAixUCRhaBdKTY98znsCPR7NGRrlpimVU =
22552255github.com/portworx/pxc v0.33.0 /go.mod h1:Tl7hf4K2CDr0XtxzM08sr9H/KsMhscjf9ydb+MnT0U4 =
2256- github.com/portworx/sched-ops v1.20.4-rc1.0.20230207070155-2e0ef25efadd h1:cjKFXeQwi1EYlkT1Rjcj6MgPwKjDUKuOx6iCQbQP09M =
2257- github.com/portworx/sched-ops v1.20.4-rc1.0.20230207070155-2e0ef25efadd /go.mod h1:JbHASXqA/GXwFD4blS1DZkrxtS5llb98ViZgUerOtQA =
2256+ github.com/portworx/sched-ops v1.20.4-rc1.0.20230228105744-505c1a2d8203 h1:f+KYmAiOiYDiEycOuEyPn+of4t0cew+IW8x12zQTksw =
2257+ github.com/portworx/sched-ops v1.20.4-rc1.0.20230228105744-505c1a2d8203 /go.mod h1:JbHASXqA/GXwFD4blS1DZkrxtS5llb98ViZgUerOtQA =
22582258github.com/portworx/talisman v0.0.0-20210302012732-8af4564777f7 /go.mod h1:e8a6uFpSbOlRpZQlW9aXYogC+GWAo065G0RL9hDkD4Q =
22592259github.com/portworx/torpedo v0.0.0-20230206162106-035fee117ba3 h1:UZE1bIdN10MDnO7CXSnM2js1ixtfH3gkOah8koCPvdY =
22602260github.com/portworx/torpedo v0.0.0-20230206162106-035fee117ba3 /go.mod h1:6/JatmSXhilsjBkh46EUCDKRYo0zKP8OVrA7W00ER2I =
Original file line number Diff line number Diff line change @@ -937,7 +937,7 @@ github.com/portworx/px-object-controller/client/listers/objectservice/v1alpha1
937937github.com/portworx/px-object-controller/pkg/client
938938github.com/portworx/px-object-controller/pkg/controller
939939github.com/portworx/px-object-controller/pkg/utils
940- # github.com/portworx/sched-ops v1.20.4-rc1.0.20230207070155-2e0ef25efadd => github.com/portworx/sched-ops v1.20.4-rc1.0.20230207070155-2e0ef25efadd
940+ # github.com/portworx/sched-ops v1.20.4-rc1.0.20230228105744-505c1a2d8203 => github.com/portworx/sched-ops v1.20.4-rc1.0.20230228105744-505c1a2d8203
941941## explicit; go 1.19
942942github.com/portworx/sched-ops/k8s/admissionregistration
943943github.com/portworx/sched-ops/k8s/apiextensions
@@ -2240,7 +2240,7 @@ sigs.k8s.io/yaml
22402240# github.com/libopenstorage/autopilot-api => github.com/libopenstorage/autopilot-api v0.6.1-0.20210301232050-ca2633c6e114
22412241# github.com/libopenstorage/openstorage => github.com/libopenstorage/openstorage v1.0.1-0.20221216200022-d1c57a8ea854
22422242# github.com/portworx/kdmp => github.com/portworx/kdmp v0.4.1-0.20230207113334-0b97b6052012
2243- # github.com/portworx/sched-ops => github.com/portworx/sched-ops v1.20.4-rc1.0.20230207070155-2e0ef25efadd
2243+ # github.com/portworx/sched-ops => github.com/portworx/sched-ops v1.20.4-rc1.0.20230228105744-505c1a2d8203
22442244# github.com/portworx/torpedo => github.com/portworx/torpedo v0.0.0-20230206162106-035fee117ba3
22452245# gopkg.in/fsnotify.v1 v1.4.7 => github.com/fsnotify/fsnotify v1.4.7
22462246# helm.sh/helm/v3 => helm.sh/helm/v3 v3.10.3
You can’t perform that action at this time.
0 commit comments