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/alias.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hugolib/alias.go') diff --git a/hugolib/alias.go b/hugolib/alias.go index 816ba962b..a3fe5c24a 100644 --- a/hugolib/alias.go +++ b/hugolib/alias.go @@ -22,11 +22,11 @@ import ( "runtime" "strings" - "github.com/spf13/hugo/tpl" + "github.com/gohugoio/hugo/tpl" jww "github.com/spf13/jwalterweatherman" - "github.com/spf13/hugo/helpers" + "github.com/gohugoio/hugo/helpers" ) const ( -- cgit v1.2.3