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
parent d8f2aa78d4
commit c8bda1f37d

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