Update prometheus/client_golang to v1.0.0 (#1382)
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
22a7dbae08
commit
a9231ad6ad
23 changed files with 896 additions and 1068 deletions
7
go.mod
7
go.mod
|
|
@ -2,11 +2,9 @@ module github.com/prometheus/node_exporter
|
|||
|
||||
require (
|
||||
github.com/beevik/ntp v0.2.0
|
||||
github.com/beorn7/perks v1.0.0 // indirect
|
||||
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
|
||||
github.com/ema/qdisc v0.0.0-20180104102928-b307c22d3ce7
|
||||
github.com/godbus/dbus v0.0.0-20190402143921-271e53dc4968
|
||||
github.com/golang/protobuf v1.3.1 // indirect
|
||||
github.com/google/go-cmp v0.3.0 // indirect
|
||||
github.com/hodgesds/perf-utils v0.0.7
|
||||
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
||||
|
|
@ -15,14 +13,13 @@ require (
|
|||
github.com/mdlayher/genetlink v0.0.0-20181016160152-e97704c1b795 // indirect
|
||||
github.com/mdlayher/netlink v0.0.0-20181210160939-e069752bc835 // indirect
|
||||
github.com/mdlayher/wifi v0.0.0-20180727163819-efdf3f4195d9
|
||||
github.com/prometheus/client_golang v0.9.2
|
||||
github.com/prometheus/client_golang v1.0.0
|
||||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
|
||||
github.com/prometheus/common v0.3.0
|
||||
github.com/prometheus/common v0.4.1
|
||||
github.com/prometheus/procfs v0.0.2
|
||||
github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745
|
||||
github.com/sirupsen/logrus v1.4.2 // indirect
|
||||
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a
|
||||
github.com/stretchr/testify v1.3.0 // indirect
|
||||
go.uber.org/atomic v1.3.2 // indirect
|
||||
go.uber.org/multierr v1.1.0 // indirect
|
||||
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue