Skip to content

Commit

Permalink
gopkg.toml: freshen dependencies
Browse files Browse the repository at this point in the history
Pin a few dependencies that we don't want to upgrade too yet.

Signed-off-by: Dave Cheney <dave@cheney.net>
  • Loading branch information
davecheney committed Sep 21, 2018
1 parent 62118f6 commit 6cd2371
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 54 deletions.
108 changes: 54 additions & 54 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Gopkg.toml
Expand Up @@ -9,6 +9,10 @@ required = [
"k8s.io/code-generator/cmd/informer-gen",
]

ignored = [
# "cloud.google.com/go/compute/metadata"
]

[[constraint]]
name="k8s.io/client-go"
version="v7.0.0"
Expand All @@ -32,3 +36,11 @@ required = [
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "^0.9.0-pre1"

[[constraint]]
name = "github.com/envoyproxy/go-control-plane"
version = "=v0.4"

[[constraint]]
name = "github.com/gogo/protobuf"
version = "=1.0.0"

0 comments on commit 6cd2371

Please sign in to comment.