2018-11-15 19:51:14 +03:00
|
|
|
module github.com/prometheus/client_golang
|
|
|
|
|
2022-06-05 11:01:13 +03:00
|
|
|
go 1.17
|
|
|
|
|
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
|
2022-10-19 19:14:37 +03:00
|
|
|
github.com/prometheus/client_model v0.3.0
|
2023-04-13 12:57:59 +03:00
|
|
|
github.com/prometheus/common v0.42.0
|
2023-08-01 20:56:09 +03:00
|
|
|
github.com/prometheus/procfs v0.11.1
|
2023-08-01 19:12:04 +03:00
|
|
|
golang.org/x/sys v0.10.0
|
2023-04-01 12:58:51 +03:00
|
|
|
google.golang.org/protobuf v1.30.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
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // 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
|
2023-02-24 00:34:07 +03:00
|
|
|
golang.org/x/net v0.7.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.5.0 // indirect
|
|
|
|
golang.org/x/text v0.7.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
|
2023-02-01 16:28:26 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-06-05 11:01:13 +03:00
|
|
|
)
|
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
|