1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-26 04:18:59 +02:00

update glide.yaml

This commit is contained in:
Chris Lu 2019-04-10 14:27:28 -07:00
parent 7d8ce080bd
commit 4df10e50b3

View file

@ -17,13 +17,13 @@ import:
- service/s3
- service/s3/s3iface
- service/sqs
- package: github.com/boltdb/bolt
- package: github.com/chrislusf/raft
subpackages:
- protobuf
- package: github.com/dgrijalva/jwt-go
- package: github.com/disintegration/imaging
- package: github.com/dustin/go-humanize
- package: github.com/gabriel-vasile/mimetype
- package: github.com/go-redis/redis
- package: github.com/go-sql-driver/mysql
- package: github.com/gocql/gocql
@ -53,6 +53,7 @@ import:
- package: github.com/syndtr/goleveldb
subpackages:
- leveldb
- leveldb/opt
- leveldb/util
- package: github.com/willf/bloom
- package: gocloud.dev