forked from beyondstorage/beyond-ctl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.01 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module go.beyondstorage.io/beyond-ctl
go 1.15
require (
github.com/BurntSushi/toml v0.4.1
github.com/Xuanwo/go-bufferpool v0.2.0
github.com/docker/go-units v0.4.0
github.com/google/uuid v1.3.0
github.com/panjf2000/ants/v2 v2.4.6
github.com/stretchr/testify v1.7.0
github.com/urfave/cli/v2 v2.3.0
go.beyondstorage.io/services/azblob/v3 v3.0.0
go.beyondstorage.io/services/cos/v3 v3.0.0
go.beyondstorage.io/services/dropbox/v3 v3.0.0
go.beyondstorage.io/services/fs/v4 v4.0.0
go.beyondstorage.io/services/ftp v0.3.0
go.beyondstorage.io/services/gcs/v3 v3.0.0
go.beyondstorage.io/services/ipfs v0.3.0
go.beyondstorage.io/services/kodo/v3 v3.0.0
go.beyondstorage.io/services/memory v0.4.0
go.beyondstorage.io/services/minio v0.3.0
go.beyondstorage.io/services/oss/v3 v3.0.0
go.beyondstorage.io/services/qingstor/v4 v4.0.0
go.beyondstorage.io/services/s3/v3 v3.0.1
go.beyondstorage.io/services/uss/v3 v3.0.0
go.beyondstorage.io/v5 v5.0.0
go.uber.org/zap v1.19.1
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
)