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 --- tpl/inflect/init.go | 4 ++-- tpl/inflect/init_test.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tpl/inflect') diff --git a/tpl/inflect/init.go b/tpl/inflect/init.go index 71884c649..3f258356b 100644 --- a/tpl/inflect/init.go +++ b/tpl/inflect/init.go @@ -14,8 +14,8 @@ package inflect 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 = "inflect" diff --git a/tpl/inflect/init_test.go b/tpl/inflect/init_test.go index b24d7af33..cbcd312c7 100644 --- a/tpl/inflect/init_test.go +++ b/tpl/inflect/init_test.go @@ -16,8 +16,8 @@ package inflect 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" ) -- cgit v1.2.3