Update dependencies and fix tests

Signed-off-by: Joe Adams <github@joeadams.io>
This commit is contained in:
Joe Adams
2021-07-07 09:52:56 -04:00
parent 59623d5709
commit 08fd458df0
4 changed files with 408 additions and 161 deletions

10
go.mod
View File

@@ -4,12 +4,12 @@ go 1.14
require (
github.com/blang/semver v3.5.1+incompatible
github.com/go-kit/kit v0.10.0
github.com/lib/pq v1.9.0
github.com/prometheus/client_golang v1.9.0
github.com/go-kit/kit v0.11.0
github.com/lib/pq v1.10.2
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.17.0
github.com/prometheus/exporter-toolkit v0.5.1
github.com/prometheus/common v0.29.0
github.com/prometheus/exporter-toolkit v0.6.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/yaml.v2 v2.4.0