Skip to content

Commit

Permalink
Pin prometheus dependency in Gopkg.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelSpeed committed Oct 31, 2018
1 parent b147114 commit b063917
Show file tree
Hide file tree
Showing 31 changed files with 3,543 additions and 1,212 deletions.
9 changes: 6 additions & 3 deletions Gopkg.lock

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

5 changes: 5 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ required = ["sigs.k8s.io/testing_frameworks/integration",
"github.com/go-openapi/spec",
"k8s.io/kube-openapi/pkg/common",
"k8s.io/apiextensions-apiserver",
"github.com/prometheus/client_golang/prometheus",
]

[[constraint]]
Expand Down Expand Up @@ -54,6 +55,10 @@ required = ["sigs.k8s.io/testing_frameworks/integration",
name = "go.uber.org/zap"
version = "1.8.0"

[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.9.0"

# these are not listed explicitly until we get version tags,
# since dep doesn't like bare revision dependencies

Expand Down
18 changes: 0 additions & 18 deletions vendor/github.com/prometheus/client_golang/AUTHORS.md

This file was deleted.

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

Loading

0 comments on commit b063917

Please sign in to comment.