forked from sjp00556/cubefs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 1.01 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/chubaofs/chubaofs
go 1.12
require (
bazil.org/fuse v0.0.0-20180421153158-65cc252bf669
github.com/elazarl/goproxy v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/elazarl/goproxy/ext v0.0.0-20190421051319-9d40249d3c2f // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/jacobsa/fuse v0.0.0-20180417054321-cd3959611bcb
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/parnurzeal/gorequest v0.2.15
github.com/prometheus/client_golang v1.0.0
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
github.com/tecbot/gorocksdb v0.0.0-20190519120508-025c3cf4ffb4
github.com/tiglabs/raft v0.0.0-20190131082128-45667fcdb8b8
golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b
)