Fix imports (#1528)

This commit is contained in:
Miek Gieben 2018-02-14 21:29:00 +01:00 committed by GitHub
parent 71ee323651
commit 8b035fa938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
package proxy
import (
"fmt"
"testing"
"github.com/coredns/coredns/plugin/pkg/healthcheck"
"fmt"
"github.com/coredns/coredns/plugin/pkg/tls"
"github.com/coredns/coredns/plugin/test"
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
"golang.org/x/net/context"
"google.golang.org/grpc/grpclog"