summaryrefslogtreecommitdiffstats
path: root/tpl/cast
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/cast')
-rw-r--r--tpl/cast/docshelper.go6
-rw-r--r--tpl/cast/init.go4
-rw-r--r--tpl/cast/init_test.go4
3 files changed, 7 insertions, 7 deletions
diff --git a/tpl/cast/docshelper.go b/tpl/cast/docshelper.go
index fbbc8c4bb..e77c83d28 100644
--- a/tpl/cast/docshelper.go
+++ b/tpl/cast/docshelper.go
@@ -14,9 +14,9 @@
package cast
import (
- "github.com/spf13/hugo/deps"
- "github.com/spf13/hugo/docshelper"
- "github.com/spf13/hugo/tpl/internal"
+ "github.com/gohugoio/hugo/deps"
+ "github.com/gohugoio/hugo/docshelper"
+ "github.com/gohugoio/hugo/tpl/internal"
)
// This file provides documentation support and is randomly put into this package.
diff --git a/tpl/cast/init.go b/tpl/cast/init.go
index 57573e188..d1547310c 100644
--- a/tpl/cast/init.go
+++ b/tpl/cast/init.go
@@ -14,8 +14,8 @@
package cast
import (
- "github.com/spf13/hugo/deps"
- "github.com/spf13/hugo/tpl/internal"
+ "github.com/gohugoio/hugo/deps"
+ "github.com/gohugoio/hugo/tpl/internal"
)
const name = "cast"
diff --git a/tpl/cast/init_test.go b/tpl/cast/init_test.go
index e52ef6750..47cbd3d0b 100644
--- a/tpl/cast/init_test.go
+++ b/tpl/cast/init_test.go
@@ -16,8 +16,8 @@ package cast
import (
"testing"
- "github.com/spf13/hugo/deps"
- "github.com/spf13/hugo/tpl/internal"
+ "github.com/gohugoio/hugo/deps"
+ "github.com/gohugoio/hugo/tpl/internal"
"github.com/stretchr/testify/require"
)