chore: promote klauspost/compress to direct dependency
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
1c7194176a
commit
a7ff1efc3f
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -9,6 +9,7 @@ require (
|
|||
forge.lthn.ai/core/go-ml v0.1.0
|
||||
forge.lthn.ai/core/go-mlx v0.1.0
|
||||
github.com/Snider/Poindexter v0.0.0-20260104200422-91146b212a1f
|
||||
github.com/klauspost/compress v1.18.4
|
||||
github.com/marcboeker/go-duckdb v1.8.5
|
||||
github.com/parquet-go/parquet-go v0.27.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
|
|
@ -36,7 +37,6 @@ require (
|
|||
github.com/google/flatbuffers v25.12.19+incompatible // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/klauspost/compress v1.18.4 // indirect
|
||||
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
||||
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue