server/go.mod

9 lines
136 B
Modula-2

module git.loafle.net/totopia/server
go 1.13
require (
github.com/buaazp/fasthttprouter v0.1.1
github.com/valyala/fasthttp v1.6.0
)