Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/go-i18n.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/v2/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'v2/go.mod')
-rw-r--r--v2/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/v2/go.mod b/v2/go.mod
index 447a685..b11a0ed 100644
--- a/v2/go.mod
+++ b/v2/go.mod
@@ -1,6 +1,6 @@
-module github.com/nicksnyder/go-i18n/v2
+module github.com/gohugoio/go-i18n/v2
-go 1.9
+go 1.16
require (
github.com/BurntSushi/toml v0.3.1