You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module burble.dn42/dn42regsrv
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.7.4
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|