Handle dependencies better

This commit is contained in:
Arthur Barr
2017-09-28 13:21:03 +01:00
parent 22706a5a5c
commit ba390173ec
3 changed files with 14 additions and 16 deletions

View File

@@ -16,10 +16,14 @@
branch = "master"
name = "golang.org/x/sys"
[[constraint]]
branch = "master"
name = "k8s.io/apimachinery"
# The version of client-go corresponds to a specific Kubernetes version
# (e.g. client-go 4.0.0 is for kubernetes 1.7)
# If you change this version, you also need to update the corresponding
# branch for k8s.io/apimachinery (below)
[[constraint]]
name = "k8s.io/client-go"
version = "4.0.0"
[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.7"