mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
all: Update import paths to gohugoio/hugo
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user