diff options
Diffstat (limited to 'plugin/rewrite/rewrite.go')
-rw-r--r-- | plugin/rewrite/rewrite.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/rewrite/rewrite.go b/plugin/rewrite/rewrite.go index bd715ad4f..c6b618038 100644 --- a/plugin/rewrite/rewrite.go +++ b/plugin/rewrite/rewrite.go @@ -8,7 +8,7 @@ import ( "github.com/miekg/dns" - "golang.org/x/net/context" + "context" ) // Result is the result of a rewrite |