18 lines
573 B
Modula-2
18 lines
573 B
Modula-2
module src.lwithers.me.uk/go/aaisp-quota-exporter
|
|
|
|
go 1.20
|
|
|
|
require github.com/prometheus/client_golang v1.14.0
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.41.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
)
|