From d556236c7259edbd00c130fcf52f2d382e97e462 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 08:38:04 +0000 Subject: [PATCH] Bump github.com/prometheus/client_golang from 0.9.0-pre1 to 1.0.0 Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.9.0-pre1 to 1.0.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v0.9.0-pre1...v1.0.0) Signed-off-by: dependabot-preview[bot] --- Gopkg.lock | 20 ++++++++++++++++---- Gopkg.toml | 2 +- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 4c0d2243..7da0bec0 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -426,15 +426,16 @@ version = "v1.0.0" [[projects]] - digest = "1:167888737cd5a7d9cac6422e1216be91a687d5c6c752dfb88ba6879d179159e7" + digest = "1:097cc61836050f45cbb712ae3bb45d66fba464c16b8fac09907fa3c1f753eff6" name = "github.com/prometheus/client_golang" packages = [ "prometheus", + "prometheus/internal", "prometheus/promhttp", ] pruneopts = "NUT" - revision = "967789050ba94deca04a5e84cce8ad472ce313c1" - version = "v0.9.0-pre1" + revision = "4ab88e80c249ed361d3299e2930427d9ac43ef8d" + version = "v1.0.0" [[projects]] branch = "master" @@ -478,17 +479,28 @@ version = "v1.2.0" [[projects]] - digest = "1:23d963778896113e7cece2666264009d0f558418a0b4971708e2001b6d1dd794" + digest = "1:7395b855a6078ad2e6c40311402a057a91125fb9f32cf228e1b32cdc57c33538" name = "github.com/shirou/gopsutil" packages = [ + "cpu", "host", "internal/common", + "mem", + "net", "process", ] pruneopts = "NUT" revision = "8048a2e9c5773235122027dd585cf821b2af1249" version = "v2.18.07" +[[projects]] + branch = "master" + digest = "1:869e13958e05ca96407cecebea71a60310256aba8f70244d05a06ce09e3f60ba" + name = "github.com/shirou/w32" + packages = ["."] + pruneopts = "NUT" + revision = "bb4de0191aa41b5507caa14b0650cdbddcd9280b" + [[projects]] digest = "1:01252cd79aac70f16cac02a72a1067dd136e0ad6d5b597d0129cf74c739fd8d1" name = "github.com/sirupsen/logrus" diff --git a/Gopkg.toml b/Gopkg.toml index b62e0f55..20e89df4 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -108,7 +108,7 @@ [[override]] name = "github.com/prometheus/client_golang" - version = "v0.9.0-pre1" + version = "v1.0.0" [prune] go-tests = true