Use newer home for gcfg package

Switch from obsolete "github.com/scalingdata/gcfg" to "gopkg.in/gcfg.v1".
This commit is contained in:
Tim Hockin
2016-03-03 16:34:34 -08:00
parent 4e29c580a8
commit a073c80e45
29 changed files with 105 additions and 143 deletions

View File

@@ -20,7 +20,7 @@ import (
"io"
"time"
"github.com/scalingdata/gcfg"
"gopkg.in/gcfg.v1"
)
const (