cronet: Fix start cleanup

This commit is contained in:
世界 2026-05-11 21:58:09 +08:00
parent 7b3a1de7bc
commit f0592034a6
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 94 additions and 94 deletions

View file

@ -1 +1 @@
92d97ac7e5afaca20df950d085839763e10ccaf6
e7f6f6f5b7ce226f686f6cb5d068a63da6657ccd

62
go.mod
View file

@ -31,8 +31,8 @@ require (
github.com/sagernet/asc-go v0.0.0-20241217030726-d563060fe4e1
github.com/sagernet/bbolt v0.0.0-20231014093535-ea5cb2fe9f0a
github.com/sagernet/cors v1.2.1
github.com/sagernet/cronet-go v0.0.0-20260505140453-33a9cf45ce16
github.com/sagernet/cronet-go/all v0.0.0-20260505140453-33a9cf45ce16
github.com/sagernet/cronet-go v0.0.0-20260511132223-8584e57d8c9c
github.com/sagernet/cronet-go/all v0.0.0-20260511132223-8584e57d8c9c
github.com/sagernet/fswatch v0.1.2
github.com/sagernet/gomobile v0.1.12
github.com/sagernet/gvisor v0.0.0-20250811.0-sing-box-mod.1
@ -109,35 +109,35 @@ require (
github.com/prometheus-community/pro-bing v0.4.0 // indirect
github.com/quic-go/qpack v0.6.0 // indirect
github.com/safchain/ethtool v0.3.0 // indirect
github.com/sagernet/cronet-go/lib/android_386 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/android_amd64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/android_arm v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/android_arm64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/darwin_amd64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/darwin_arm64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/ios_amd64_simulator v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/ios_arm64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/ios_arm64_simulator v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_386 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_386_musl v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_amd64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_amd64_musl v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_arm v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_arm64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_arm64_musl v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_arm_musl v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_loong64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_loong64_musl v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_mips64le v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_mipsle v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_mipsle_musl v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_riscv64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/linux_riscv64_musl v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/tvos_amd64_simulator v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/tvos_arm64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/tvos_arm64_simulator v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/windows_amd64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/windows_arm64 v0.0.0-20260505135725-f39085455d92 // indirect
github.com/sagernet/cronet-go/lib/android_386 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/android_amd64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/android_arm v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/android_arm64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/darwin_amd64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/darwin_arm64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/ios_amd64_simulator v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/ios_arm64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/ios_arm64_simulator v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_386 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_386_musl v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_amd64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_amd64_musl v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_arm v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_arm64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_arm64_musl v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_arm_musl v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_loong64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_loong64_musl v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_mips64le v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_mipsle v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_mipsle_musl v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_riscv64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/linux_riscv64_musl v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/tvos_amd64_simulator v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/tvos_arm64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/tvos_arm64_simulator v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/windows_amd64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/cronet-go/lib/windows_arm64 v0.0.0-20260511131435-f6b58ac3ef24 // indirect
github.com/sagernet/netlink v0.0.0-20240612041022-b9a21c07ac6a // indirect
github.com/sagernet/nftables v0.3.0-mod.2 // indirect
github.com/spf13/pflag v1.0.9 // indirect

124
go.sum
View file

@ -168,68 +168,68 @@ github.com/sagernet/bbolt v0.0.0-20231014093535-ea5cb2fe9f0a h1:+NkI2670SQpQWvkk
github.com/sagernet/bbolt v0.0.0-20231014093535-ea5cb2fe9f0a/go.mod h1:63s7jpZqcDAIpj8oI/1v4Izok+npJOHACFCU6+huCkM=
github.com/sagernet/cors v1.2.1 h1:Cv5Z8y9YSD6Gm+qSpNrL3LO4lD3eQVvbFYJSG7JCMHQ=
github.com/sagernet/cors v1.2.1/go.mod h1:O64VyOjjhrkLmQIjF4KGRrJO/5dVXFdpEmCW/eISRAI=
github.com/sagernet/cronet-go v0.0.0-20260505140453-33a9cf45ce16 h1:eq9/CwqNUIwK+9NjTZxVNyqnK0S9jSSNAC8+qZEmKAg=
github.com/sagernet/cronet-go v0.0.0-20260505140453-33a9cf45ce16/go.mod h1:T/mwtrpC4JlWfScw73CmSBvHzIvc7BatQ1MhRr+cYNw=
github.com/sagernet/cronet-go/all v0.0.0-20260505140453-33a9cf45ce16 h1:qZJownM+DPd/0b9hfIOWpwgQDiDGaUCBfnMqJ0HBwhE=
github.com/sagernet/cronet-go/all v0.0.0-20260505140453-33a9cf45ce16/go.mod h1:WowirEFpH2FsoRqJuJEypNd8Rfo/Tx1pe2fi0xI3BTs=
github.com/sagernet/cronet-go/lib/android_386 v0.0.0-20260505135725-f39085455d92 h1:/6JbsIpOeCA4Nc5wj+MCxq3zLp0UAt+D9l2eoGuyMBU=
github.com/sagernet/cronet-go/lib/android_386 v0.0.0-20260505135725-f39085455d92/go.mod h1:XXDwdjX/T8xftoeJxQmbBoYXZp8MAPFR2CwbFuTpEtw=
github.com/sagernet/cronet-go/lib/android_amd64 v0.0.0-20260505135725-f39085455d92 h1:m1xmxBeOvWiFE79t765TfQ9r98RjDieCtpXRJ1Kd7hY=
github.com/sagernet/cronet-go/lib/android_amd64 v0.0.0-20260505135725-f39085455d92/go.mod h1:iNiUGoLtnr8/JTuVNj7XJbmpOAp2C6+B81KDrPxwaZM=
github.com/sagernet/cronet-go/lib/android_arm v0.0.0-20260505135725-f39085455d92 h1:n7edaokpJS5NwAwku9f5dwo+PsokobHtArBMRNH4v9I=
github.com/sagernet/cronet-go/lib/android_arm v0.0.0-20260505135725-f39085455d92/go.mod h1:19ILNUOGIzRdOqa2mq+iY0JoHxuieB7/lnjYeaA2vEc=
github.com/sagernet/cronet-go/lib/android_arm64 v0.0.0-20260505135725-f39085455d92 h1:KF4AjWLN101YTFU5hZeiz+2qSOl5r1ORbqTEThbCJ3g=
github.com/sagernet/cronet-go/lib/android_arm64 v0.0.0-20260505135725-f39085455d92/go.mod h1:JxzGyQf94Cr6sBShKqODGDyRUlESfJK/Njcz9Lz6qMQ=
github.com/sagernet/cronet-go/lib/darwin_amd64 v0.0.0-20260505135725-f39085455d92 h1:Eoc4tM+hMA7rRZYhw/CQTTC+vKdhGEr23r4BScS2ARs=
github.com/sagernet/cronet-go/lib/darwin_amd64 v0.0.0-20260505135725-f39085455d92/go.mod h1:KN+9T9TBycGOLzmKU4QdcHAJEj6Nlx48ifnlTvvHMvs=
github.com/sagernet/cronet-go/lib/darwin_arm64 v0.0.0-20260505135725-f39085455d92 h1:yLELJ2IsddWqIhttuvAInIk9FPgsg9EJBZwlgf9pbB0=
github.com/sagernet/cronet-go/lib/darwin_arm64 v0.0.0-20260505135725-f39085455d92/go.mod h1:kojvtUc29KKnk8hs2QIANynVR59921SnGWA9kXohHc0=
github.com/sagernet/cronet-go/lib/ios_amd64_simulator v0.0.0-20260505135725-f39085455d92 h1:uNn7Fxl5HLtAElXzuZmg8APaDCHnM54VzMPqbke5x+8=
github.com/sagernet/cronet-go/lib/ios_amd64_simulator v0.0.0-20260505135725-f39085455d92/go.mod h1:hkQzRE5GDbaH1/ioqYh0Taho4L6i0yLRCVEZ5xHz5M0=
github.com/sagernet/cronet-go/lib/ios_arm64 v0.0.0-20260505135725-f39085455d92 h1:H3oCO8x27JPAsdpgJn39WOVc44gHDVJ6Us1hhY9rr2Y=
github.com/sagernet/cronet-go/lib/ios_arm64 v0.0.0-20260505135725-f39085455d92/go.mod h1:tzVJFTOm66UxLxy6K0ZN5Ic2PC79e+sKKnt+V9puEa4=
github.com/sagernet/cronet-go/lib/ios_arm64_simulator v0.0.0-20260505135725-f39085455d92 h1:orfOCA/o1ranJcZ8KPAWCI+IIEgQG45GSK6oztG1Fdc=
github.com/sagernet/cronet-go/lib/ios_arm64_simulator v0.0.0-20260505135725-f39085455d92/go.mod h1:M/pN6m3j0HFU6/y83n0HU6GLYys3tYdr/xTE8hVEGMo=
github.com/sagernet/cronet-go/lib/linux_386 v0.0.0-20260505135725-f39085455d92 h1:s9QrD5N0VgHIrphiH9VUvIAoO1AFpvdom6Ulpj/injM=
github.com/sagernet/cronet-go/lib/linux_386 v0.0.0-20260505135725-f39085455d92/go.mod h1:cGh5hO6eljCo6KMQ/Cel8Xgq4+etL0awZLRBDVG1EZQ=
github.com/sagernet/cronet-go/lib/linux_386_musl v0.0.0-20260505135725-f39085455d92 h1:87uZhvYpHuDsWOd9RUQ+E0E2op+pkWn2WuniYHzHfyA=
github.com/sagernet/cronet-go/lib/linux_386_musl v0.0.0-20260505135725-f39085455d92/go.mod h1:JFE0/cxaKkx0wqPMZU7MgaplQlU0zudv82dROJjClKU=
github.com/sagernet/cronet-go/lib/linux_amd64 v0.0.0-20260505135725-f39085455d92 h1:BmZdqfos9MJNZoa3vuSMI+ZhvAKQX6zuTn8k1cMGGjQ=
github.com/sagernet/cronet-go/lib/linux_amd64 v0.0.0-20260505135725-f39085455d92/go.mod h1:vU8VftFeSt7fURCa3JXD6+k6ss1YAX+idQjPvHmJ2tI=
github.com/sagernet/cronet-go/lib/linux_amd64_musl v0.0.0-20260505135725-f39085455d92 h1:q4AxdtpMXS+v2xsGqR7cLL4YYqZDFGT3kjV/8z6G9xc=
github.com/sagernet/cronet-go/lib/linux_amd64_musl v0.0.0-20260505135725-f39085455d92/go.mod h1:vCe4OUuL+XOUge9v3MyTD45BnuAXiH+DkjN9quDXJzQ=
github.com/sagernet/cronet-go/lib/linux_arm v0.0.0-20260505135725-f39085455d92 h1:QPnGHp7XOYMs5GoSlrePaipTFufPcjKGnUicTBLdT3s=
github.com/sagernet/cronet-go/lib/linux_arm v0.0.0-20260505135725-f39085455d92/go.mod h1:w9amBWrvjtohQzBGCKJ7LCh22LhTIJs4sE7cYaKQzM0=
github.com/sagernet/cronet-go/lib/linux_arm64 v0.0.0-20260505135725-f39085455d92 h1:5CpZFrfXMdWvDTAmuTRoSyY6MSHHvuGvt+ZMUztxts8=
github.com/sagernet/cronet-go/lib/linux_arm64 v0.0.0-20260505135725-f39085455d92/go.mod h1:TqlsFtcYS/etTeck46kHBeT8Le0Igw1Q/AV88UnMS3s=
github.com/sagernet/cronet-go/lib/linux_arm64_musl v0.0.0-20260505135725-f39085455d92 h1:NpigJfFJxtNQxaArUvHfcmxexV/rxF7ExCZf4K5XSJg=
github.com/sagernet/cronet-go/lib/linux_arm64_musl v0.0.0-20260505135725-f39085455d92/go.mod h1:B6Qd0vys8sv9OKVRN6J9RqDzYRGE938Fb2zrYdBDyTQ=
github.com/sagernet/cronet-go/lib/linux_arm_musl v0.0.0-20260505135725-f39085455d92 h1:pbhDbfxKjTpDSQyOW7cTHC0JhKGRgkgSH3FPLYKvl8A=
github.com/sagernet/cronet-go/lib/linux_arm_musl v0.0.0-20260505135725-f39085455d92/go.mod h1:3tXMMFY7AHugOVBZ5Al7cL7JKsnFOe5bMVr0hZPk3ow=
github.com/sagernet/cronet-go/lib/linux_loong64 v0.0.0-20260505135725-f39085455d92 h1:Chv2n6Dvqt9owso1NRVM8muhxq1nOQM1jHh0Ip8Ak3g=
github.com/sagernet/cronet-go/lib/linux_loong64 v0.0.0-20260505135725-f39085455d92/go.mod h1:Wt5uFdU3tnmm8YzobYewwdF7Mt6SucRQg6xeTNWC3Tk=
github.com/sagernet/cronet-go/lib/linux_loong64_musl v0.0.0-20260505135725-f39085455d92 h1:tNJLTPx61AZ8V3ilCAwkkIlo8rWQGaaawYsrhnyOt+8=
github.com/sagernet/cronet-go/lib/linux_loong64_musl v0.0.0-20260505135725-f39085455d92/go.mod h1:lyIF6wKBLwWa5ZXaAKbAoewewl+yCHo2iYev39Mbj4E=
github.com/sagernet/cronet-go/lib/linux_mips64le v0.0.0-20260505135725-f39085455d92 h1:2Ggy52AQqWhV+zNjhrUNgn3OFxLffdDkjYretEP5PuM=
github.com/sagernet/cronet-go/lib/linux_mips64le v0.0.0-20260505135725-f39085455d92/go.mod h1:H46PnSTTZNcZokLLiDeMDaHiS1l14PH3tzWi0eykjD8=
github.com/sagernet/cronet-go/lib/linux_mipsle v0.0.0-20260505135725-f39085455d92 h1:m16yOJQkkyo5LDnTi8JlMgNzCzinEVuGOXcWrHXFbNw=
github.com/sagernet/cronet-go/lib/linux_mipsle v0.0.0-20260505135725-f39085455d92/go.mod h1:RBhSUDAKWq7fswtV4nQUQhuaTLcX3ettR7teA7/yf2w=
github.com/sagernet/cronet-go/lib/linux_mipsle_musl v0.0.0-20260505135725-f39085455d92 h1:GUM5+vkxf7jJhLneLGZjMBNGX7z12kDhn65jYreYRTo=
github.com/sagernet/cronet-go/lib/linux_mipsle_musl v0.0.0-20260505135725-f39085455d92/go.mod h1:wRzoIOGG4xbpp3Gh3triLKwMwYriScXzFtunLYhY4w0=
github.com/sagernet/cronet-go/lib/linux_riscv64 v0.0.0-20260505135725-f39085455d92 h1:6dvaguIY7qF0Mf/GZ3D0KAjz2GA0fRqmSjfzZ9FEWiU=
github.com/sagernet/cronet-go/lib/linux_riscv64 v0.0.0-20260505135725-f39085455d92/go.mod h1:LNiZXmWil1OPwKCheqQjtakZlJuKGFz+iv2eGF76Hhs=
github.com/sagernet/cronet-go/lib/linux_riscv64_musl v0.0.0-20260505135725-f39085455d92 h1:UWURfgvjks/PGG1yO1q48A58kMzpgdQ1e5/w73FtqNQ=
github.com/sagernet/cronet-go/lib/linux_riscv64_musl v0.0.0-20260505135725-f39085455d92/go.mod h1:YFDGKTkpkJGc5+hnX/RYosZyTWg9h+68VB55fYRRLYc=
github.com/sagernet/cronet-go/lib/tvos_amd64_simulator v0.0.0-20260505135725-f39085455d92 h1:fpueIFNflXSXm2PjTOmLR4dhdNUc3CHq0HkyTYdGJ1w=
github.com/sagernet/cronet-go/lib/tvos_amd64_simulator v0.0.0-20260505135725-f39085455d92/go.mod h1:aaX0YGl8nhGmfRWI8bc3BtDjY8Vzx6O0cS/e1uqxDq4=
github.com/sagernet/cronet-go/lib/tvos_arm64 v0.0.0-20260505135725-f39085455d92 h1:qCFCL4s2TCoScRi2xAkBnp5Jh2n67j0yGIDNy/7KJRI=
github.com/sagernet/cronet-go/lib/tvos_arm64 v0.0.0-20260505135725-f39085455d92/go.mod h1:EdzMKA96xITc42QEI+ct4SwqX8Dn3ltKK8wzdkLWpSc=
github.com/sagernet/cronet-go/lib/tvos_arm64_simulator v0.0.0-20260505135725-f39085455d92 h1:ho/o2GydFvAjuxM76a2I/1f2kukK/6usa6fGus93ROk=
github.com/sagernet/cronet-go/lib/tvos_arm64_simulator v0.0.0-20260505135725-f39085455d92/go.mod h1:qix4kv1TTAJ5tY4lJ9vjhe9EY4mM+B7H5giOhbxDVcc=
github.com/sagernet/cronet-go/lib/windows_amd64 v0.0.0-20260505135725-f39085455d92 h1:sFbVqze7871HseJVZtAVkRd/6rnk7aF1bO97cX/sV7w=
github.com/sagernet/cronet-go/lib/windows_amd64 v0.0.0-20260505135725-f39085455d92/go.mod h1:lm9w/oCCRyBiUa3G8lDQTT8x/ONUvgVR2iV9fVzUZB8=
github.com/sagernet/cronet-go/lib/windows_arm64 v0.0.0-20260505135725-f39085455d92 h1:2V3z9vsVf/jBm+acgCEDRONpf/zfrGSGXLnD69ub16Y=
github.com/sagernet/cronet-go/lib/windows_arm64 v0.0.0-20260505135725-f39085455d92/go.mod h1:n34YyLgapgjWdKa0IoeczjAFCwD3/dxbsH5sucKw0bw=
github.com/sagernet/cronet-go v0.0.0-20260511132223-8584e57d8c9c h1:Vc1u5tPXVUex0wwYzfcV8TlXIHcKcfDyE9ngfWzh3iw=
github.com/sagernet/cronet-go v0.0.0-20260511132223-8584e57d8c9c/go.mod h1:T/mwtrpC4JlWfScw73CmSBvHzIvc7BatQ1MhRr+cYNw=
github.com/sagernet/cronet-go/all v0.0.0-20260511132223-8584e57d8c9c h1:ALV2gKO0QR9KVvb1t6dmaF9C4TSkXzoXnjzM2vli7U4=
github.com/sagernet/cronet-go/all v0.0.0-20260511132223-8584e57d8c9c/go.mod h1:c6CQ9Mg+YAUfTgG6pavyP+DCoyD4rUXK/NGPEzGBO5w=
github.com/sagernet/cronet-go/lib/android_386 v0.0.0-20260511131435-f6b58ac3ef24 h1:Quk9xxZ1bAN7j5j7xvP2ALHk+4cWCIAuxyJsdeJzr+k=
github.com/sagernet/cronet-go/lib/android_386 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:XXDwdjX/T8xftoeJxQmbBoYXZp8MAPFR2CwbFuTpEtw=
github.com/sagernet/cronet-go/lib/android_amd64 v0.0.0-20260511131435-f6b58ac3ef24 h1:CPgOjpPtMOK1wxDC8BxVc9+dOsa9E8cZOWXNoVp8jSk=
github.com/sagernet/cronet-go/lib/android_amd64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:iNiUGoLtnr8/JTuVNj7XJbmpOAp2C6+B81KDrPxwaZM=
github.com/sagernet/cronet-go/lib/android_arm v0.0.0-20260511131435-f6b58ac3ef24 h1:6wW+5lzrLGVOaipa8MmWOiaEor4Azm7GSoyxhO10hGQ=
github.com/sagernet/cronet-go/lib/android_arm v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:19ILNUOGIzRdOqa2mq+iY0JoHxuieB7/lnjYeaA2vEc=
github.com/sagernet/cronet-go/lib/android_arm64 v0.0.0-20260511131435-f6b58ac3ef24 h1:PGQQoF8LJv1bLPCsZUUgt13mBAvnyBoJZfmYgBn7UO0=
github.com/sagernet/cronet-go/lib/android_arm64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:JxzGyQf94Cr6sBShKqODGDyRUlESfJK/Njcz9Lz6qMQ=
github.com/sagernet/cronet-go/lib/darwin_amd64 v0.0.0-20260511131435-f6b58ac3ef24 h1:JHSEpItTeG4hsEVMqsL6+FSximT0/WlzQgZd7lAn9j4=
github.com/sagernet/cronet-go/lib/darwin_amd64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:KN+9T9TBycGOLzmKU4QdcHAJEj6Nlx48ifnlTvvHMvs=
github.com/sagernet/cronet-go/lib/darwin_arm64 v0.0.0-20260511131435-f6b58ac3ef24 h1:TmaXryugo7HW2vIVMfV12rRjCkVcrG4/nmloNirljbA=
github.com/sagernet/cronet-go/lib/darwin_arm64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:kojvtUc29KKnk8hs2QIANynVR59921SnGWA9kXohHc0=
github.com/sagernet/cronet-go/lib/ios_amd64_simulator v0.0.0-20260511131435-f6b58ac3ef24 h1:TOx4KM6CIdYJIy4NjYoKDN7Ru8G+NWJQSdF5tFVJtAw=
github.com/sagernet/cronet-go/lib/ios_amd64_simulator v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:hkQzRE5GDbaH1/ioqYh0Taho4L6i0yLRCVEZ5xHz5M0=
github.com/sagernet/cronet-go/lib/ios_arm64 v0.0.0-20260511131435-f6b58ac3ef24 h1:l3iMHZqpcn64+VSRu2T5CXcZFEAL7RAnTFhbRux2/Ec=
github.com/sagernet/cronet-go/lib/ios_arm64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:tzVJFTOm66UxLxy6K0ZN5Ic2PC79e+sKKnt+V9puEa4=
github.com/sagernet/cronet-go/lib/ios_arm64_simulator v0.0.0-20260511131435-f6b58ac3ef24 h1:0FsWYWgHy4jTeKnaEz+oSVGQFJXvJcDrjq1+N96jxGM=
github.com/sagernet/cronet-go/lib/ios_arm64_simulator v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:M/pN6m3j0HFU6/y83n0HU6GLYys3tYdr/xTE8hVEGMo=
github.com/sagernet/cronet-go/lib/linux_386 v0.0.0-20260511131435-f6b58ac3ef24 h1:2pO/rcMODOH9w5hI4J5xGVu3pv5+HFpfr7piuUZIGAU=
github.com/sagernet/cronet-go/lib/linux_386 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:cGh5hO6eljCo6KMQ/Cel8Xgq4+etL0awZLRBDVG1EZQ=
github.com/sagernet/cronet-go/lib/linux_386_musl v0.0.0-20260511131435-f6b58ac3ef24 h1:G9aD7qmMY0UgEHxgoeQib8TKbmHQvtPz0nXIYbG95xA=
github.com/sagernet/cronet-go/lib/linux_386_musl v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:JFE0/cxaKkx0wqPMZU7MgaplQlU0zudv82dROJjClKU=
github.com/sagernet/cronet-go/lib/linux_amd64 v0.0.0-20260511131435-f6b58ac3ef24 h1:BpJVJuzrjnFz1WStVXM911pYYeufOO0xG+jqhiQCTUo=
github.com/sagernet/cronet-go/lib/linux_amd64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:vU8VftFeSt7fURCa3JXD6+k6ss1YAX+idQjPvHmJ2tI=
github.com/sagernet/cronet-go/lib/linux_amd64_musl v0.0.0-20260511131435-f6b58ac3ef24 h1:lzlgU8UyqZerT/LO8S2dUdnoAawHFyFM/Ajv6qOhZ0Y=
github.com/sagernet/cronet-go/lib/linux_amd64_musl v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:vCe4OUuL+XOUge9v3MyTD45BnuAXiH+DkjN9quDXJzQ=
github.com/sagernet/cronet-go/lib/linux_arm v0.0.0-20260511131435-f6b58ac3ef24 h1:+8bXZneY6Ivr4l2d8h4LpQ8ucOpmL71tuTiyIbsXAfY=
github.com/sagernet/cronet-go/lib/linux_arm v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:w9amBWrvjtohQzBGCKJ7LCh22LhTIJs4sE7cYaKQzM0=
github.com/sagernet/cronet-go/lib/linux_arm64 v0.0.0-20260511131435-f6b58ac3ef24 h1:hQYTLrzCny4DAVu+GAnR2m4lFKoP88zp7M5iCFNlLSE=
github.com/sagernet/cronet-go/lib/linux_arm64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:TqlsFtcYS/etTeck46kHBeT8Le0Igw1Q/AV88UnMS3s=
github.com/sagernet/cronet-go/lib/linux_arm64_musl v0.0.0-20260511131435-f6b58ac3ef24 h1:WLq7ZKWDEKWuquRt3lUyFFm6ntXrbg56gKu0V1Fu6eQ=
github.com/sagernet/cronet-go/lib/linux_arm64_musl v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:B6Qd0vys8sv9OKVRN6J9RqDzYRGE938Fb2zrYdBDyTQ=
github.com/sagernet/cronet-go/lib/linux_arm_musl v0.0.0-20260511131435-f6b58ac3ef24 h1:bUsncZnKl74X2gx1EZpcMiVIJp4ZSheA7fR6YwbIhEs=
github.com/sagernet/cronet-go/lib/linux_arm_musl v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:3tXMMFY7AHugOVBZ5Al7cL7JKsnFOe5bMVr0hZPk3ow=
github.com/sagernet/cronet-go/lib/linux_loong64 v0.0.0-20260511131435-f6b58ac3ef24 h1:DYX0LmEP2dbwo4MDcVeUJMNDNjaSLG71CX+yupkgRXQ=
github.com/sagernet/cronet-go/lib/linux_loong64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:Wt5uFdU3tnmm8YzobYewwdF7Mt6SucRQg6xeTNWC3Tk=
github.com/sagernet/cronet-go/lib/linux_loong64_musl v0.0.0-20260511131435-f6b58ac3ef24 h1:2pPqZD/A93M2Fs7hL7kDpPNg73uS3+mDmYcKTIFKJO4=
github.com/sagernet/cronet-go/lib/linux_loong64_musl v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:lyIF6wKBLwWa5ZXaAKbAoewewl+yCHo2iYev39Mbj4E=
github.com/sagernet/cronet-go/lib/linux_mips64le v0.0.0-20260511131435-f6b58ac3ef24 h1:L8irBcbcMe4QMG4FtcGpOOsuLA7inqe55BkhjHX8QeM=
github.com/sagernet/cronet-go/lib/linux_mips64le v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:H46PnSTTZNcZokLLiDeMDaHiS1l14PH3tzWi0eykjD8=
github.com/sagernet/cronet-go/lib/linux_mipsle v0.0.0-20260511131435-f6b58ac3ef24 h1:4voROLdyI4y+QYa60iYdIWn2sdzPMVlKRwnKMUp+2ps=
github.com/sagernet/cronet-go/lib/linux_mipsle v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:RBhSUDAKWq7fswtV4nQUQhuaTLcX3ettR7teA7/yf2w=
github.com/sagernet/cronet-go/lib/linux_mipsle_musl v0.0.0-20260511131435-f6b58ac3ef24 h1:rDAGN8YCTKV2U3Tcmi38UmEO3pTwqYc6b59eud3wW58=
github.com/sagernet/cronet-go/lib/linux_mipsle_musl v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:wRzoIOGG4xbpp3Gh3triLKwMwYriScXzFtunLYhY4w0=
github.com/sagernet/cronet-go/lib/linux_riscv64 v0.0.0-20260511131435-f6b58ac3ef24 h1:n99kKYMwhyT1xDYVfbHps7m9J2uRi0ovILDw0m/aPho=
github.com/sagernet/cronet-go/lib/linux_riscv64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:LNiZXmWil1OPwKCheqQjtakZlJuKGFz+iv2eGF76Hhs=
github.com/sagernet/cronet-go/lib/linux_riscv64_musl v0.0.0-20260511131435-f6b58ac3ef24 h1:3r2e30PBKckpLVNGOYgmDIGLLG+sWK3bgVRRI4hfwpU=
github.com/sagernet/cronet-go/lib/linux_riscv64_musl v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:YFDGKTkpkJGc5+hnX/RYosZyTWg9h+68VB55fYRRLYc=
github.com/sagernet/cronet-go/lib/tvos_amd64_simulator v0.0.0-20260511131435-f6b58ac3ef24 h1:SHPkPUIFBkfwWHpHS8/79t2bUvvKfCIkM+yD9gWiOv8=
github.com/sagernet/cronet-go/lib/tvos_amd64_simulator v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:aaX0YGl8nhGmfRWI8bc3BtDjY8Vzx6O0cS/e1uqxDq4=
github.com/sagernet/cronet-go/lib/tvos_arm64 v0.0.0-20260511131435-f6b58ac3ef24 h1:2bgmysC7jdQHcN972DBLIQdbOIJ9RzatqpupiEQgd1k=
github.com/sagernet/cronet-go/lib/tvos_arm64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:EdzMKA96xITc42QEI+ct4SwqX8Dn3ltKK8wzdkLWpSc=
github.com/sagernet/cronet-go/lib/tvos_arm64_simulator v0.0.0-20260511131435-f6b58ac3ef24 h1:7rYi2soP3ox/MKqUM1VCVvIQBEADv6TLdI2SGIgkzu4=
github.com/sagernet/cronet-go/lib/tvos_arm64_simulator v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:qix4kv1TTAJ5tY4lJ9vjhe9EY4mM+B7H5giOhbxDVcc=
github.com/sagernet/cronet-go/lib/windows_amd64 v0.0.0-20260511131435-f6b58ac3ef24 h1:oGO8sSwbhE+mOj6laS+HuIp4kx56d6eh+t7/fscLOw8=
github.com/sagernet/cronet-go/lib/windows_amd64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:lm9w/oCCRyBiUa3G8lDQTT8x/ONUvgVR2iV9fVzUZB8=
github.com/sagernet/cronet-go/lib/windows_arm64 v0.0.0-20260511131435-f6b58ac3ef24 h1:2htmtFeP9nJKtNUljXLDyWzxFfWM7cnApQY76V8uxPA=
github.com/sagernet/cronet-go/lib/windows_arm64 v0.0.0-20260511131435-f6b58ac3ef24/go.mod h1:n34YyLgapgjWdKa0IoeczjAFCwD3/dxbsH5sucKw0bw=
github.com/sagernet/fswatch v0.1.2 h1:/TT7k4mkce1qFPxamLO842WjqBgbTBiXP2mlUjp9PFk=
github.com/sagernet/fswatch v0.1.2/go.mod h1:5BpGmpUQVd3Mc5r313HRpvADHRg3/rKn5QbwFteB880=
github.com/sagernet/gomobile v0.1.12 h1:XwzjZaclFF96deLqwAgK8gU3w0M2A8qxgDmhV+A0wjg=