From d8717cd4c74e80ea8e20adead9321412a2d76022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 13 Jun 2017 18:42:45 +0200 Subject: all: Update import paths to gohugoio/hugo --- create/content_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'create/content_test.go') diff --git a/create/content_test.go b/create/content_test.go index 4ef230202..9728c1c96 100644 --- a/create/content_test.go +++ b/create/content_test.go @@ -19,17 +19,17 @@ import ( "strings" "testing" - "github.com/spf13/hugo/deps" + "github.com/gohugoio/hugo/deps" - "github.com/spf13/hugo/hugolib" + "github.com/gohugoio/hugo/hugolib" "fmt" - "github.com/spf13/hugo/hugofs" + "github.com/gohugoio/hugo/hugofs" "github.com/spf13/afero" - "github.com/spf13/hugo/create" - "github.com/spf13/hugo/helpers" + "github.com/gohugoio/hugo/create" + "github.com/gohugoio/hugo/helpers" "github.com/spf13/viper" "github.com/stretchr/testify/require" ) -- cgit v1.2.3