2018-11-15 19:51:14 +03:00
|
|
|
module github.com/prometheus/client_golang
|
|
|
|
|
2023-08-14 16:29:51 +03:00
|
|
|
go 1.19
|
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
|
2023-11-20 12:55:43 +03:00
|
|
|
github.com/prometheus/common v0.45.0
|
2023-10-04 17:51:07 +03:00
|
|
|
github.com/prometheus/procfs v0.12.0
|
2023-12-01 12:34:06 +03:00
|
|
|
golang.org/x/sys v0.15.0
|
2023-08-14 17:54:09 +03:00
|
|
|
google.golang.org/protobuf v1.31.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-11-20 12:55:43 +03:00
|
|
|
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // 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-10-12 01:44:18 +03:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
2023-11-20 12:55:43 +03:00
|
|
|
golang.org/x/oauth2 v0.12.0 // indirect
|
2023-10-10 11:48:25 +03:00
|
|
|
golang.org/x/text v0.13.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
|