go-i18n/go.mod
Claude c4ef1e6205
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 49s
feat: upgrade to core v0.8.0-alpha.1, replace banned stdlib imports
Replace fmt, errors, strings, encoding/json with Core primitives
across 20 files. Keep strings.Fields/CutPrefix. No translation
files modified.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 05:35:51 +00:00

20 lines
484 B
Modula-2

module dappco.re/go/core/i18n
go 1.26.0
require golang.org/x/text v0.35.0
require (
dappco.re/go/core v0.8.0-alpha.1
dappco.re/go/core/log v0.1.0
forge.lthn.ai/core/go-inference v0.1.4
)
require github.com/kr/text v0.2.0 // indirect
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1 // indirect
)