feat(i18n): add golang.org/x/text that we need for some reason

This commit is contained in:
Goutte 2023-04-04 04:35:32 +02:00
parent 6853f280ed
commit cb76695584

1
go.mod
View file

@ -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
)