forked from smallnest/rpcx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
74 lines (71 loc) ยท 3.57 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
module github.com/smallnest/rpcx
go 1.14
require (
github.com/ChimeraCoder/gojson v1.1.0
github.com/abronan/valkeyrie v0.1.0
github.com/aliyun/alibaba-cloud-sdk-go v1.61.69 // indirect
github.com/anacrolix/envpprof v1.1.0 // indirect
github.com/anacrolix/sync v0.2.0 // indirect
github.com/anacrolix/utp v0.0.0-20180219060659-9e0e1d1d0572
github.com/apache/thrift v0.13.0
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
github.com/buger/jsonparser v0.0.0-20191204142016-1a29609e0929 // indirect
github.com/cenk/backoff v2.2.1+incompatible // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/docker/libkv v0.2.1
github.com/edwingeng/doublejump v0.0.0-20200219153503-7cfc0ed6e836
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fatih/color v1.9.0
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.4.2
github.com/google/uuid v1.1.1 // indirect
github.com/grandcat/zeroconf v1.0.0
github.com/hashicorp/consul/api v1.4.0 // indirect
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/golang-lru v0.5.4
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/json-iterator/go v1.1.7
github.com/juju/ratelimit v1.0.1
github.com/julienschmidt/httprouter v1.2.0
github.com/kavu/go_reuseport v1.5.0
github.com/klauspost/cpuid v1.2.3 // indirect
github.com/klauspost/reedsolomon v1.9.3 // indirect
github.com/kr/pretty v0.2.0
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f // indirect
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
github.com/lucas-clemente/quic-go v0.15.5
github.com/nacos-group/nacos-sdk-go v1.0.1
github.com/opentracing/opentracing-go v1.1.1-0.20190913142402-a7454ce5950e
github.com/peterbourgon/g2s v0.0.0-20170223122336-d4e7ad98afea // indirect
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
github.com/rs/cors v1.7.0
github.com/rubyist/circuitbreaker v2.2.1+incompatible
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da // indirect
github.com/satori/go.uuid v1.2.0 // indirect
github.com/smallnest/libkv-etcdv3-store v1.1.9
github.com/smallnest/quick v0.0.0-20200501131359-9534f3d77602
github.com/smallnest/valkeyrie v0.0.0-20200811110245-15a06a9896aa
github.com/soheilhy/cmux v0.1.4
github.com/spf13/cobra v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/syndtr/goleveldb v1.0.0
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
github.com/tebeka/strftime v0.1.3 // indirect
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
github.com/tjfoc/gmsm v1.3.2 // indirect
github.com/toolkits/concurrent v0.0.0-20150624120057-a4371d70e3e3 // indirect
github.com/valyala/fastrand v1.0.0
github.com/vmihailenco/msgpack v4.0.4+incompatible
github.com/xtaci/kcp-go v5.4.20+incompatible
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
go.opencensus.io v0.22.3
go.opentelemetry.io/otel v0.13.0 // indirect
golang.org/x/exp v0.0.0-20201008143054-e3b2a7f2fdc7 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
google.golang.org/grpc v1.33.2 // indirect
)
replace google.golang.org/grpc => google.golang.org/grpc v1.29.0