diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-06-13 18:42:45 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-06-13 18:42:45 +0200 |
commit | d8717cd4c74e80ea8e20adead9321412a2d76022 (patch) | |
tree | 50b934ea1c1b67ac0911785c273027eca3e4894c /tpl/inflect | |
parent | 2d08a296a2de3b3db209a0f44249b7b24733098e (diff) | |
download | hugo-d8717cd4c74e80ea8e20adead9321412a2d76022.tar.gz hugo-d8717cd4c74e80ea8e20adead9321412a2d76022.zip |
all: Update import paths to gohugoio/hugo
Diffstat (limited to 'tpl/inflect')
-rw-r--r-- | tpl/inflect/init.go | 4 | ||||
-rw-r--r-- | tpl/inflect/init_test.go | 4 |
2 files changed, 4 insertions, 4 deletions
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" ) |