server/go.mod
2019-11-12 00:00:04 +09:00

10 lines
201 B
Modula-2

module git.loafle.net/totopia/server
go 1.13
require (
git.loafle.net/commons/di-go v0.0.0-20191111144101-27dd1f6347da
github.com/buaazp/fasthttprouter v0.1.1
github.com/valyala/fasthttp v1.6.0
)