diff options
author | 2020-01-30 09:19:26 +0000 | |
---|---|---|
committer | 2020-01-30 09:19:26 +0000 | |
commit | 995179a6c6f3eccbc04b20ff4961653d06c63551 (patch) | |
tree | 0782daf1752f3aecb590232b14908eff119064e6 /plugin/cache/prefech_test.go | |
parent | 488464b68668310cbdeb67ada3ff33dd13138f0b (diff) | |
download | coredns-995179a6c6f3eccbc04b20ff4961653d06c63551.tar.gz coredns-995179a6c6f3eccbc04b20ff4961653d06c63551.tar.zst coredns-995179a6c6f3eccbc04b20ff4961653d06c63551.zip |
presubmit: check import path ordering (#3636)
Add a test for this as well as it's annoying to point out in every code
review.
Fix all the import paths that are flagged by this new test.
Fixes: #3634
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin/cache/prefech_test.go')
-rw-r--r-- | plugin/cache/prefech_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cache/prefech_test.go b/plugin/cache/prefech_test.go index c4673a726..609956ee9 100644 --- a/plugin/cache/prefech_test.go +++ b/plugin/cache/prefech_test.go @@ -8,8 +8,8 @@ import ( "github.com/coredns/coredns/plugin" "github.com/coredns/coredns/plugin/pkg/dnstest" - "github.com/coredns/coredns/plugin/test" + "github.com/miekg/dns" ) |