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 /source/filesystem.go | |
parent | 2d08a296a2de3b3db209a0f44249b7b24733098e (diff) | |
download | hugo-d8717cd4c74e80ea8e20adead9321412a2d76022.tar.gz hugo-d8717cd4c74e80ea8e20adead9321412a2d76022.zip |
all: Update import paths to gohugoio/hugo
Diffstat (limited to 'source/filesystem.go')
-rw-r--r-- | source/filesystem.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/filesystem.go b/source/filesystem.go index ceea96ea5..e36b02124 100644 --- a/source/filesystem.go +++ b/source/filesystem.go @@ -22,7 +22,7 @@ import ( "strings" "github.com/spf13/cast" - "github.com/spf13/hugo/helpers" + "github.com/gohugoio/hugo/helpers" jww "github.com/spf13/jwalterweatherman" "golang.org/x/text/unicode/norm" ) |