Switch to fork of go.net

This commit is contained in:
Ryan Uber 2014-11-03 11:36:47 -08:00
parent 075c214825
commit d83f28beed

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"
)