32 lines
1.1 KiB
Modula-2
32 lines
1.1 KiB
Modula-2
module github.com/prometheus/client_golang
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1
|
|
github.com/cespare/xxhash/v2 v2.1.2
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/prometheus/client_model v0.3.0
|
|
github.com/prometheus/common v0.37.0
|
|
github.com/prometheus/procfs v0.8.0
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
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
|
|
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
google.golang.org/appengine v1.6.6 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
exclude github.com/prometheus/client_golang v1.12.1
|