From d8717cd4c74e80ea8e20adead9321412a2d76022 Mon Sep 17 00:00:00 2001 From: Bjørn Erik Pedersen Date: Tue, 13 Jun 2017 18:42:45 +0200 Subject: all: Update import paths to gohugoio/hugo --- tpl/partials/init.go | 4 ++-- tpl/partials/init_test.go | 4 ++-- tpl/partials/partials.go | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tpl/partials') diff --git a/tpl/partials/init.go b/tpl/partials/init.go index 496deed89..eca93783c 100644 --- a/tpl/partials/init.go +++ b/tpl/partials/init.go @@ -14,8 +14,8 @@ package partials 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 = "partials" diff --git a/tpl/partials/init_test.go b/tpl/partials/init_test.go index f26067e3f..ef284a826 100644 --- a/tpl/partials/init_test.go +++ b/tpl/partials/init_test.go @@ -16,8 +16,8 @@ package partials 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" ) diff --git a/tpl/partials/partials.go b/tpl/partials/partials.go index fa4fa4e06..d6e9fc9c5 100644 --- a/tpl/partials/partials.go +++ b/tpl/partials/partials.go @@ -20,8 +20,8 @@ import ( "sync" texttemplate "text/template" - bp "github.com/spf13/hugo/bufferpool" - "github.com/spf13/hugo/deps" + bp "github.com/gohugoio/hugo/bufferpool" + "github.com/gohugoio/hugo/deps" ) var TestTemplateProvider deps.ResourceProvider -- cgit v1.2.3