fix: unused imports

This commit is contained in:
David Arnold 2020-06-09 14:07:31 -05:00
parent 8f8292ad60
commit d6daa054b5
No known key found for this signature in database
GPG Key ID: 6D6A936E69C59D08

View File

@ -9,19 +9,15 @@
package ldap
import (
"context"
"errors"
"strings"
"net"
"sync"
"time"
"net"
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/etcd/msg"
"github.com/coredns/coredns/plugin/file"
"github.com/coredns/coredns/plugin/pkg/fall"
"github.com/coredns/coredns/plugin/pkg/upstream"
"github.com/coredns/coredns/request"
"github.com/miekg/dns"
"gopkg.in/ldap.v3"