ots/ci/translate/go.mod
Knut Ahlers 5b84a22fa9
Implement proper tool to manage translations
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2023-06-18 17:16:19 +02:00

18 lines
395 B
Modula-2

module translate
go 1.20
require (
github.com/Luzifer/rconfig/v2 v2.4.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)