summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/i18n.go4
-rw-r--r--i18n/i18n_test.go2
-rw-r--r--i18n/translationProvider.go4
3 files changed, 5 insertions, 5 deletions
diff --git a/i18n/i18n.go b/i18n/i18n.go
index 6b8b92ce3..c7f8b5827 100644
--- a/i18n/i18n.go
+++ b/i18n/i18n.go
@@ -15,8 +15,8 @@ package i18n
import (
"github.com/nicksnyder/go-i18n/i18n/bundle"
- "github.com/spf13/hugo/config"
- "github.com/spf13/hugo/helpers"
+ "github.com/gohugoio/hugo/config"
+ "github.com/gohugoio/hugo/helpers"
jww "github.com/spf13/jwalterweatherman"
)
diff --git a/i18n/i18n_test.go b/i18n/i18n_test.go
index 63e09ec8a..4793541db 100644
--- a/i18n/i18n_test.go
+++ b/i18n/i18n_test.go
@@ -22,7 +22,7 @@ import (
"log"
"github.com/nicksnyder/go-i18n/i18n/bundle"
- "github.com/spf13/hugo/config"
+ "github.com/gohugoio/hugo/config"
jww "github.com/spf13/jwalterweatherman"
"github.com/spf13/viper"
"github.com/stretchr/testify/require"
diff --git a/i18n/translationProvider.go b/i18n/translationProvider.go
index 34558cffb..c0d39c4a2 100644
--- a/i18n/translationProvider.go
+++ b/i18n/translationProvider.go
@@ -17,8 +17,8 @@ import (
"fmt"
"github.com/nicksnyder/go-i18n/i18n/bundle"
- "github.com/spf13/hugo/deps"
- "github.com/spf13/hugo/source"
+ "github.com/gohugoio/hugo/deps"
+ "github.com/gohugoio/hugo/source"
)
// TranslationProvider provides translation handling, i.e. loading