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
|
2023-01-01 12:02:31 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0
|
2022-04-13 20:38:05 +03:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2022-01-18 22:32:44 +03:00
|
|
|
github.com/json-iterator/go v1.1.12
|
2023-11-01 12:08:46 +03:00
|
|
|
github.com/prometheus/client_model v0.5.0
|
2024-02-23 20:16:02 +03:00
|
|
|
github.com/prometheus/common v0.48.0
|
2023-10-04 17:51:07 +03:00
|
|
|
github.com/prometheus/procfs v0.12.0
|
2024-05-09 14:59:04 +03:00
|
|
|
golang.org/x/sys v0.17.0
|
|
|
|
google.golang.org/protobuf v1.33.0
|
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-01-15 12:07:52 +03:00
|
|
|
golang.org/x/net v0.20.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.16.0 // indirect
|
|
|
|
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
|