diff options
Diffstat (limited to 'go/weed/glide.yaml')
| -rw-r--r-- | go/weed/glide.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/go/weed/glide.yaml b/go/weed/glide.yaml new file mode 100644 index 000000000..d619b8727 --- /dev/null +++ b/go/weed/glide.yaml @@ -0,0 +1,16 @@ +package: github.com/chrislusf/seaweedfs/go/weed +import: +- package: bazil.org/fuse + subpackages: + - fs +- package: github.com/chrislusf/raft +- package: github.com/golang/protobuf + subpackages: + - proto +- package: github.com/gorilla/mux +- package: github.com/syndtr/goleveldb + subpackages: + - leveldb +- package: golang.org/x/net + subpackages: + - context |
