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 --- hugofs/fs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugofs') diff --git a/hugofs/fs.go b/hugofs/fs.go index f79c927db..92e89d4cc 100644 --- a/hugofs/fs.go +++ b/hugofs/fs.go @@ -16,7 +16,7 @@ package hugofs import ( "github.com/spf13/afero" - "github.com/spf13/hugo/config" + "github.com/gohugoio/hugo/config" ) // Os points to an Os Afero file system. -- cgit v1.2.3