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 --- hugolib/page_output.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hugolib/page_output.go') diff --git a/hugolib/page_output.go b/hugolib/page_output.go index ea23dc203..6ea466b4f 100644 --- a/hugolib/page_output.go +++ b/hugolib/page_output.go @@ -19,10 +19,10 @@ import ( "strings" "sync" - "github.com/spf13/hugo/media" + "github.com/gohugoio/hugo/media" - "github.com/spf13/hugo/helpers" - "github.com/spf13/hugo/output" + "github.com/gohugoio/hugo/helpers" + "github.com/gohugoio/hugo/output" ) // PageOutput represents one of potentially many output formats of a given -- cgit v1.2.3