Update Prometheus dependencies
Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
parent
121d9980c1
commit
676eb55f99
6
go.mod
6
go.mod
|
@ -11,10 +11,10 @@ require (
|
|||
github.com/go-ole/go-ole v1.2.1 // indirect
|
||||
github.com/google/go-cmp v0.5.1 // indirect
|
||||
github.com/leoluk/perflib_exporter v0.1.0
|
||||
github.com/prometheus/client_golang v1.8.0
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
github.com/prometheus/client_model v0.2.0
|
||||
github.com/prometheus/common v0.15.0
|
||||
github.com/prometheus/exporter-toolkit v0.5.1
|
||||
github.com/prometheus/common v0.32.0
|
||||
github.com/prometheus/exporter-toolkit v0.7.0
|
||||
github.com/sirupsen/logrus v1.6.0
|
||||
github.com/stretchr/testify v1.4.0
|
||||
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211
|
||||
|
|
Loading…
Reference in New Issue