dn42regsrv/go.mod
Simon Marsh 4e50627050
All checks were successful
continuous-integration/drone/push Build is passing
Add drone pipeline
2020-08-22 21:42:28 +01:00

10 lines
149 B
Modula-2

module burble.dn42/dn42regsrv
go 1.14
require (
github.com/gorilla/mux v1.7.4
github.com/sirupsen/logrus v1.6.0
github.com/spf13/pflag v1.0.5
)