Merge pull request #283 from prymitive/dependabot/dep/github.com/prometheus/client_golang-0.9.2

build(deps): bump github.com/prometheus/client_golang from 0.9.1 to 0.9.2
This commit is contained in:
Łukasz Mierzwa
2018-12-07 12:37:14 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

6
Gopkg.lock generated
View File

@@ -258,7 +258,7 @@
version = "v1.0.0"
[[projects]]
digest = "1:26663fafdea73a38075b07e8e9d82fc0056379d2be8bb4e13899e8fda7c7dd23"
digest = "1:93a746f1060a8acbcf69344862b2ceced80f854170e1caae089b2834c5fbf7f4"
name = "github.com/prometheus/client_golang"
packages = [
"prometheus",
@@ -266,8 +266,8 @@
"prometheus/promhttp",
]
pruneopts = "UT"
revision = "abad2d1bd44235a26707c172eab6bca5bf2dbad3"
version = "v0.9.1"
revision = "505eaef017263e299324067d40ca2c48f6a2cf50"
version = "v0.9.2"
[[projects]]
branch = "master"

View File

@@ -83,7 +83,7 @@
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "=0.9.1"
version = "=0.9.2"
[[constraint]]
name = "github.com/sirupsen/logrus"