go-i18n/integration/go.mod
Claude 08c78757a5
Some checks failed
Security Scan / security (push) Successful in 7s
Test / test (push) Failing after 22s
chore: migrate to dappco.re vanity import path
Module path: forge.lthn.ai/core/go-i18n -> dappco.re/go/core/i18n
Dependency:  forge.lthn.ai/core/go-log  -> dappco.re/go/core/log

go-inference remains on forge.lthn.ai (not yet migrated).
dappco.re/go/core/log uses replace directive until published.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 23:49:15 +00:00

17 lines
416 B
Modula-2

module dappco.re/go/core/i18n/integration
go 1.25.5
require (
dappco.re/go/core/i18n v0.0.0-00010101000000-000000000000
forge.lthn.ai/core/go-inference v0.0.0
forge.lthn.ai/core/go-mlx v0.0.0-00010101000000-000000000000
)
require golang.org/x/text v0.33.0 // indirect
replace (
dappco.re/go/core/i18n => ../
forge.lthn.ai/core/go-inference => ../../go-inference
forge.lthn.ai/core/go-mlx => ../../go-mlx
)