1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Switch from robfig/goconfig to robfig/config

Unbreak the build.
This commit is contained in:
James Hillyerd
2013-08-05 16:50:27 -07:00
parent 19794a7e26
commit ca4f9f570f

View File

@@ -3,7 +3,7 @@ package config
import ( import (
"container/list" "container/list"
"fmt" "fmt"
"github.com/robfig/goconfig/config" "github.com/robfig/config"
"net" "net"
"os" "os"
"strings" "strings"