forked from prometheus/node_exporter
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1657b5
commit bfbb74c
Showing
3 changed files
with
69 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,38 @@ | ||
module github.com/percona/node_exporter | ||
|
||
require ( | ||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect | ||
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect | ||
github.com/beevik/ntp v0.2.0 | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 | ||
github.com/ema/qdisc v0.0.0-20180104102928-b307c22d3ce7 | ||
github.com/go-kit/kit v0.9.0 // indirect | ||
github.com/go-logfmt/logfmt v0.4.0 // indirect | ||
github.com/godbus/dbus v4.1.0+incompatible | ||
github.com/google/go-cmp v0.2.0 // indirect | ||
github.com/golang/protobuf v1.3.2 // indirect | ||
github.com/google/go-cmp v0.3.0 // indirect | ||
github.com/json-iterator/go v1.1.7 // indirect | ||
github.com/lufia/iostat v0.0.0-20170605150913-9f7362b77ad3 | ||
github.com/mattn/go-xmlrpc v0.0.0-20180913190254-6e944673e4c0 | ||
github.com/mdlayher/genetlink v0.0.0-20180917171408-7615bc153978 // indirect | ||
github.com/mdlayher/netlink v0.0.0-20180920202405-794849f2d5bf // indirect | ||
github.com/mdlayher/wifi v0.0.0-20180727163819-efdf3f4195d9 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/percona/exporter_shared v0.2.1 | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/prometheus/client_golang v0.9.2 | ||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 | ||
github.com/prometheus/common v0.2.0 | ||
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a | ||
github.com/sirupsen/logrus v1.4.2 // indirect | ||
github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a | ||
golang.org/x/crypto v0.0.0-20181009213950-7c1a557ab941 // indirect | ||
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 | ||
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect | ||
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect | ||
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 | ||
gopkg.in/alecthomas/kingpin.v2 v2.2.6 | ||
gopkg.in/yaml.v2 v2.2.4 // indirect | ||
) | ||
|
||
go 1.16 | ||
go 1.16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters