forked from smallnest/rpcx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
63 lines (61 loc) ยท 3.1 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
module github.com/smallnest/rpcx
go 1.13
require (
github.com/ChimeraCoder/gojson v1.1.0
github.com/abronan/valkeyrie v0.0.0-20200127174252-ef4277a138cd
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/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/go-errors/errors v1.0.1 // indirect
github.com/gogo/protobuf v1.2.0
github.com/golang/protobuf v1.3.2
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/marten-seemann/quic-conn v0.0.0-20191204020628-6e719687462b
github.com/nacos-group/nacos-sdk-go v0.0.0-20191128082542-fe1b325b125c
github.com/opentracing/opentracing-go v1.1.0
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.1
github.com/smallnest/valkeyrie v0.0.0-20191030065038-13edeca3d026
github.com/soheilhy/cmux v0.1.4
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.0 // 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
)