2021-07-14 15:51:36 +08:00
|
|
|
module github.com/beyondstorage/beyond-fs
|
2021-05-07 18:06:08 +08:00
|
|
|
|
2021-07-14 15:51:36 +08:00
|
|
|
go 1.15
|
2021-07-15 17:59:57 +08:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Xuanwo/go-bufferpool v0.1.0
|
2021-08-02 17:11:12 +08:00
|
|
|
github.com/beyondstorage/go-service-fs/v3 v3.3.0
|
|
|
|
github.com/beyondstorage/go-service-memory v0.1.0
|
|
|
|
github.com/beyondstorage/go-service-s3/v2 v2.3.0
|
|
|
|
github.com/beyondstorage/go-storage/v4 v4.4.0
|
2021-07-15 17:59:57 +08:00
|
|
|
github.com/dgraph-io/badger/v3 v3.2103.1
|
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
|
|
github.com/hanwen/go-fuse/v2 v2.1.0
|
2021-08-02 17:11:12 +08:00
|
|
|
github.com/panjf2000/ants/v2 v2.4.6
|
2021-07-15 17:59:57 +08:00
|
|
|
github.com/tinylib/msgp v1.1.6
|
2021-08-02 17:31:52 +08:00
|
|
|
go.uber.org/atomic v1.9.0
|
2021-07-15 17:59:57 +08:00
|
|
|
go.uber.org/zap v1.18.1
|
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
|
|
)
|