Skip to content

Commit 413ae0c

Browse files
Bump github.com/sagernet/sing from 0.5.1 to 0.7.10
Bumps [github.com/sagernet/sing](https://github.com/sagernet/sing) from 0.5.1 to 0.7.10. - [Commits](SagerNet/sing@v0.5.1...v0.7.10) --- updated-dependencies: - dependency-name: github.com/sagernet/sing dependency-version: 0.7.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32acf64 commit 413ae0c

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,16 @@ require (
1010
github.com/google/go-cmp v0.7.0
1111
github.com/gorilla/websocket v1.5.3
1212
github.com/miekg/dns v1.1.66
13+
github.com/pedroalbanese/gogost v0.0.0-20250117160715-44a1f1ec2524
1314
github.com/pelletier/go-toml v1.9.5
1415
github.com/pires/go-proxyproto v0.8.1
1516
github.com/quic-go/quic-go v0.52.0
1617
github.com/refraction-networking/utls v1.7.3
17-
github.com/sagernet/sing v0.5.1
18+
github.com/sagernet/sing v0.7.10
1819
github.com/sagernet/sing-shadowsocks v0.2.7
1920
github.com/seiflotfy/cuckoofilter v0.0.0-20240715131351-a2f2c23f1771
2021
github.com/stretchr/testify v1.10.0
22+
github.com/tjfoc/gmsm v1.4.1
2123
github.com/v2fly/ss-bloomring v0.0.0-20210312155135-28617310f63e
2224
github.com/vishvananda/netlink v1.3.1
2325
github.com/xtls/reality v0.0.0-20250608132114-50752aec6bfb
@@ -38,19 +40,16 @@ require (
3840
github.com/andybalholm/brotli v1.1.0 // indirect
3941
github.com/davecgh/go-spew v1.1.1 // indirect
4042
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 // indirect
41-
github.com/emmansun/gmsm v0.30.1 // indirect
4243
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
4344
github.com/google/btree v1.1.2 // indirect
4445
github.com/google/pprof v0.0.0-20240528025155-186aa0362fba // indirect
4546
github.com/juju/ratelimit v1.0.2 // indirect
4647
github.com/klauspost/compress v1.17.8 // indirect
4748
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
4849
github.com/onsi/ginkgo/v2 v2.19.0 // indirect
49-
github.com/pedroalbanese/gogost v0.0.0-20250117160715-44a1f1ec2524 // indirect
5050
github.com/pmezard/go-difflib v1.0.0 // indirect
5151
github.com/quic-go/qpack v0.5.1 // indirect
5252
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 // indirect
53-
github.com/tjfoc/gmsm v1.4.1 // indirect
5453
github.com/vishvananda/netns v0.0.5 // indirect
5554
go.uber.org/mock v0.5.0 // indirect
5655
golang.org/x/mod v0.25.0 // indirect

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
1515
github.com/dgryski/go-metro v0.0.0-20200812162917-85c65e2d0165/go.mod h1:c9O8+fpSOX1DM8cPNSkX/qsBWdkD4yd2dpciOWQjpBw=
1616
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140 h1:y7y0Oa6UawqTFPCDw9JG6pdKt4F9pAhHv0B7FMGaGD0=
1717
github.com/dgryski/go-metro v0.0.0-20211217172704-adc40b04c140/go.mod h1:c9O8+fpSOX1DM8cPNSkX/qsBWdkD4yd2dpciOWQjpBw=
18-
github.com/emmansun/gmsm v0.30.1 h1:IEBk+r4hcfVviNH1Q8KlMfreeIUnhZchMtsAgc7MsSI=
19-
github.com/emmansun/gmsm v0.30.1/go.mod h1:XRXzKUpqVGZy9ynVKPE8xFuKaPi8jtzk4ZEFG6/WewY=
2018
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
2119
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
2220
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
@@ -90,8 +88,8 @@ github.com/refraction-networking/utls v1.7.3 h1:L0WRhHY7Oq1T0zkdzVZMR6zWZv+sXbHB
9088
github.com/refraction-networking/utls v1.7.3/go.mod h1:TUhh27RHMGtQvjQq+RyO11P6ZNQNBb3N0v7wsEjKAIQ=
9189
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3 h1:f/FNXud6gA3MNr8meMVVGxhp+QBTqY91tM8HjEuMjGg=
9290
github.com/riobard/go-bloom v0.0.0-20200614022211-cdc8013cb5b3/go.mod h1:HgjTstvQsPGkxUsCd2KWxErBblirPizecHcpD3ffK+s=
93-
github.com/sagernet/sing v0.5.1 h1:mhL/MZVq0TjuvHcpYcFtmSD1BFOxZ/+8ofbNZcg1k1Y=
94-
github.com/sagernet/sing v0.5.1/go.mod h1:ARkL0gM13/Iv5VCZmci/NuoOlePoIsW0m7BWfln/Hak=
91+
github.com/sagernet/sing v0.7.10 h1:2yPhZFx+EkyHPH8hXNezgyRSHyGY12CboId7CtwLROw=
92+
github.com/sagernet/sing v0.7.10/go.mod h1:ARkL0gM13/Iv5VCZmci/NuoOlePoIsW0m7BWfln/Hak=
9593
github.com/sagernet/sing-shadowsocks v0.2.7 h1:zaopR1tbHEw5Nk6FAkM05wCslV6ahVegEZaKMv9ipx8=
9694
github.com/sagernet/sing-shadowsocks v0.2.7/go.mod h1:0rIKJZBR65Qi0zwdKezt4s57y/Tl1ofkaq6NlkzVuyE=
9795
github.com/seiflotfy/cuckoofilter v0.0.0-20240715131351-a2f2c23f1771 h1:emzAzMZ1L9iaKCTxdy3Em8Wv4ChIAGnfiz18Cda70g4=

0 commit comments

Comments
 (0)