From 9b9c3c7531c3085681e86423d5adc4512d36acf6 Mon Sep 17 00:00:00 2001 From: Kevin Gallagher Date: Wed, 9 Jan 2019 23:40:08 +0000 Subject: [PATCH] Use Go's standard context library --- dns64.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns64.go b/dns64.go index baf740a..b90f7de 100644 --- a/dns64.go +++ b/dns64.go @@ -12,7 +12,7 @@ import ( "github.com/coredns/coredns/request" "github.com/miekg/dns" - "golang.org/x/net/context" + "context" ) // DNS64 performs DNS64.