diff --git a/server/server.go b/server/server.go index f2a8631..9a8a6f8 100644 --- a/server/server.go +++ b/server/server.go @@ -9,13 +9,14 @@ import ( "strings" "sync" + "github.com/btcsuite/btcd/rpcclient" "github.com/hlandau/buildinfo" "github.com/hlandau/xlog" "github.com/miekg/dns" - "github.com/btcsuite/btcd/rpcclient" + madns "gopkg.in/hlandau/madns.v2" + "github.com/namecoin/ncdns/backend" "github.com/namecoin/ncdns/namecoin" - madns "gopkg.in/hlandau/madns.v2" ) var log, Log = xlog.New("ncdns.server")