-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
31 lines (29 loc) · 1.03 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
31
module go.beyondstorage.io/beyond-ctl
go 1.15
require (
github.com/BurntSushi/toml v1.3.2
github.com/Xuanwo/go-bufferpool v0.2.0
github.com/docker/go-units v0.5.0
github.com/google/uuid v1.6.0
github.com/panjf2000/ants/v2 v2.10.0
github.com/stretchr/testify v1.8.2
github.com/urfave/cli/v2 v2.24.4
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.23.0
golang.org/x/text v0.3.8 // indirect
golang.org/x/time v0.9.0
)