go-inference moves to indirect (pulled transitively via go-ml). go-ml is now a direct dependency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
47 lines
1.9 KiB
Modula-2
47 lines
1.9 KiB
Modula-2
module forge.lthn.ai/lthn/lem
|
|
|
|
go 1.25.6
|
|
|
|
require (
|
|
forge.lthn.ai/core/go-i18n v0.0.0-20260220151120-0d8463c8845a
|
|
forge.lthn.ai/core/go-ml v0.0.0-20260222174836-950b67d25dd8
|
|
forge.lthn.ai/core/go-mlx v0.0.0-20260221191404-2292557fd65f
|
|
github.com/marcboeker/go-duckdb v1.8.5
|
|
github.com/parquet-go/parquet-go v0.27.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
replace (
|
|
forge.lthn.ai/core/go => /Users/snider/Code/host-uk/core
|
|
forge.lthn.ai/core/go-i18n => /Users/snider/Code/go-i18n
|
|
forge.lthn.ai/core/go-inference => /Users/snider/Code/go-inference
|
|
forge.lthn.ai/core/go-ml => /Users/snider/Code/go-ml
|
|
forge.lthn.ai/core/go-mlx => /Users/snider/Code/go-mlx
|
|
)
|
|
|
|
require (
|
|
forge.lthn.ai/core/go v0.0.0-20260221191103-d091fa62023f // indirect
|
|
forge.lthn.ai/core/go-inference v0.0.0-20260220151119-1576f744d105 // indirect
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/apache/arrow-go/v18 v18.5.1 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
|
github.com/google/flatbuffers v25.12.19+incompatible // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.18.4 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
|
|
github.com/parquet-go/bitpack v1.0.0 // indirect
|
|
github.com/parquet-go/jsonlite v1.4.0 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.25 // indirect
|
|
github.com/twpayne/go-geom v1.6.1 // indirect
|
|
github.com/zeebo/xxh3 v1.1.0 // indirect
|
|
golang.org/x/exp v0.0.0-20260212183809-81e46e3db34a // indirect
|
|
golang.org/x/mod v0.33.0 // indirect
|
|
golang.org/x/sync v0.19.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
golang.org/x/telemetry v0.0.0-20260209163413-e7419c687ee4 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
golang.org/x/tools v0.42.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
|
|
google.golang.org/protobuf v1.36.11 // indirect
|
|
)
|