mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
update glide.yaml
This commit is contained in:
parent
7d8ce080bd
commit
4df10e50b3
|
@ -17,13 +17,13 @@ import:
|
||||||
- service/s3
|
- service/s3
|
||||||
- service/s3/s3iface
|
- service/s3/s3iface
|
||||||
- service/sqs
|
- service/sqs
|
||||||
- package: github.com/boltdb/bolt
|
|
||||||
- package: github.com/chrislusf/raft
|
- package: github.com/chrislusf/raft
|
||||||
subpackages:
|
subpackages:
|
||||||
- protobuf
|
- protobuf
|
||||||
- package: github.com/dgrijalva/jwt-go
|
- package: github.com/dgrijalva/jwt-go
|
||||||
- package: github.com/disintegration/imaging
|
- package: github.com/disintegration/imaging
|
||||||
- package: github.com/dustin/go-humanize
|
- package: github.com/dustin/go-humanize
|
||||||
|
- package: github.com/gabriel-vasile/mimetype
|
||||||
- package: github.com/go-redis/redis
|
- package: github.com/go-redis/redis
|
||||||
- package: github.com/go-sql-driver/mysql
|
- package: github.com/go-sql-driver/mysql
|
||||||
- package: github.com/gocql/gocql
|
- package: github.com/gocql/gocql
|
||||||
|
@ -53,6 +53,7 @@ import:
|
||||||
- package: github.com/syndtr/goleveldb
|
- package: github.com/syndtr/goleveldb
|
||||||
subpackages:
|
subpackages:
|
||||||
- leveldb
|
- leveldb
|
||||||
|
- leveldb/opt
|
||||||
- leveldb/util
|
- leveldb/util
|
||||||
- package: github.com/willf/bloom
|
- package: github.com/willf/bloom
|
||||||
- package: gocloud.dev
|
- package: gocloud.dev
|
||||||
|
|
Loading…
Reference in a new issue