summaryrefslogtreecommitdiffstats
path: root/cache
diff options
context:
space:
mode:
Diffstat (limited to 'cache')
-rw-r--r--cache/filecache/filecache_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/filecache/filecache_config.go b/cache/filecache/filecache_config.go
index c451eaf85..75a9b61ca 100644
--- a/cache/filecache/filecache_config.go
+++ b/cache/filecache/filecache_config.go
@@ -21,7 +21,7 @@ import (
"github.com/gohugoio/hugo/helpers"
- "github.com/bep/mapstructure"
+ "github.com/mitchellh/mapstructure"
"github.com/pkg/errors"
"github.com/spf13/afero"
)