Skip to content
Merged
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
205 changes: 168 additions & 37 deletions Gopkg.lock

Large diffs are not rendered by default.

13 changes: 5 additions & 8 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,26 @@ required = [
version = "=1.0.0" # Set this to exactly 1.0.0 until we can update test code to handle 1.1.0


# Branches are used for k8s.io constraints because at the
# moment we need latest 1.14 APIs for external-provisioner.
# This can be set to an official 1.14 tag once 1.14 is released.
# The dependency on external-provisioner should be removed with #60.
[[constraint]]
name = "k8s.io/api"
branch = "release-1.14"
version = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.14"
version = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/client-go"
branch = "release-11.0"
version = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.14"
version = "kubernetes-1.14.0"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
branch = "release-1.14"
version = "kubernetes-1.14.0"

[prune]
non-go = true
Expand Down
191 changes: 0 additions & 191 deletions vendor/github.com/golang/glog/LICENSE

This file was deleted.

Loading