compress/zstd is used directly.

This commit is contained in:
Sascha L. Teichmann 2024-01-07 03:58:34 +01:00
parent 032237261d
commit e73ccaf3a7
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -9,6 +9,7 @@ require (
github.com/gorilla/websocket v1.5.1
github.com/jackc/pgx/v4 v4.18.1
github.com/jmhodges/levigo v1.0.0
github.com/klauspost/compress v1.17.4
github.com/mattn/go-sqlite3 v1.14.19
golang.org/x/crypto v0.17.0
)
@ -21,7 +22,6 @@ require (
github.com/jackc/pgproto3/v2 v2.3.2 // indirect
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/klauspost/compress v1.17.4 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect