From cc6f7907f4213235afe4048a13ea83ed5b213002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 2 Aug 2021 20:58:12 +0200 Subject: cmd: Update package in generator templates --- cmd/tests.tmpl | 4 ++-- cmd/translator.tmpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/tests.tmpl b/cmd/tests.tmpl index 2d2147a8..fd16a69d 100644 --- a/cmd/tests.tmpl +++ b/cmd/tests.tmpl @@ -5,8 +5,8 @@ import ( "testing" "time" - "github.com/go-playground/locales" - "github.com/go-playground/locales/currency" + "github.com/gohugoio/locales" + "github.com/gohugoio/locales/currency" ) func TestLocale(t *testing.T) { diff --git a/cmd/translator.tmpl b/cmd/translator.tmpl index 727d6905..6adbd599 100644 --- a/cmd/translator.tmpl +++ b/cmd/translator.tmpl @@ -6,8 +6,8 @@ import ( "strconv" "time" - "github.com/go-playground/locales" - "github.com/go-playground/locales/currency" + "github.com/gohugoio/locales" + "github.com/gohugoio/locales/currency" ) type {{ .Locale }} struct { -- cgit v1.2.3