This repository has been archived on 2020-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
a3web-archive/server/go.mod

9 lines
166 B
Modula-2

module gitea.hijack.moe/huashui/a3web/server
go 1.13
require (
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
github.com/gin-gonic/gin v1.5.0
)