backend/go.mod

15 lines
424 B
Modula-2
Raw Normal View History

2022-01-10 15:21:58 +08:00
module git.icechen.cn/monorepo/backend
go 1.17
2022-01-10 20:21:47 +08:00
require github.com/gofiber/fiber/v2 v2.24.0
require (
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/klauspost/compress v1.13.4 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.31.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
)