Remove providers (#670)
* Move all but mock provider out of tree These have all been moved to repos under github.com/virtual-kubelet. * Introduce a providers.Store This essentially moves the the old register/ handling into a first class object that can be controlled from the CLI rather than through build tags deep in the code. This actually would have made it a bit easier to build the provider repos and makes the cmd/ code more re-usable.
This commit is contained in:
77
Gopkg.toml
77
Gopkg.toml
@@ -33,26 +33,10 @@
|
||||
name = "github.com/spf13/cobra"
|
||||
version = "0.0.1"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/google/uuid"
|
||||
version = "0.2.0"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/gorilla/mux"
|
||||
version = "1.6.0"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/Azure/azure-sdk-for-go"
|
||||
version = "21.1.0"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/lawrencegripper/pod2docker"
|
||||
version = "0.5.1"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/aws/aws-sdk-go"
|
||||
version = "1.13.38"
|
||||
|
||||
[[constraint]]
|
||||
name = "k8s.io/api"
|
||||
version = "kubernetes-1.13.1"
|
||||
@@ -65,67 +49,6 @@
|
||||
name = "k8s.io/client-go"
|
||||
version = "kubernetes-1.13.1"
|
||||
|
||||
# These are required for Zun
|
||||
[[constraint]]
|
||||
name = "github.com/gophercloud/gophercloud"
|
||||
revision = "954aa14363ced787c28efcfcd15ae6945eb862fb"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/docker/docker"
|
||||
revision = "49bf474f9ed7ce7143a59d1964ff7b7fd9b52178"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/vishvananda/netlink"
|
||||
revision = "482f7a52b758233521878cb6c5904b6bd63f3457"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/opencontainers/runtime-spec"
|
||||
revision = "1c7c27d043c2a5e513a44084d2b10d77d1402b8c"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/go-openapi/analysis"
|
||||
revision = "d5a75b7d751ca3f11ad5d93cfe97405f2c3f6a47"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/go-openapi/errors"
|
||||
revision = "fc3f73a224499b047eda7191e5d22e1e9631e86f"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/go-openapi/loads"
|
||||
revision = "6bb6486231e079ea125c0f39994ed3d0c53399ed"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/go-openapi/runtime"
|
||||
revision = "3b13ebb46790d871d74a6c2450fa4b1280f90854"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/go-openapi/strfmt"
|
||||
revision = "0cb3db44c13bad3b3f567b762a66751972a310cc"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/go-openapi/validate"
|
||||
revision = "035dcd74f1f61e83debe1c22950dc53556e7e4b2"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/Azure/go-autorest"
|
||||
version = "10.8.1"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/aliyun/alibaba-cloud-sdk-go"
|
||||
version = "1.27.7"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/json-iterator/go"
|
||||
version = "v1.1.5"
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/hashicorp/nomad"
|
||||
revision = "v0.8.6"
|
||||
|
||||
[[override]]
|
||||
name = "github.com/ugorji/go"
|
||||
revision = "0053ebfd9d0ee06ccefbfe17072021e1d4acebee"
|
||||
|
||||
[[constraint]]
|
||||
name = "gotest.tools"
|
||||
version = "2.3.0"
|
||||
|
||||
Reference in New Issue
Block a user