mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2024-12-22 16:20:17 +01:00
compress/zstd is used directly.
This commit is contained in:
parent
032237261d
commit
e73ccaf3a7
2
go.mod
2
go.mod
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user