From 10fd24429820013fee73b5056187bdc03e29a18c Mon Sep 17 00:00:00 2001 From: Christopher Grim Date: Mon, 7 Jul 2014 13:01:12 -0400 Subject: [PATCH] yaml has moved to gopkg.in --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 1d650e4..56193ae 100644 --- a/config.go +++ b/config.go @@ -2,7 +2,7 @@ package main import ( "fmt" - "github.com/go-yaml/yaml" + "gopkg.in/yaml.v1" "io/ioutil" "log" "os"