25 lines
729 B
Modula-2
25 lines
729 B
Modula-2
module go.unistack.org/micro-meter-prometheus/v4
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.24.0
|
|
|
|
require (
|
|
github.com/prometheus/client_golang v1.21.0
|
|
github.com/prometheus/client_model v0.6.1
|
|
github.com/prometheus/common v0.62.0
|
|
go.unistack.org/micro/v4 v4.1.2
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/spf13/cast v1.7.1 // indirect
|
|
golang.org/x/sys v0.30.0 // indirect
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
|
)
|