middleware/go.mod

12 lines
264 B
Modula-2
Raw Normal View History

2021-12-21 12:33:59 +00:00
module source.toby3d.me/toby3d/middleware
go 1.17
2021-12-21 12:40:26 +00:00
require github.com/valyala/fasthttp v1.31.0
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
)