2018-11-15 19:51:14 +03:00
|
|
|
module github.com/prometheus/client_golang
|
|
|
|
|
2024-02-23 20:59:23 +03:00
|
|
|
go 1.20
|
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-06-07 17:56:19 +03:00
|
|
|
github.com/klauspost/compress v1.17.8
|
2024-05-01 12:23:22 +03:00
|
|
|
github.com/prometheus/client_model v0.6.1
|
2024-05-01 12:18:55 +03:00
|
|
|
github.com/prometheus/common v0.53.0
|
2024-06-01 12:14:25 +03:00
|
|
|
github.com/prometheus/procfs v0.15.1
|
2024-05-28 08:24:40 +03:00
|
|
|
golang.org/x/sys v0.20.0
|
2024-05-28 08:28:52 +03:00
|
|
|
google.golang.org/protobuf v1.34.1
|
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 (
|
2023-05-03 11:46:41 +03:00
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
2022-06-05 11:01:13 +03:00
|
|
|
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
|
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
2024-04-19 16:05:53 +03:00
|
|
|
golang.org/x/net v0.23.0 // indirect
|
2024-04-11 13:32:51 +03:00
|
|
|
golang.org/x/oauth2 v0.18.0 // indirect
|
2024-01-15 12:07:52 +03:00
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2023-02-01 16:28:26 +03:00
|
|
|
google.golang.org/appengine v1.6.7 // 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
|