Files
pond/examples/prometheus/go.mod
T
2022-01-02 10:46:22 -03:00

11 lines
189 B
Modula-2

module github.com/alitto/pond/examples/fixed_size
go 1.17
require (
github.com/alitto/pond v1.6.1
github.com/prometheus/client_golang v1.9.0
)
replace github.com/alitto/pond => ../../