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/golang/protobuf v1.5.2
|
|
|
|
github.com/json-iterator/go v1.1.12
|
2022-10-19 19:14:37 +03:00
|
|
|
github.com/prometheus/client_model v0.3.0
|
2022-08-02 11:23:53 +03:00
|
|
|
github.com/prometheus/common v0.37.0
|
2023-01-01 12:02:21 +03:00
|
|
|
github.com/prometheus/procfs v0.9.0
|
2023-02-01 14:04:45 +03:00
|
|
|
golang.org/x/sys v0.4.0
|
2022-08-02 11:24:34 +03:00
|
|
|
google.golang.org/protobuf v1.28.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 (
|
|
|
|
github.com/jpillora/backoff v1.0.0 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
2022-12-22 18:14:44 +03:00
|
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
2022-06-05 11:01:13 +03:00
|
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
|
2022-12-22 18:14:44 +03:00
|
|
|
golang.org/x/text v0.3.8 // indirect
|
2022-06-05 11:01:13 +03:00
|
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
|
|
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
|