diff options
Diffstat (limited to 'tpl/partials/partials.go')
-rw-r--r-- | tpl/partials/partials.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/partials/partials.go b/tpl/partials/partials.go index fa4fa4e06..d6e9fc9c5 100644 --- a/tpl/partials/partials.go +++ b/tpl/partials/partials.go @@ -20,8 +20,8 @@ import ( "sync" texttemplate "text/template" - bp "github.com/spf13/hugo/bufferpool" - "github.com/spf13/hugo/deps" + bp "github.com/gohugoio/hugo/bufferpool" + "github.com/gohugoio/hugo/deps" ) var TestTemplateProvider deps.ResourceProvider |