summaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@gitlab.com>2019-01-24 15:23:35 +0000
committerTomasz Maczukin <tomasz@gitlab.com>2019-01-24 15:23:35 +0000
commitabeda59e5839d23f61507a063619028644bfbf40 (patch)
tree18f796d969c9d3b353362bfce30762612059e91d /Gopkg.toml
parentMerge branch 'patch-3' into 'master' (diff)
parentUpdate github.com/prometheus/client_golang dep (diff)
downloadgitlab-runner-abeda59e5839d23f61507a063619028644bfbf40.tar.gz
Merge branch 'update-dep-prometheus-client' into 'master'
Update github.com/prometheus/client_golang dep See merge request gitlab-org/gitlab-runner!1150
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index b6566416..60ae0dcf 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -89,8 +89,7 @@ ignored = ["test", "appengine"]
[[constraint]]
name = "github.com/prometheus/client_golang"
- # version = "0.8.0"
- revision = "334af0119a8f8fb6af5bb950d535c482cac7f836"
+ version = "0.9.0"
[[constraint]]
name = "github.com/stretchr/testify"