Fix imports (#1528)
This commit is contained in:
parent
71ee323651
commit
8b035fa938
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue