cubefs

Форк
0
/
go.mod 
122 строки · 5.2 Кб
1
module github.com/cubefs/cubefs
2

3
go 1.17
4

5
replace (
6
	github.com/jacobsa/fuse => ./depends/jacobsa/fuse
7
	github.com/spf13/cobra => ./depends/spf13/cobra
8
)
9

10
require (
11
	github.com/Shopify/sarama v1.33.0
12
	github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
13
	github.com/aws/aws-sdk-go v1.33.1
14
	github.com/benbjohnson/clock v1.3.1
15
	github.com/bits-and-blooms/bitset v1.2.1
16
	github.com/brahma-adshonor/gohook v1.1.9
17
	github.com/deniswernert/go-fstab v0.0.0-20141204152952-eb4090f26517
18
	github.com/desertbit/grumble v1.1.3
19
	github.com/dustin/go-humanize v1.0.1
20
	github.com/edsrzf/mmap-go v1.1.0
21
	github.com/fatih/color v1.15.0
22
	github.com/golang/mock v1.6.0
23
	github.com/golang/protobuf v1.5.2
24
	github.com/google/btree v1.0.1
25
	github.com/google/uuid v1.3.0
26
	github.com/gorilla/mux v1.8.0
27
	github.com/hashicorp/consul/api v1.15.2
28
	github.com/hashicorp/golang-lru v0.5.4
29
	github.com/jacobsa/daemonize v0.0.0-20160101105449-e460293e890f
30
	github.com/julienschmidt/httprouter v1.3.0
31
	github.com/klauspost/reedsolomon v1.11.7
32
	github.com/opentracing/opentracing-go v1.2.0
33
	github.com/peterbourgon/diskv/v3 v3.0.1
34
	github.com/prometheus/client_golang v1.13.0
35
	github.com/rs/xid v1.5.0
36
	github.com/samsarahq/thunder v0.0.0-20211005041752-96f4331b7baa
37
	github.com/spf13/cobra v1.2.1
38
	github.com/stretchr/testify v1.8.2
39
	github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c
40
	github.com/xtaci/smux v1.5.16
41
	go.etcd.io/etcd/raft/v3 v3.5.8
42
	go.uber.org/automaxprocs v1.5.1
43
	golang.org/x/net v0.8.0
44
	golang.org/x/sync v0.1.0
45
	golang.org/x/sys v0.7.0
46
	golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11
47
	gopkg.in/bsm/ratelimit.v1 v1.0.0-20170922094635-f56db5e73a5e
48
	gopkg.in/go-playground/validator.v9 v9.31.0
49
	gopkg.in/natefinch/lumberjack.v2 v2.0.0
50
	gopkg.in/yaml.v2 v2.4.0
51
)
52

53
require (
54
	github.com/go-ole/go-ole v1.2.6 // indirect
55
	github.com/tklauser/go-sysconf v0.3.11 // indirect
56
	github.com/tklauser/numcpus v0.6.0 // indirect
57
	github.com/yusufpapurcu/wmi v1.2.3 // indirect
58
)
59

60
require (
61
	github.com/BurntSushi/toml v1.1.0 // indirect
62
	github.com/armon/go-metrics v0.4.1 // indirect
63
	github.com/beorn7/perks v1.0.1 // indirect
64
	github.com/cespare/xxhash/v2 v2.1.2 // indirect
65
	github.com/davecgh/go-spew v1.1.1 // indirect
66
	github.com/desertbit/closer/v3 v3.1.2 // indirect
67
	github.com/desertbit/columnize v2.1.0+incompatible // indirect
68
	github.com/desertbit/go-shlex v0.1.1 // indirect
69
	github.com/desertbit/readline v1.5.1 // indirect
70
	github.com/eapache/go-resiliency v1.3.0 // indirect
71
	github.com/eapache/go-xerial-snappy v0.0.0-20230111030713-bf00bc1b83b6 // indirect
72
	github.com/eapache/queue v1.1.0 // indirect
73
	github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
74
	github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
75
	github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
76
	github.com/go-playground/locales v0.14.1 // indirect
77
	github.com/go-playground/universal-translator v0.18.1 // indirect
78
	github.com/gogo/protobuf v1.3.2 // indirect
79
	github.com/golang/snappy v0.0.4 // indirect
80
	github.com/gorilla/websocket v1.4.2 // indirect
81
	github.com/graphql-go/graphql v0.8.0 // indirect
82
	github.com/hashicorp/errwrap v1.1.0 // indirect
83
	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
84
	github.com/hashicorp/go-hclog v1.5.0 // indirect
85
	github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
86
	github.com/hashicorp/go-multierror v1.1.1 // indirect
87
	github.com/hashicorp/go-rootcerts v1.0.2 // indirect
88
	github.com/hashicorp/go-uuid v1.0.3 // indirect
89
	github.com/hashicorp/serf v0.10.1 // indirect
90
	github.com/inconshreveable/mousetrap v1.0.0 // indirect
91
	github.com/jcmturner/aescts/v2 v2.0.0 // indirect
92
	github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
93
	github.com/jcmturner/gofork v1.0.0 // indirect
94
	github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
95
	github.com/jcmturner/rpc/v2 v2.0.3 // indirect
96
	github.com/jmespath/go-jmespath v0.3.0 // indirect
97
	github.com/klauspost/compress v1.15.0 // indirect
98
	github.com/klauspost/cpuid/v2 v2.1.1 // indirect
99
	github.com/leodido/go-urn v1.2.3 // indirect
100
	github.com/mattn/go-colorable v0.1.13 // indirect
101
	github.com/mattn/go-isatty v0.0.18 // indirect
102
	github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
103
	github.com/mitchellh/go-homedir v1.1.0 // indirect
104
	github.com/mitchellh/mapstructure v1.5.0 // indirect
105
	github.com/pierrec/lz4 v2.6.1+incompatible // indirect
106
	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
107
	github.com/prometheus/client_model v0.2.0 // indirect
108
	github.com/prometheus/common v0.37.0 // indirect
109
	github.com/prometheus/procfs v0.8.0 // indirect
110
	github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
111
	github.com/samsarahq/go v0.0.0-20181026175739-13570df44b46 // indirect
112
	github.com/shirou/gopsutil v3.21.11+incompatible
113
	github.com/smartystreets/goconvey v1.8.0 // indirect
114
	golang.org/x/arch v0.0.0-20190312162104-788fe5ffcd8c // indirect
115
	golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
116
	golang.org/x/text v0.8.0 // indirect
117
	google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
118
	google.golang.org/grpc v1.35.0 // indirect
119
	google.golang.org/protobuf v1.28.1 // indirect
120
	gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
121
	gopkg.in/yaml.v3 v3.0.1 // indirect
122
)
123

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.