Merge pull request #23 from ryanuber/fork-net

Switch to fork of go.net
This commit is contained in:
Armon Dadgar 2014-11-03 11:42:22 -08:00
commit b720948f88

View File

@ -8,8 +8,8 @@ import (
"sync"
"time"
"code.google.com/p/go.net/ipv4"
"code.google.com/p/go.net/ipv6"
"github.com/hashicorp/go.net/ipv4"
"github.com/hashicorp/go.net/ipv6"
"github.com/miekg/dns"
)