Skip to content

Commit

Permalink
Merge pull request #160 from msau42/selflink
Browse files Browse the repository at this point in the history
Update k8s.io dependencies to master to get selflink fix in client-go
  • Loading branch information
k8s-ci-robot committed Aug 13, 2019
2 parents 7e09056 + d38cdc2 commit ffee5f4
Show file tree
Hide file tree
Showing 315 changed files with 88,138 additions and 39,298 deletions.
42 changes: 31 additions & 11 deletions Gopkg.lock

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

22 changes: 16 additions & 6 deletions Gopkg.toml
Expand Up @@ -13,19 +13,29 @@ required = [
name = "github.com/container-storage-interface/spec"
version = "=1.1.0"

# TODO: all the k8s.io dependencies are overrides due to
# csi-lib-utils constraints. Once 1.16.0 is released, update
# all of these versions back to a constraint.

# The dependency on external-provisioner should be removed with #60.
[[constraint]]
[[override]]
name = "k8s.io/api"
version = "kubernetes-1.14.0"
branch = "master"

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

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

[[override]]
name = "k8s.io/utils"
branch = "master"


# These dependencies are used for CRD API generation
[[constraint]]
name = "k8s.io/code-generator"
version = "kubernetes-1.14.0"
Expand Down
27 changes: 27 additions & 0 deletions vendor/github.com/google/go-cmp/LICENSE

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

0 comments on commit ffee5f4

Please sign in to comment.