fix compilation

This commit is contained in:
Chris Lu 2021-09-08 07:27:03 -07:00
parent 574485ec69
commit 00edcf71fc

View File

@ -3,8 +3,8 @@ package ftpd
import (
"crypto/tls"
"errors"
"fmt"
"net"
"github.com/chrislusf/seaweedfs/weed/util"
ftpserver "github.com/fclairamb/ftpserverlib"
"google.golang.org/grpc"