Remove duplicate mapstructure depdendency

This commit is contained in:
Bjørn Erik Pedersen
2018-11-28 00:17:43 +01:00
parent e14e0b192f
commit 7e75aeca80
5 changed files with 2 additions and 13 deletions

View File

@@ -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"
)