summaryrefslogtreecommitdiffstats
path: root/hugolib/page_ref.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page_ref.go')
-rw-r--r--hugolib/page_ref.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page_ref.go b/hugolib/page_ref.go
index 03248de8c..af1ec3e70 100644
--- a/hugolib/page_ref.go
+++ b/hugolib/page_ref.go
@@ -18,7 +18,7 @@ import (
"github.com/gohugoio/hugo/common/text"
- "github.com/bep/mapstructure"
+ "github.com/mitchellh/mapstructure"
"github.com/pkg/errors"
)