forked from mirror/client_golang
15 lines
375 B
Modula-2
15 lines
375 B
Modula-2
module github.com/prometheus/client_golang
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1
|
|
github.com/cespare/xxhash/v2 v2.1.1
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/json-iterator/go v1.1.8
|
|
github.com/prometheus/client_model v0.1.0
|
|
github.com/prometheus/common v0.7.0
|
|
github.com/prometheus/procfs v0.0.8
|
|
golang.org/x/sys v0.0.0-20191220142924-d4481acd189f
|
|
)
|
|
|
|
go 1.11
|