summaryrefslogtreecommitdiffstats
path: root/hugolib/shortcode_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/shortcode_test.go')
-rw-r--r--hugolib/shortcode_test.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/hugolib/shortcode_test.go b/hugolib/shortcode_test.go
index 2c1e887c9..8f2b71174 100644
--- a/hugolib/shortcode_test.go
+++ b/hugolib/shortcode_test.go
@@ -26,14 +26,14 @@ import (
"github.com/spf13/afero"
- "github.com/spf13/hugo/output"
+ "github.com/gohugoio/hugo/output"
- "github.com/spf13/hugo/media"
+ "github.com/gohugoio/hugo/media"
- "github.com/spf13/hugo/deps"
- "github.com/spf13/hugo/helpers"
- "github.com/spf13/hugo/source"
- "github.com/spf13/hugo/tpl"
+ "github.com/gohugoio/hugo/deps"
+ "github.com/gohugoio/hugo/helpers"
+ "github.com/gohugoio/hugo/source"
+ "github.com/gohugoio/hugo/tpl"
"github.com/stretchr/testify/require"
)