1
0
Fork 0
mirror of https://github.com/spf13/viper synced 2025-04-23 22:07:18 +00:00

Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2

This commit is contained in:
Anthony Fok 2015-01-26 06:56:55 -07:00 committed by spf13
parent d8f2aa78d4
commit 82cbb7dec7

View file

@ -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{}) {