go-i18n/go.mod
Snider dbe14d339c
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
chore: refresh go.sum after upstream tag updates
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 06:35:19 +00:00

16 lines
419 B
Modula-2

module forge.lthn.ai/core/go-i18n
go 1.26.0
require golang.org/x/text v0.34.0
require forge.lthn.ai/core/go-inference v0.0.2
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
)