server/go.mod

15 lines
306 B
Modula-2
Raw Permalink Normal View History

2024-07-02 14:24:08 +03:00
module git.dc09.ru/mitm-archive/server
go 1.22.3
2024-07-02 19:15:29 +03:00
require (
github.com/mattn/go-sqlite3 v1.14.22
github.com/valyala/fasthttp v1.55.0
)
2024-07-02 14:24:08 +03:00
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
)