1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-13 15:01:16 +02:00

fix building for unmaintained

This commit is contained in:
chrislu 2022-08-17 14:45:38 -07:00
parent 2b580a7566
commit 4ffbda1c43

View file

@ -7,6 +7,7 @@ import (
"github.com/seaweedfs/seaweedfs/weed/pb"
"github.com/seaweedfs/seaweedfs/weed/pb/filer_pb"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"
"strconv"
"time"
)