chore(deps): go mod tidy
This commit is contained in:
parent
b1d2ba896c
commit
94897e7711
1 changed files with 4 additions and 2 deletions
6
go.mod
6
go.mod
|
@ -2,11 +2,13 @@ module git.dc09.ru/mitm-archive/server
|
|||
|
||||
go 1.22.3
|
||||
|
||||
require github.com/valyala/fasthttp v1.55.0
|
||||
require (
|
||||
github.com/mattn/go-sqlite3 v1.14.22
|
||||
github.com/valyala/fasthttp v1.55.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/klauspost/compress v1.17.9 // indirect
|
||||
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue