Files
micro-meter-prometheus/go.mod
pugnack 05740fa208
All checks were successful
coverage / build (push) Successful in 6m27s
sync / sync (push) Successful in 10m7s
test / test (push) Successful in 15m15s
[v4] update ci (#164)
* update ci

* update ci

* added commit hash check to avoid unnecessary repository cloning
2025-05-05 19:24:55 +03:00

22 lines
571 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/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
golang.org/x/sys v0.30.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
)