diff options
author | 2021-01-24 18:28:49 +0100 | |
---|---|---|
committer | 2021-01-24 17:28:49 +0000 | |
commit | 38d4dacb887579b6e241b97e22f9066ac8c6f6d6 (patch) | |
tree | b286d4e58b38d47d67a287872f9af88a629f3039 /plugin/cache | |
parent | eba74389c407cee059e7be707f463ae091bf2fd1 (diff) | |
download | coredns-38d4dacb887579b6e241b97e22f9066ac8c6f6d6.tar.gz coredns-38d4dacb887579b6e241b97e22f9066ac8c6f6d6.tar.zst coredns-38d4dacb887579b6e241b97e22f9066ac8c6f6d6.zip |
Fix import ordering presubmit test (#4422)
Automatically submitted.
Diffstat (limited to 'plugin/cache')
-rw-r--r-- | plugin/cache/item.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/cache/item.go b/plugin/cache/item.go index bda5fe746..3b47a3b6b 100644 --- a/plugin/cache/item.go +++ b/plugin/cache/item.go @@ -4,6 +4,7 @@ import ( "time" "github.com/coredns/coredns/plugin/cache/freq" + "github.com/miekg/dns" ) |