20 lines
586 B
Modula-2
20 lines
586 B
Modula-2
module github.com/beyondstorage/beyond-fs
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Xuanwo/go-bufferpool v0.1.0
|
|
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
|
|
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
|
|
github.com/panjf2000/ants/v2 v2.4.6
|
|
github.com/tinylib/msgp v1.1.6
|
|
go.uber.org/atomic v1.9.0
|
|
go.uber.org/zap v1.18.1
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|