trivial: Change dep constraint to an override

fixes #289
This commit is contained in:
Mark Ayers
2018-08-23 15:58:27 -07:00
committed by GitHub
parent f0deaf707d
commit 6847bb7924

View File

@@ -49,11 +49,11 @@
name = "k8s.io/client-go" name = "k8s.io/client-go"
version = "7.0.0" version = "7.0.0"
[[constraint]] [[override]]
branch = "master" branch = "master"
name = "k8s.io/utils" name = "k8s.io/utils"
[[constraint]] [[override]]
branch = "master" branch = "master"
name = "github.com/go-openapi/spec" name = "github.com/go-openapi/spec"