mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Remove duplicate mapstructure depdendency
This commit is contained in:
2
cache/filecache/filecache_config.go
vendored
2
cache/filecache/filecache_config.go
vendored
@@ -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"
|
||||
)
|
||||
|
Reference in New Issue
Block a user