update to stdlib context

This commit is contained in:
Asim Aslam 2018-12-01 22:29:15 +00:00
parent cdf30746f9
commit 97dbada439

View File

@ -1,6 +1,7 @@
package mdns
import (
"context"
"fmt"
"log"
"net"
@ -9,7 +10,6 @@ import (
"time"
"github.com/miekg/dns"
"golang.org/x/net/context"
"golang.org/x/net/ipv4"
"golang.org/x/net/ipv6"
)