2020-08-15 15:04:31 +01:00
|
|
|
module burble.dn42/dn42regsrv
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-10-24 14:47:18 +01:00
|
|
|
github.com/gorilla/handlers v1.5.1
|
2020-08-15 15:04:31 +01:00
|
|
|
github.com/gorilla/mux v1.7.4
|
|
|
|
github.com/sirupsen/logrus v1.6.0
|
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
)
|