mirror of
https://git.burble.com/burble.dn42/dn42promsrv.git
synced 2024-05-12 03:55:06 +00:00
15 lines
364 B
Modula-2
15 lines
364 B
Modula-2
module burble.dn42/dn42promsrv
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/miekg/dns v1.1.54
|
|
github.com/prometheus/client_golang v1.15.1
|
|
github.com/prometheus/common v0.44.0 // indirect
|
|
github.com/prometheus/procfs v0.10.1 // indirect
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/tools v0.9.3 // indirect
|
|
)
|