go-i18n/go.mod
Snider a5f3eb4777 feat: add classify types and token-to-domain mapper
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 00:03:25 +00:00

9 lines
228 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-20260219234405-c61ec9f5c724 // indirect
replace forge.lthn.ai/core/go-inference => ../go-inference