forked from Datatamer/hadoop_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
29 lines (26 loc) · 1.19 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/meoww-bot/hadoop_exporter
go 1.20
require (
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/log v0.0.0-20151026012452-9a3136781e1f
gopkg.in/jcmturner/gokrb5.v7 v7.5.0
)
require (
github.com/Sirupsen/logrus v0.11.1-0.20170106221601-9b48ece7fc37 // indirect
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a // indirect
github.com/golang/protobuf v0.0.0-20161117033126-8ee79997227b // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.0.0-20150212101744-fa8ad6fec335 // indirect
github.com/prometheus/common v0.0.0-20170108231212-dd2f054febf4 // indirect
github.com/prometheus/procfs v0.0.0-20161206222141-fcdb11ccb438 // indirect
github.com/stretchr/testify v1.8.4 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.10.0 // indirect
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect
)