mirror of
https://github.com/coredns/coredns.git
synced 2025-08-06 14:27:03 +02:00
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
@ -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…
Reference in New Issue
Block a user