From c8bda1f37d3e3461ab172bd3b95dd887693b32e6 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 26 Jan 2015 06:56:55 -0700 Subject: [PATCH] Upgrade from gopkg.in/yaml.v1 to gopkg.in/yaml.v2 --- util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.go b/util.go index 1786f7c..f49fa43 100644 --- a/util.go +++ b/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{}) {