mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 15:13:30 +00:00
10 lines
143 B
Modula-2
10 lines
143 B
Modula-2
module pkg/i18n
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.6.0
|
|
github.com/nicksnyder/go-i18n/v2 v2.6.1
|
|
golang.org/x/text v0.35.0
|
|
)
|