(prepping for using godeps)
@@ -3,7 +3,7 @@ package main
import (
"math/rand"
- "github.com/abh/dns"
+ "github.com/miekg/dns"
)
func (label *Label) Picker(qtype uint16, max int) Records {
@@ -10,7 +10,7 @@ import (
"strings"
"time"
"github.com/rcrowley/go-metrics"
@@ -5,7 +5,7 @@ import (
. "gopkg.in/check.v1"
@@ -4,7 +4,7 @@ import (
@@ -1,7 +1,7 @@
package main
@@ -14,8 +14,8 @@ import (
"github.com/abh/errorutil"
// Zones maps domain names to zone data
@@ -6,7 +6,7 @@ import (
"os"
"testing"