httphere/go.mod

9 lines
184 B
Modula-2

module git.teamworkapps.com/shortcut/httphere
go 1.17
require (
git.teamworkapps.com/shortcut/enhancedfileserver v0.0.0-20230421162957-948ff8787756
github.com/gorilla/mux v1.8.0
)