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 --- commands/genman.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands/genman.go') diff --git a/commands/genman.go b/commands/genman.go index cd5c8c84e..dd85a6e6a 100644 --- a/commands/genman.go +++ b/commands/genman.go @@ -19,8 +19,8 @@ import ( "github.com/spf13/cobra" "github.com/spf13/cobra/doc" - "github.com/spf13/hugo/helpers" - "github.com/spf13/hugo/hugofs" + "github.com/gohugoio/hugo/helpers" + "github.com/gohugoio/hugo/hugofs" jww "github.com/spf13/jwalterweatherman" ) -- cgit v1.2.3