all: fix plugin import ordering (#1717)

Got a bit messed up with stb lib "context" usage.
This commit is contained in:
Miek Gieben 2018-04-22 08:34:35 +01:00 committed by GitHub
parent 69a956f052
commit 0930eb8beb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
87 changed files with 100 additions and 176 deletions

View file

@ -1,14 +1,14 @@
package metrics
import (
"context"
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/metrics/vars"
"github.com/coredns/coredns/plugin/pkg/dnstest"
"github.com/coredns/coredns/plugin/pkg/rcode"
"github.com/coredns/coredns/request"
"context"
"github.com/miekg/dns"
)