Support i18n
Change-Id: I7e588542e2b7eb4b6fcaca6a2da7e2848a4eab5f
diff --git a/go.mod b/go.mod
index 088c129..8267b77 100644
--- a/go.mod
+++ b/go.mod
@@ -4,10 +4,12 @@
require (
github.com/dgraph-io/badger/v3 v3.2103.5
+ github.com/gin-contrib/i18n v0.0.1
github.com/gin-gonic/gin v1.9.0
github.com/joho/godotenv v1.5.1
github.com/mattn/go-jsonpointer v0.0.1
github.com/stretchr/testify v1.8.2
+ golang.org/x/text v0.7.0
)
require (
@@ -36,6 +38,7 @@
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
+ github.com/nicksnyder/go-i18n/v2 v2.1.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -46,7 +49,6 @@
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
- golang.org/x/text v0.7.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)