You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.6 KiB
43 lines
1.6 KiB
module github.com/HZ89/seaweedfs
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.37.4
|
|
contrib.go.opencensus.io/exporter/ocagent v0.4.13-0.20190410204256-738c4b15ad40 // indirect
|
|
github.com/Azure/azure-storage-blob-go v0.6.0
|
|
github.com/Shopify/sarama v1.22.0
|
|
github.com/aws/aws-sdk-go v1.19.11
|
|
github.com/chrislusf/raft v0.0.0-20190225081310-10d6e2182d92
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/disintegration/imaging v1.6.0
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gabriel-vasile/mimetype v0.3.2
|
|
github.com/go-redis/redis v6.15.2+incompatible
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/gocql/gocql v0.0.0-20190402132108-0e1d5de854df
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/google/btree v1.0.0
|
|
github.com/gorilla/mux v1.7.1
|
|
github.com/karlseguin/ccache v2.0.2+incompatible
|
|
github.com/karlseguin/expect v1.0.1 // indirect
|
|
github.com/klauspost/crc32 v1.2.0
|
|
github.com/kr/pty v1.1.3 // indirect
|
|
github.com/kurin/blazer v0.5.3
|
|
github.com/lib/pq v1.1.0
|
|
github.com/peterh/liner v1.1.0
|
|
github.com/rakyll/statik v0.1.6
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
|
|
github.com/satori/uuid v1.2.0
|
|
github.com/seaweedfs/fuse v0.0.0-20190222170103-1aae43e32cad
|
|
github.com/spf13/viper v1.3.2
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
github.com/willf/bloom v2.0.3+incompatible
|
|
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 // indirect
|
|
gocloud.dev v0.12.0
|
|
golang.org/x/net v0.0.0-20190415214537-1da14a5a36f2
|
|
golang.org/x/tools v0.0.0-20190415205951-2e9de471ebd3
|
|
google.golang.org/api v0.3.2
|
|
google.golang.org/grpc v1.20.0
|
|
gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect
|
|
)
|