diff options
| author | Steve Azzopardi <steveazz@outlook.com> | 2019-01-16 14:57:23 +0100 |
|---|---|---|
| committer | Steve Azzopardi <steveazz@outlook.com> | 2019-01-16 14:59:01 +0100 |
| commit | db1f0f750ef990883c567057d63ad5821395afc8 (patch) | |
| tree | 614cf0a4b7205ef6439a33de1f26f316dc84bc8a /Gopkg.toml | |
| parent | Merge branch 'patch-2' into 'master' (diff) | |
| download | gitlab-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.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" |
