summaryrefslogtreecommitdiffstats
path: root/transform/chain.go
diff options
context:
space:
mode:
Diffstat (limited to 'transform/chain.go')
-rw-r--r--transform/chain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/transform/chain.go b/transform/chain.go
index 1e550d341..f9c99a04a 100644
--- a/transform/chain.go
+++ b/transform/chain.go
@@ -17,7 +17,7 @@ import (
"bytes"
"io"
- bp "github.com/spf13/hugo/bufferpool"
+ bp "github.com/gohugoio/hugo/bufferpool"
)
type trans func(rw contentTransformer)