2019-09-12 21:18:21 +08:00
|
|
|
module github.com/chrislusf/seaweedfs
|
2019-07-25 13:50:21 +08:00
|
|
|
|
2021-05-10 15:13:55 +08:00
|
|
|
go 1.16
|
2019-07-25 13:50:21 +08:00
|
|
|
|
|
|
|
require (
|
2021-02-04 00:32:30 +08:00
|
|
|
cloud.google.com/go/pubsub v1.3.1
|
|
|
|
cloud.google.com/go/storage v1.9.0
|
|
|
|
github.com/Azure/azure-storage-blob-go v0.9.0
|
2020-04-28 14:10:23 +08:00
|
|
|
github.com/OneOfOne/xxhash v1.2.2
|
2019-07-25 13:50:21 +08:00
|
|
|
github.com/Shopify/sarama v1.23.1
|
2021-01-06 15:11:54 +08:00
|
|
|
github.com/aws/aws-sdk-go v1.34.30
|
2020-05-08 17:47:22 +08:00
|
|
|
github.com/buraksezer/consistent v0.0.0-20191006190839-693edf70fd72
|
2021-03-25 18:49:26 +08:00
|
|
|
github.com/bwmarrin/snowflake v0.3.0
|
2020-05-08 17:47:22 +08:00
|
|
|
github.com/cespare/xxhash v1.1.0
|
2021-05-12 13:06:41 +08:00
|
|
|
github.com/chrislusf/raft v1.0.7
|
2019-10-14 23:02:55 +08:00
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
2020-04-13 08:04:16 +08:00
|
|
|
github.com/disintegration/imaging v1.6.2
|
2019-07-25 13:50:21 +08:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2019-10-14 23:02:55 +08:00
|
|
|
github.com/eapache/go-resiliency v1.2.0 // indirect
|
2019-11-29 16:27:51 +08:00
|
|
|
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a
|
2020-03-12 11:34:04 +08:00
|
|
|
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
|
|
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
2019-11-29 16:27:51 +08:00
|
|
|
github.com/facebookgo/stats v0.0.0-20151006221625-1b76add642e4
|
2020-03-12 11:34:04 +08:00
|
|
|
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
|
2020-10-31 11:57:08 +08:00
|
|
|
github.com/fclairamb/ftpserverlib v0.8.0
|
2019-11-14 14:26:59 +08:00
|
|
|
github.com/frankban/quicktest v1.7.2 // indirect
|
2020-11-15 16:26:05 +08:00
|
|
|
github.com/go-errors/errors v1.1.1 // indirect
|
2021-01-11 18:30:19 +08:00
|
|
|
github.com/go-redis/redis/v8 v8.4.4
|
2020-09-04 14:04:27 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-08-12 15:20:11 +08:00
|
|
|
github.com/gocql/gocql v0.0.0-20210707082121-9a3953d1826d
|
2019-10-14 23:02:55 +08:00
|
|
|
github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48 // indirect
|
2021-07-23 01:22:09 +08:00
|
|
|
github.com/golang-jwt/jwt v3.2.1+incompatible
|
2021-02-04 00:32:30 +08:00
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e
|
2021-06-22 15:54:13 +08:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2021-08-12 15:20:11 +08:00
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2019-07-25 13:50:21 +08:00
|
|
|
github.com/google/btree v1.0.0
|
2019-11-19 11:22:54 +08:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-07-27 05:08:22 +08:00
|
|
|
github.com/gorilla/mux v1.7.4
|
2019-10-14 23:02:55 +08:00
|
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
2021-05-24 18:43:55 +08:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4
|
2019-10-14 23:02:55 +08:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.11.0 // indirect
|
|
|
|
github.com/jcmturner/gofork v1.0.0 // indirect
|
2021-04-11 02:57:45 +08:00
|
|
|
github.com/jinzhu/copier v0.2.8
|
2021-06-22 15:54:13 +08:00
|
|
|
github.com/json-iterator/go v1.1.11
|
2021-01-08 18:17:43 +08:00
|
|
|
github.com/karlseguin/ccache/v2 v2.0.7
|
2020-11-22 05:06:35 +08:00
|
|
|
github.com/klauspost/compress v1.10.9 // indirect
|
2020-02-11 05:43:53 +08:00
|
|
|
github.com/klauspost/cpuid v1.2.1 // indirect
|
2019-07-25 13:50:21 +08:00
|
|
|
github.com/klauspost/reedsolomon v1.9.2
|
|
|
|
github.com/kurin/blazer v0.5.3
|
2021-03-08 13:16:06 +08:00
|
|
|
github.com/lib/pq v1.10.0
|
2019-10-14 23:02:55 +08:00
|
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
2020-09-03 17:05:26 +08:00
|
|
|
github.com/olivere/elastic/v7 v7.0.19
|
2019-07-25 13:50:21 +08:00
|
|
|
github.com/peterh/liner v1.1.0
|
2019-10-14 23:02:55 +08:00
|
|
|
github.com/pierrec/lz4 v2.2.7+incompatible // indirect
|
2021-08-12 15:20:11 +08:00
|
|
|
github.com/posener/complete v1.2.3
|
2021-05-24 18:43:55 +08:00
|
|
|
github.com/pquerna/cachecontrol v0.1.0
|
2021-06-22 15:54:13 +08:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2019-10-14 23:02:55 +08:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
|
2021-08-18 02:18:22 +08:00
|
|
|
github.com/seaweedfs/fuse v1.2.0
|
2020-04-13 07:44:58 +08:00
|
|
|
github.com/seaweedfs/goexif v1.0.2
|
2020-10-11 09:00:21 +08:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
2019-10-14 23:02:55 +08:00
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
2021-08-17 23:27:47 +08:00
|
|
|
github.com/spf13/afero v1.6.0 // indirect
|
2019-10-14 23:02:55 +08:00
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2019-07-25 13:50:21 +08:00
|
|
|
github.com/spf13/viper v1.4.0
|
2021-02-04 00:32:30 +08:00
|
|
|
github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71
|
2020-10-24 14:09:23 +08:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2019-07-25 13:50:21 +08:00
|
|
|
github.com/syndtr/goleveldb v1.0.0
|
2021-01-03 15:32:58 +08:00
|
|
|
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
|
2021-07-23 00:57:49 +08:00
|
|
|
github.com/tidwall/gjson v1.8.1
|
|
|
|
github.com/tidwall/match v1.0.3
|
2020-12-24 14:08:41 +08:00
|
|
|
github.com/tsuna/gohbase v0.0.0-20201125011725-348991136365
|
2020-11-03 11:11:11 +08:00
|
|
|
github.com/valyala/bytebufferpool v1.0.0
|
2020-11-15 16:26:05 +08:00
|
|
|
github.com/viant/assertly v0.5.4 // indirect
|
|
|
|
github.com/viant/ptrie v0.3.0
|
|
|
|
github.com/viant/toolbox v0.33.2 // indirect
|
2019-10-14 23:02:55 +08:00
|
|
|
github.com/willf/bitset v1.1.10 // indirect
|
2019-07-25 13:50:21 +08:00
|
|
|
github.com/willf/bloom v2.0.3+incompatible
|
2019-09-01 18:46:51 +08:00
|
|
|
go.etcd.io/etcd v3.3.15+incompatible
|
2021-07-23 00:49:40 +08:00
|
|
|
go.mongodb.org/mongo-driver v1.7.0
|
2021-02-04 00:32:30 +08:00
|
|
|
gocloud.dev v0.20.0
|
|
|
|
gocloud.dev/pubsub/natspubsub v0.20.0
|
|
|
|
gocloud.dev/pubsub/rabbitpubsub v0.20.0
|
2021-08-17 16:06:48 +08:00
|
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
|
2021-08-17 23:27:47 +08:00
|
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
|
2021-08-18 02:18:22 +08:00
|
|
|
golang.org/x/sys v0.0.0-20210817142637-7d9622a276b7
|
2021-05-24 14:58:28 +08:00
|
|
|
golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78
|
2021-02-04 00:32:30 +08:00
|
|
|
google.golang.org/api v0.26.0
|
2020-06-22 00:24:21 +08:00
|
|
|
google.golang.org/grpc v1.29.1
|
2021-06-22 15:54:13 +08:00
|
|
|
google.golang.org/protobuf v1.26.0-rc.1
|
2019-10-14 23:02:55 +08:00
|
|
|
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
|
|
|
|
gopkg.in/jcmturner/gokrb5.v7 v7.3.0 // indirect
|
2021-05-24 18:43:55 +08:00
|
|
|
modernc.org/sqlite v1.10.7
|
2019-07-25 13:50:21 +08:00
|
|
|
)
|
2019-07-31 14:36:17 +08:00
|
|
|
|
2021-04-19 04:29:37 +08:00
|
|
|
// replace github.com/seaweedfs/fuse => /Users/chris/go/src/github.com/seaweedfs/fuse
|
2020-10-24 14:09:23 +08:00
|
|
|
// replace github.com/chrislusf/raft => /Users/chris/go/src/github.com/chrislusf/raft
|
2020-10-23 15:41:40 +08:00
|
|
|
|
2020-07-27 05:08:22 +08:00
|
|
|
replace go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20200425165423-262c93980547
|