mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
feat(i18n): add golang.org/x/text
that we need for some reason
This commit is contained in:
parent
6853f280ed
commit
cb76695584
1 changed files with 1 additions and 0 deletions
1
go.mod
1
go.mod
|
@ -8,5 +8,6 @@ require (
|
|||
github.com/inconshreveable/mousetrap v1.1.0
|
||||
github.com/nicksnyder/go-i18n/v2 v2.2.1
|
||||
github.com/spf13/pflag v1.0.5
|
||||
golang.org/x/text v0.4.0
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue