Files
translate/go.mod
xkm 5912b96a7e The init commit:
- simple file command-line translate tools.
- support config and command-line args
2026-02-20 02:48:48 +08:00

11 lines
172 B
Modula-2

module translate
go 1.26
require (
github.com/alecthomas/kong v1.14.0
github.com/alecthomas/kong-toml v0.4.0
)
require github.com/pelletier/go-toml v1.9.5 // indirect