go-template/go.mod

14 lines
427 B
Modula-2
Raw Normal View History

2021-12-24 18:50:43 +08:00
module git.icechen.cn/pkg/go-template
go 1.17
2021-12-27 21:02:11 +08:00
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/gofiber/fiber/v2 v2.23.0 // indirect
github.com/klauspost/compress v1.13.6 // 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-20211216021012-1d35b9e2eb4e // indirect
)