summaryrefslogtreecommitdiffstats
path: root/tpl/transform/remarshal.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/transform/remarshal.go')
-rw-r--r--tpl/transform/remarshal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/transform/remarshal.go b/tpl/transform/remarshal.go
index b5d682144..0ad54bb96 100644
--- a/tpl/transform/remarshal.go
+++ b/tpl/transform/remarshal.go
@@ -4,7 +4,7 @@ import (
"bytes"
"strings"
- "github.com/pkg/errors"
+ "errors"
"github.com/gohugoio/hugo/parser"
"github.com/gohugoio/hugo/parser/metadecoders"