11module github.com/smallnest/rpcx
22
3- go 1.23.0
3+ go 1.24
44
55require (
66 github.com/akutz/memconn v0.1.0
@@ -19,8 +19,8 @@ require (
1919 github.com/juju/ratelimit v1.0.2
2020 github.com/julienschmidt/httprouter v1.3.0
2121 github.com/kavu/go_reuseport v1.5.0
22- github.com/kr/pretty v0.2.0
23- github.com/quic-go/quic-go v0.49.1
22+ github.com/kr/pretty v0.3.1
23+ github.com/quic-go/quic-go v0.57.0
2424 github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
2525 github.com/redis/go-redis/v9 v9.7.3
2626 github.com/rpcxio/libkv v0.5.1
@@ -29,14 +29,14 @@ require (
2929 github.com/smallnest/quick v0.2.0
3030 github.com/smallnest/rsocket v0.0.0-20241130031020-4a72eb6ff62a
3131 github.com/soheilhy/cmux v0.1.5
32- github.com/stretchr/testify v1.9.0
32+ github.com/stretchr/testify v1.11.1
3333 github.com/tinylib/msgp v1.2.5
3434 github.com/twpayne/go-jsonstruct/v3 v3.1.0
3535 github.com/valyala/fastrand v1.1.0
3636 github.com/vmihailenco/msgpack/v5 v5.4.1
3737 github.com/xtaci/kcp-go v5.4.20+incompatible
38- golang.org/x/net v0.38 .0
39- golang.org/x/sync v0.12 .0
38+ golang.org/x/net v0.43 .0
39+ golang.org/x/sync v0.16 .0
4040 google.golang.org/protobuf v1.36.4
4141)
4242
@@ -52,33 +52,30 @@ require (
5252 github.com/fatih/structtag v1.2.0 // indirect
5353 github.com/fsnotify/fsnotify v1.6.0 // indirect
5454 github.com/go-redis/redis/v8 v8.11.5 // indirect
55- github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
56- github.com/google/pprof v0.0.0-20250128161936-077ca0a936bf // indirect
5755 github.com/google/uuid v1.6.0 // indirect
5856 github.com/hashicorp/errwrap v1.1.0 // indirect
5957 github.com/klauspost/cpuid/v2 v2.2.9 // indirect
6058 github.com/klauspost/reedsolomon v1.12.4 // indirect
61- github.com/kr/text v0.1 .0 // indirect
59+ github.com/kr/text v0.2 .0 // indirect
6260 github.com/libp2p/go-sockaddr v0.2.0 // indirect
6361 github.com/mattn/go-colorable v0.1.14 // indirect
6462 github.com/mattn/go-isatty v0.0.20 // indirect
6563 github.com/miekg/dns v1.1.63 // indirect
66- github.com/onsi/ginkgo/v2 v2.22 .2 // indirect
64+ github.com/onsi/gomega v1.36 .2 // indirect
6765 github.com/peterbourgon/g2s v0.0.0-20140925154142-ec76db4c1ac1 // indirect
6866 github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
6967 github.com/pkg/errors v0.9.1 // indirect
7068 github.com/pmezard/go-difflib v1.0.0 // indirect
69+ github.com/rogpeppe/go-internal v1.10.0 // indirect
7170 github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
7271 github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
7372 github.com/tjfoc/gmsm v1.4.1 // indirect
7473 github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
7574 github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37 // indirect
76- go.uber.org/mock v0.5.0 // indirect
77- golang.org/x/crypto v0.36.0 // indirect
78- golang.org/x/exp v0.0.0-20250128144449-3edf0e91c1ae // indirect
79- golang.org/x/mod v0.22.0 // indirect
80- golang.org/x/sys v0.31.0 // indirect
81- golang.org/x/text v0.23.0 // indirect
82- golang.org/x/tools v0.29.0 // indirect
75+ golang.org/x/crypto v0.41.0 // indirect
76+ golang.org/x/mod v0.27.0 // indirect
77+ golang.org/x/sys v0.35.0 // indirect
78+ golang.org/x/text v0.28.0 // indirect
79+ golang.org/x/tools v0.36.0 // indirect
8380 gopkg.in/yaml.v3 v3.0.1 // indirect
8481)
0 commit comments