- Remove go-mlx from go.mod (breaks non-darwin builds) - Fix go-inference pseudo-version for CI compatibility - Fix mapTokenToDomain prefix collision (castle, credential) - Add testing.Short() skip to slow classification benchmarks - Add 80% accuracy threshold to integration test Integration test moved to integration/ sub-module with its own go.mod to cleanly isolate go-mlx dependency from the main module. Co-Authored-By: Virgil <virgil@lethean.io>
9 lines
216 B
Modula-2
9 lines
216 B
Modula-2
module forge.lthn.ai/core/go-i18n
|
|
|
|
go 1.25.5
|
|
|
|
require golang.org/x/text v0.33.0
|
|
|
|
require forge.lthn.ai/core/go-inference v0.0.0-00010101000000-000000000000
|
|
|
|
replace forge.lthn.ai/core/go-inference => ../go-inference
|