Skip to content

Commit

Permalink
add csi related dependencies to vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
mlmhl committed Jan 30, 2019
1 parent 2ea295d commit b52c949
Show file tree
Hide file tree
Showing 115 changed files with 35,081 additions and 102 deletions.
93 changes: 83 additions & 10 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 11 additions & 6 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,30 @@
# go-tests = true
# unused-packages = true

# TODO: Change to a concrete v1.14 tag after klog is included.
[[constraint]]
branch = "master"
name = "k8s.io/api"
version = "kubernetes-1.14.0-alpha.1"

# TODO: Change to a concrete v1.14 tag after klog is included.
[[constraint]]
branch = "master"
name = "k8s.io/apimachinery"
version = "kubernetes-1.14.0-alpha.1"

# TODO: Change to a concrete v1.14 tag after klog is included.
[[constraint]]
branch = "master"
name = "k8s.io/client-go"
version = "kubernetes-1.14.0-alpha.1"

[[constraint]]
name = "k8s.io/klog"
version = "0.1.0"

[[constraint]]
branch = "master"
name = "github.com/container-storage-interface/spec"

[[constraint]]
name = "github.com/kubernetes-csi/csi-lib-utils"
version = "0.2.0"

[prune]
non-go = true
go-tests = true
Expand Down
Loading

0 comments on commit b52c949

Please sign in to comment.