@@ -7,7 +7,7 @@ require (
77 github.com/boj/redistore v1.4.1
88 github.com/bradfitz/gomemcache v0.0.0-20250403215159-8d39553ac7cf
99 github.com/bradleypeabody/gorilla-sessions-memcache v0.0.0-20240916143655-c0e34fd2f304
10- github.com/gin-gonic/gin v1.10.1
10+ github.com/gin-gonic/gin v1.11.0
1111 github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
1212 github.com/gomodule/redigo v1.9.2
1313 github.com/gorilla/context v1.1.2
@@ -23,22 +23,23 @@ require (
2323)
2424
2525require (
26- github.com/bytedance/sonic v1.13.2 // indirect
27- github.com/bytedance/sonic/loader v0.2.4 // indirect
28- github.com/cloudwego/base64x v0.1.5 // indirect
26+ github.com/bytedance/sonic v1.14.0 // indirect
27+ github.com/bytedance/sonic/loader v0.3.0 // indirect
28+ github.com/cloudwego/base64x v0.1.6 // indirect
2929 github.com/gabriel-vasile/mimetype v1.4.8 // indirect
30- github.com/gin-contrib/sse v1.0 .0 // indirect
30+ github.com/gin-contrib/sse v1.1 .0 // indirect
3131 github.com/go-playground/locales v0.14.1 // indirect
3232 github.com/go-playground/universal-translator v0.18.1 // indirect
33- github.com/go-playground/validator/v10 v10.26 .0 // indirect
33+ github.com/go-playground/validator/v10 v10.27 .0 // indirect
3434 github.com/goccy/go-json v0.10.5 // indirect
35+ github.com/goccy/go-yaml v1.18.0 // indirect
3536 github.com/golang/snappy v1.0.0 // indirect
3637 github.com/gorilla/securecookie v1.1.2 // indirect
3738 github.com/jinzhu/inflection v1.0.0 // indirect
3839 github.com/jinzhu/now v1.1.5 // indirect
3940 github.com/json-iterator/go v1.1.12 // indirect
4041 github.com/klauspost/compress v1.18.0 // indirect
41- github.com/klauspost/cpuid/v2 v2.2.10 // indirect
42+ github.com/klauspost/cpuid/v2 v2.3.0 // indirect
4243 github.com/leodido/go-urn v1.4.0 // indirect
4344 github.com/lib/pq v1.10.9 // indirect
4445 github.com/mattn/go-isatty v0.0.20 // indirect
@@ -47,19 +48,23 @@ require (
4748 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4849 github.com/modern-go/reflect2 v1.0.2 // indirect
4950 github.com/montanaflynn/stats v0.7.1 // indirect
50- github.com/pelletier/go-toml/v2 v2.2.3 // indirect
51+ github.com/pelletier/go-toml/v2 v2.2.4 // indirect
52+ github.com/quic-go/qpack v0.5.1 // indirect
53+ github.com/quic-go/quic-go v0.54.0 // indirect
5154 github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
52- github.com/ugorji/go/codec v1.2.12 // indirect
55+ github.com/ugorji/go/codec v1.3.0 // indirect
5356 github.com/xdg-go/pbkdf2 v1.0.0 // indirect
5457 github.com/xdg-go/scram v1.1.2 // indirect
5558 github.com/xdg-go/stringprep v1.0.4 // indirect
5659 github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
57- golang.org/x/arch v0.16.0 // indirect
58- golang.org/x/crypto v0.37.0 // indirect
59- golang.org/x/net v0.38.0 // indirect
60- golang.org/x/sync v0.13.0 // indirect
61- golang.org/x/sys v0.32.0 // indirect
62- golang.org/x/text v0.24.0 // indirect
63- google.golang.org/protobuf v1.36.6 // indirect
64- gopkg.in/yaml.v3 v3.0.1 // indirect
60+ go.uber.org/mock v0.5.0 // indirect
61+ golang.org/x/arch v0.20.0 // indirect
62+ golang.org/x/crypto v0.40.0 // indirect
63+ golang.org/x/mod v0.25.0 // indirect
64+ golang.org/x/net v0.42.0 // indirect
65+ golang.org/x/sync v0.16.0 // indirect
66+ golang.org/x/sys v0.35.0 // indirect
67+ golang.org/x/text v0.27.0 // indirect
68+ golang.org/x/tools v0.34.0 // indirect
69+ google.golang.org/protobuf v1.36.9 // indirect
6570)
0 commit comments