diff options
Diffstat (limited to 'source/file.go')
-rw-r--r-- | source/file.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/file.go b/source/file.go index 13352429e..e2322bc4c 100644 --- a/source/file.go +++ b/source/file.go @@ -18,10 +18,10 @@ import ( "path/filepath" "strings" - "github.com/spf13/hugo/hugofs" + "github.com/gohugoio/hugo/hugofs" - "github.com/spf13/hugo/config" - "github.com/spf13/hugo/helpers" + "github.com/gohugoio/hugo/config" + "github.com/gohugoio/hugo/helpers" ) type SourceSpec struct { |