Merge pull request #242 from ZachEddy/remove-constraints

Remove dependency constraints on master branches
This commit is contained in:
Kubernetes Prow Robot
2019-01-21 12:54:41 -08:00
committed by GitHub

View File

@@ -43,16 +43,3 @@ required = [
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"
[[constraint]]
branch = "master"
name = "k8s.io/apimachinery"
[[constraint]]
name = "k8s.io/code-generator"
branch = "master"
[[constraint]]
branch = "master"
name = "k8s.io/utils"