Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWX-38874: Removing stork and externalstorage apis as those have been moved into stork repo. #412

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
3 changes: 0 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ go 1.22.6
toolchain go1.22.6

require (
github.com/kubernetes-incubator/external-storage v0.20.4-openstorage-rc7
github.com/libopenstorage/autopilot-api v1.3.0
github.com/libopenstorage/openstorage v9.4.47+incompatible
github.com/libopenstorage/operator v0.0.0-20230801044606-e27dec4914d4
github.com/libopenstorage/stork v1.4.1-0.20230610103146-72cf75320066
github.com/openshift/api v0.0.0-20230503133300-8bbcb7ca7183
github.com/openshift/client-go v0.0.0-20210112165513-ebc401615f47
// TODO: Vendor from pb-1874 branch. Need to change it to master.
Expand Down Expand Up @@ -157,7 +155,6 @@ require (
)

replace (
github.com/kubernetes-incubator/external-storage => github.com/libopenstorage/external-storage v0.25.1-openstorage-rc1
github.com/libopenstorage/autopilot-api => github.com/libopenstorage/autopilot-api v0.6.1-0.20210301232050-ca2633c6e114
github.com/portworx/torpedo => github.com/portworx/torpedo v0.0.0-20230206190621-4ccdccff9ded
helm.sh/helm/v3 => helm.sh/helm/v3 v3.10.3
Expand Down
149 changes: 0 additions & 149 deletions k8s/externalstorage/externalstorage.go

This file was deleted.

13 changes: 0 additions & 13 deletions k8s/externalstorage/externalstorage_test.go

This file was deleted.

Loading