summaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorSteve Azzopardi <steveazz@outlook.com>2019-01-16 14:57:23 +0100
committerSteve Azzopardi <steveazz@outlook.com>2019-01-16 14:59:01 +0100
commitdb1f0f750ef990883c567057d63ad5821395afc8 (patch)
tree614cf0a4b7205ef6439a33de1f26f316dc84bc8a /Gopkg.toml
parentMerge branch 'patch-2' into 'master' (diff)
downloadgitlab-runner-db1f0f750ef990883c567057d63ad5821395afc8.tar.gz
Update github.com/prometheus/client_golang dep
Update to the latest version which had a breaking change on the process collector func. Following the comment on it it's just a matter of having `NewProcessCollector(ProcessCollectorOpts{})`
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 93d62762..ff80de01 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"