gohttpserver/go.mod

11 lines
187 B
Modula-2

module git.eeqj.de/sneak/gohttpserver
go 1.15
require (
github.com/gorilla/mux v1.8.0
github.com/justinas/alice v1.2.0
github.com/rs/zerolog v1.20.0
github.com/spf13/viper v1.7.1
)