mirror of
https://github.com/smallnest/rpcx.git
synced 2026-04-22 23:27:06 +08:00
69 lines
3.0 KiB
Modula-2
69 lines
3.0 KiB
Modula-2
module github.com/smallnest/rpcx
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ChimeraCoder/gojson v1.1.0
|
|
github.com/akutz/memconn v0.1.0
|
|
github.com/apache/thrift v0.15.0
|
|
github.com/armon/go-metrics v0.3.10 // indirect
|
|
github.com/cenk/backoff v2.2.1+incompatible // indirect
|
|
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0 // indirect
|
|
github.com/edwingeng/doublejump v0.0.0-20210724020454-c82f1bcb3280
|
|
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
|
|
github.com/fatih/color v1.13.0
|
|
github.com/fsnotify/fsnotify v1.5.1 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-ping/ping v0.0.0-20211130115550-779d1e919534
|
|
github.com/go-redis/redis/v8 v8.11.4 // indirect
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/golang/snappy v0.0.4
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/grandcat/zeroconf v1.0.0
|
|
github.com/hashicorp/consul/api v1.12.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-hclog v1.0.0 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/juju/ratelimit v1.0.1
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/kavu/go_reuseport v1.5.0
|
|
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
|
|
github.com/klauspost/reedsolomon v1.9.15 // indirect
|
|
github.com/kr/pretty v0.2.0
|
|
github.com/lucas-clemente/quic-go v0.24.0
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/miekg/dns v1.1.45 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.3 // indirect
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|
|
github.com/peterbourgon/g2s v0.0.0-20140925154142-ec76db4c1ac1 // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
|
github.com/rpcxio/libkv v0.5.1-0.20210420120011-1fceaedca8a5
|
|
github.com/rs/cors v1.8.2
|
|
github.com/rubyist/circuitbreaker v2.2.1+incompatible
|
|
github.com/smallnest/quick v0.0.0-20210406061658-4bf95e372fbd
|
|
github.com/soheilhy/cmux v0.1.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
|
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
|
|
github.com/tinylib/msgp v1.1.6
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0
|
|
github.com/valyala/fastrand v1.1.0
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5
|
|
github.com/xtaci/kcp-go v5.4.20+incompatible
|
|
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
|
|
go.opentelemetry.io/otel v1.3.0
|
|
go.opentelemetry.io/otel/trace v1.3.0
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
|
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
golang.org/x/tools v0.1.8 // indirect
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|