spf13--cobra/go.mod
Goutte ccbdd223d1 feat(i18n): draft of i18n with embedded TOML files
Supports rfc4646 language tags in env vars.
If region is detected (en-US, fr-CA), will try to load regional files first.
2023-11-05 00:21:04 +01:00

12 lines
270 B
Modula-2

module github.com/spf13/cobra
go 1.16
require (
github.com/BurntSushi/toml v1.0.0
github.com/cpuguy83/go-md2man/v2 v2.0.3
github.com/inconshreveable/mousetrap v1.1.0
github.com/nicksnyder/go-i18n/v2 v2.2.1
github.com/spf13/pflag v1.0.5
gopkg.in/yaml.v3 v3.0.1
)