mirror of https://github.com/spf13/viper.git
Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2
This commit is contained in:
parent
d8f2aa78d4
commit
82cbb7dec7
2
util.go
2
util.go
|
@ -22,7 +22,7 @@ import (
|
||||||
|
|
||||||
"github.com/BurntSushi/toml"
|
"github.com/BurntSushi/toml"
|
||||||
jww "github.com/spf13/jwalterweatherman"
|
jww "github.com/spf13/jwalterweatherman"
|
||||||
"gopkg.in/yaml.v1"
|
"gopkg.in/yaml.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
func insensativiseMap(m map[string]interface{}) {
|
func insensativiseMap(m map[string]interface{}) {
|
||||||
|
|
Loading…
Reference in New Issue