plugin/minimal: fix import path (#4523)
presubmit failing, fix import path. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
parent
e4c9daf3aa
commit
a9aedb79cf
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue