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
1 changed files with 1 additions and 1 deletions

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