2018-11-15 19:51:14 +03:00
|
|
|
module github.com/prometheus/client_golang
|
|
|
|
|
2024-08-30 17:56:27 +03:00
|
|
|
go 1.21
|
2022-06-05 11:01:13 +03:00
|
|
|
|
2018-11-15 19:51:14 +03:00
|
|
|
require (
|
2019-08-01 15:17:16 +03:00
|
|
|
github.com/beorn7/perks v1.0.1
|
2024-05-01 12:18:58 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0
|
2024-06-07 17:56:19 +03:00
|
|
|
github.com/google/go-cmp v0.6.0
|
2022-01-18 22:32:44 +03:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2024-11-01 12:33:21 +03:00
|
|
|
github.com/klauspost/compress v1.17.11
|
2024-06-20 14:05:41 +03:00
|
|
|
github.com/kylelemons/godebug v1.1.0
|
2024-05-01 12:23:22 +03:00
|
|
|
github.com/prometheus/client_model v0.6.1
|
2024-11-01 12:41:30 +03:00
|
|
|
github.com/prometheus/common v0.60.1
|
2024-06-01 12:14:25 +03:00
|
|
|
github.com/prometheus/procfs v0.15.1
|
2024-11-01 12:33:25 +03:00
|
|
|
golang.org/x/sys v0.26.0
|
2024-07-12 15:27:14 +03:00
|
|
|
google.golang.org/protobuf v1.34.2
|
2018-11-15 19:51:14 +03:00
|
|
|
)
|
2019-09-12 18:51:21 +03:00
|
|
|
|
2022-06-05 11:01:13 +03:00
|
|
|
require (
|
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
2023-02-01 16:28:26 +03:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2023-02-24 00:34:07 +03:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2022-06-05 11:01:13 +03:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2024-07-29 17:05:07 +03:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2022-06-05 11:01:13 +03:00
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
2024-11-01 12:41:30 +03:00
|
|
|
golang.org/x/net v0.29.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.23.0 // indirect
|
|
|
|
golang.org/x/text v0.18.0 // indirect
|
2022-06-05 11:01:13 +03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|
2022-04-13 20:35:14 +03:00
|
|
|
|
2022-06-05 11:01:13 +03:00
|
|
|
exclude github.com/prometheus/client_golang v1.12.1
|