From ca4f9f570fe7e3cc71a04beaad7f49b4d63dc542 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Mon, 5 Aug 2013 16:50:27 -0700 Subject: [PATCH] Switch from robfig/goconfig to robfig/config Unbreak the build. --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 82f1866..2cdfd9b 100644 --- a/config/config.go +++ b/config/config.go @@ -3,7 +3,7 @@ package config import ( "container/list" "fmt" - "github.com/robfig/goconfig/config" + "github.com/robfig/config" "net" "os" "strings"