From a8ed6f4e4227b9e92e1a9e7be6d6d23d3a6afcad Mon Sep 17 00:00:00 2001 From: Martin Packman Date: Sun, 11 Oct 2015 13:13:50 +0000 Subject: [PATCH] Switch to using gopkg.in/yaml.v2 --- lumberjack_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lumberjack_test.go b/lumberjack_test.go index c11dc18..8c0e685 100644 --- a/lumberjack_test.go +++ b/lumberjack_test.go @@ -10,7 +10,7 @@ import ( "time" "github.com/BurntSushi/toml" - "gopkg.in/yaml.v1" + "gopkg.in/yaml.v2" ) // !!!NOTE!!!