...
1module github.com/prometheus/client_golang
2
3go 1.20
4
5require (
6 github.com/beorn7/perks v1.0.1
7 github.com/cespare/xxhash/v2 v2.2.0
8 github.com/davecgh/go-spew v1.1.1
9 github.com/json-iterator/go v1.1.12
10 github.com/prometheus/client_model v0.5.0
11 github.com/prometheus/common v0.48.0
12 github.com/prometheus/procfs v0.12.0
13 golang.org/x/sys v0.17.0
14 google.golang.org/protobuf v1.33.0
15)
16
17require (
18 github.com/golang/protobuf v1.5.3 // indirect
19 github.com/jpillora/backoff v1.0.0 // indirect
20 github.com/kr/pretty v0.3.1 // indirect
21 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
22 github.com/modern-go/reflect2 v1.0.2 // indirect
23 github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
24 golang.org/x/net v0.20.0 // indirect
25 golang.org/x/oauth2 v0.16.0 // indirect
26 golang.org/x/text v0.14.0 // indirect
27 google.golang.org/appengine v1.6.7 // indirect
28 gopkg.in/yaml.v2 v2.4.0 // indirect
29)
30
31exclude github.com/prometheus/client_golang v1.12.1
View as plain text