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 --- output/docshelper.go | 2 +- output/layout_base.go | 2 +- output/layout_test.go | 2 +- output/outputFormat.go | 2 +- output/outputFormat_test.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'output') diff --git a/output/docshelper.go b/output/docshelper.go index 7bd031450..1df45726c 100644 --- a/output/docshelper.go +++ b/output/docshelper.go @@ -5,7 +5,7 @@ import ( "fmt" - "github.com/spf13/hugo/docshelper" + "github.com/gohugoio/hugo/docshelper" ) // This is is just some helpers used to create some JSON used in the Hugo docs. diff --git a/output/layout_base.go b/output/layout_base.go index 876746556..fc34b08be 100644 --- a/output/layout_base.go +++ b/output/layout_base.go @@ -18,7 +18,7 @@ import ( "path/filepath" "strings" - "github.com/spf13/hugo/helpers" + "github.com/gohugoio/hugo/helpers" ) const baseFileBase = "baseof" diff --git a/output/layout_test.go b/output/layout_test.go index 6ea5a7617..56aac00d5 100644 --- a/output/layout_test.go +++ b/output/layout_test.go @@ -16,7 +16,7 @@ package output import ( "testing" - "github.com/spf13/hugo/media" + "github.com/gohugoio/hugo/media" "github.com/stretchr/testify/require" ) diff --git a/output/outputFormat.go b/output/outputFormat.go index 0845b5d31..6e5f42930 100644 --- a/output/outputFormat.go +++ b/output/outputFormat.go @@ -23,7 +23,7 @@ import ( "github.com/mitchellh/mapstructure" - "github.com/spf13/hugo/media" + "github.com/gohugoio/hugo/media" ) // Format represents an output representation, usually to a file on disk. diff --git a/output/outputFormat_test.go b/output/outputFormat_test.go index 78b2a6096..0540eac08 100644 --- a/output/outputFormat_test.go +++ b/output/outputFormat_test.go @@ -17,7 +17,7 @@ import ( "fmt" "testing" - "github.com/spf13/hugo/media" + "github.com/gohugoio/hugo/media" "github.com/stretchr/testify/require" ) -- cgit v1.2.3