Remove master branch constraints on Kubernetes packages

This commit is contained in:
Zachary Eddy
2019-01-21 12:02:40 -08:00
parent df45939b04
commit ec304b92ee

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"