summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/unknwon/i18n/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/unknwon/i18n/go.mod')
-rw-r--r--vendor/github.com/unknwon/i18n/go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/unknwon/i18n/go.mod b/vendor/github.com/unknwon/i18n/go.mod
new file mode 100644
index 0000000000..4d252d68ea
--- /dev/null
+++ b/vendor/github.com/unknwon/i18n/go.mod
@@ -0,0 +1,9 @@
+module github.com/unknwon/i18n
+
+go 1.12
+
+require (
+ github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
+ github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e
+ gopkg.in/ini.v1 v1.46.0
+)