Commit a9aedb79 authored by Miek Gieben's avatar Miek Gieben Committed by GitHub

plugin/minimal: fix import path (#4523)

presubmit failing, fix import path.
Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
parent e4c9daf3
......@@ -8,6 +8,7 @@ import (
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/pkg/nonwriter"
"github.com/coredns/coredns/plugin/pkg/response"
"github.com/miekg/dns"
)
......
......@@ -7,6 +7,7 @@ import (
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/pkg/dnstest"
"github.com/coredns/coredns/plugin/test"
"github.com/miekg/dns"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment