mirror of
https://github.com/smallnest/rpcx.git
synced 2025-12-24 12:27:56 +08:00
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.49.1 to 0.57.0. - [Release notes](https://github.com/quic-go/quic-go/releases) - [Commits](https://github.com/quic-go/quic-go/compare/v0.49.1...v0.57.0) --- updated-dependencies: - dependency-name: github.com/quic-go/quic-go dependency-version: 0.57.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
82 lines
3.3 KiB
Modula-2
82 lines
3.3 KiB
Modula-2
module github.com/smallnest/rpcx
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/akutz/memconn v0.1.0
|
|
github.com/alitto/pond v1.9.2
|
|
github.com/apache/thrift v0.21.0
|
|
github.com/edwingeng/doublejump v1.0.1
|
|
github.com/fatih/color v1.18.0
|
|
github.com/go-ping/ping v1.2.0
|
|
github.com/go-redis/redis_rate/v10 v10.0.1
|
|
github.com/godzie44/go-uring v0.0.0-20220926161041-69611e8b13d5
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/snappy v0.0.4
|
|
github.com/grandcat/zeroconf v1.0.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/golang-lru v1.0.2
|
|
github.com/juju/ratelimit v1.0.2
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
github.com/kavu/go_reuseport v1.5.0
|
|
github.com/kr/pretty v0.3.1
|
|
github.com/quic-go/quic-go v0.57.0
|
|
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
|
|
github.com/redis/go-redis/v9 v9.7.3
|
|
github.com/rpcxio/libkv v0.5.1
|
|
github.com/rs/cors v1.11.1
|
|
github.com/rubyist/circuitbreaker v2.2.1+incompatible
|
|
github.com/smallnest/quick v0.2.0
|
|
github.com/smallnest/rsocket v0.0.0-20241130031020-4a72eb6ff62a
|
|
github.com/soheilhy/cmux v0.1.5
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/tinylib/msgp v1.2.5
|
|
github.com/twpayne/go-jsonstruct/v3 v3.1.0
|
|
github.com/valyala/fastrand v1.1.0
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1
|
|
github.com/xtaci/kcp-go v5.4.20+incompatible
|
|
golang.org/x/net v0.43.0
|
|
golang.org/x/sync v0.16.0
|
|
google.golang.org/protobuf v1.36.4
|
|
)
|
|
|
|
require (
|
|
github.com/cenk/backoff v2.2.1+incompatible // indirect
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
|
github.com/go-redis/redis/v8 v8.11.5 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
|
|
github.com/klauspost/reedsolomon v1.12.4 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/libp2p/go-sockaddr v0.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/miekg/dns v1.1.63 // indirect
|
|
github.com/onsi/gomega v1.36.2 // indirect
|
|
github.com/peterbourgon/g2s v0.0.0-20140925154142-ec76db4c1ac1 // indirect
|
|
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // 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.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
|
|
golang.org/x/crypto v0.41.0 // indirect
|
|
golang.org/x/mod v0.27.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
golang.org/x/tools v0.36.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|