dn42promsrv/go.mod
Simon Marsh f00522b84c
All checks were successful
continuous-integration/drone/push Build is passing
Update servers IPs and remove Hexanet
2021-03-01 22:05:37 +00:00

19 lines
615 B
Modula-2

module burble.dn42/dn42promsrv
go 1.14
require (
github.com/gorilla/mux v1.8.0
github.com/magefile/mage v1.11.0 // indirect
github.com/miekg/dns v1.1.40
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/common v0.18.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/sirupsen/logrus v1.8.0
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210301091718-77cc2087c03b // indirect
google.golang.org/protobuf v1.25.0 // indirect
)