Skip to content

Commit

Permalink
Constrain all dependencies to master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane P. Lawrence committed Nov 5, 2018
1 parent 6f06cd5 commit 6e9b061
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Gopkg.toml
Expand Up @@ -23,24 +23,28 @@

[[constraint]]
name = "github.com/hashicorp/go-version"
branch = "master"

[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.0"
branch = "master"

[[constraint]]
name = "github.com/spf13/cobra"
branch = "master"

[[constraint]]
name = "k8s.io/api"
branch = "master"

[[constraint]]
name = "k8s.io/apimachinery"
branch = "master"

[[constraint]]
name = "k8s.io/client-go"
branch = "master"

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
branch = "master"

0 comments on commit 6e9b061

Please sign in to comment.