10 lines
153 B
Modula-2
10 lines
153 B
Modula-2
|
module git.eeqj.de/sneak/gohttpserver
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/gorilla/mux v1.8.0
|
||
|
github.com/rs/zerolog v1.20.0
|
||
|
github.com/spf13/viper v1.7.1
|
||
|
)
|