form/go.mod

15 lines
296 B
Modula-2
Raw Normal View History

2021-12-22 01:36:39 +00:00
module source.toby3d.me/toby3d/form
go 1.18
require (
github.com/google/go-cmp v0.5.8
github.com/valyala/fasthttp v1.37.0
)
require (
2022-03-31 14:19:46 +00:00
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/klauspost/compress v1.15.4 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
)