pull/18/head
Hugo Landau 9 years ago
parent 5c9a61c4c0
commit 833c836d2c

@ -2,7 +2,7 @@ package backend
import "github.com/miekg/dns" import "github.com/miekg/dns"
import "github.com/golang/groupcache/lru" import "github.com/golang/groupcache/lru"
import "github.com/hlandau/madns/merr" import "gopkg.in/hlandau/madns.v1/merr"
import "github.com/hlandau/ncdns/namecoin" import "github.com/hlandau/ncdns/namecoin"
import "github.com/hlandau/ncdns/util" import "github.com/hlandau/ncdns/util"
import "github.com/hlandau/ncdns/ncdomain" import "github.com/hlandau/ncdns/ncdomain"

@ -2,7 +2,7 @@ package namecoin
// btcjson had to be modified a bit to get correct error reporting. // btcjson had to be modified a bit to get correct error reporting.
import "github.com/hlandauf/btcjson" import "github.com/hlandauf/btcjson"
import "github.com/hlandau/madns/merr" import "gopkg.in/hlandau/madns.v1/merr"
import extratypes "github.com/hlandau/ncbtcjsontypes" import extratypes "github.com/hlandau/ncbtcjsontypes"
import "fmt" import "fmt"

@ -1,6 +1,6 @@
package server package server
import "github.com/hlandau/madns" import "gopkg.in/hlandau/madns.v1"
import "github.com/hlandau/degoutils/log" import "github.com/hlandau/degoutils/log"
import "github.com/hlandau/ncdns/backend" import "github.com/hlandau/ncdns/backend"
import "github.com/hlandau/ncdns/namecoin" import "github.com/hlandau/ncdns/namecoin"

@ -1,7 +1,7 @@
package util package util
import "strings" import "strings"
import "github.com/hlandau/madns/merr" import "gopkg.in/hlandau/madns.v1/merr"
import "fmt" import "fmt"
import "regexp" import "regexp"
import "net/mail" import "net/mail"

@ -2,7 +2,7 @@ package util_test
import "testing" import "testing"
import "github.com/hlandau/ncdns/util" import "github.com/hlandau/ncdns/util"
import "github.com/hlandau/madns/merr" import "gopkg.in/hlandau/madns.v1/merr"
type item struct { type item struct {
input string input string

Loading…
Cancel
Save