mirror of
https://github.com/spf13/viper
synced 2024-12-22 11:37:02 +00:00
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
This commit is contained in:
parent
d8f2aa78d4
commit
82cbb7dec7
1 changed files with 1 additions and 1 deletions
2
util.go
2
util.go
|
@ -22,7 +22,7 @@ import (
|
|||
|
||||
"github.com/BurntSushi/toml"
|
||||
jww "github.com/spf13/jwalterweatherman"
|
||||
"gopkg.in/yaml.v1"
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
func insensativiseMap(m map[string]interface{}) {
|
||||
|
|
Loading…
Reference in a new issue