diff --git a/go.mod b/go.mod index 1a930b7..7896974 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24 require ( github.com/google/go-github/v45 v45.2.0 github.com/sagernet/sing v0.6.11 - github.com/sagernet/sing-box v1.11.14 + github.com/sagernet/sing-box v1.11.15 github.com/sethvargo/go-githubactions v1.3.1 github.com/v2fly/v2ray-core/v5 v5.34.0 google.golang.org/protobuf v1.36.6 @@ -17,7 +17,7 @@ require ( github.com/google/go-querystring v1.1.0 // indirect github.com/logrusorgru/aurora v2.0.3+incompatible // indirect github.com/miekg/dns v1.1.66 // indirect - github.com/sagernet/sing-dns v0.4.5 // indirect + github.com/sagernet/sing-dns v0.4.6 // indirect go4.org/netipx v0.0.0-20231129151722-fdeea329fbba // indirect golang.org/x/crypto v0.39.0 // indirect golang.org/x/mod v0.25.0 // indirect diff --git a/go.sum b/go.sum index c2c5caa..2c3ba1c 100644 --- a/go.sum +++ b/go.sum @@ -25,10 +25,10 @@ github.com/sagernet/quic-go v0.49.0-beta.1 h1:3LdoCzVVfYRibZns1tYWSIoB65fpTmrwy+ github.com/sagernet/quic-go v0.49.0-beta.1/go.mod h1:uesWD1Ihrldq1M3XtjuEvIUqi8WHNsRs71b3Lt1+p/U= github.com/sagernet/sing v0.6.11 h1:BXYwLYw2srH1Kdp1vlZgrK+1lAan5i2UdZ4lPWqEgUU= github.com/sagernet/sing v0.6.11/go.mod h1:ARkL0gM13/Iv5VCZmci/NuoOlePoIsW0m7BWfln/Hak= -github.com/sagernet/sing-box v1.11.14 h1:DPl1cqB6bwiKKPx4pVfeR+WEdfsiu5uXY08hH5vEFoM= -github.com/sagernet/sing-box v1.11.14/go.mod h1:UMwVTK6uaUZ9WV+TM2fGuLpeQphysQ5dwK2r/Wp4xBE= -github.com/sagernet/sing-dns v0.4.5 h1:D9REN14qx2FTrZRBrtFLL99f2CuFzQ9S7mIf8uV5hZI= -github.com/sagernet/sing-dns v0.4.5/go.mod h1:dweQs54ng2YGzoJfz+F9dGuDNdP5pJ3PLeggnK5VWc8= +github.com/sagernet/sing-box v1.11.15 h1:K4IK4U3DBQYmRJVYQE/NdsKW5ezqG3BMiF6sQGhWZHY= +github.com/sagernet/sing-box v1.11.15/go.mod h1:E/V6629+bJOeU3HvW0IUCjF0x4UFyq+82jMZoHxxozw= +github.com/sagernet/sing-dns v0.4.6 h1:mjZC0o6d5sQ1sraoOBbK3G3apCbuL8wWYwu2RNu5rbM= +github.com/sagernet/sing-dns v0.4.6/go.mod h1:dweQs54ng2YGzoJfz+F9dGuDNdP5pJ3PLeggnK5VWc8= github.com/sethvargo/go-githubactions v1.3.1 h1:rlwwLRUaunWLQ1aN2o5Y+3s0xhaTC30YObCnilRx448= github.com/sethvargo/go-githubactions v1.3.1/go.mod h1:7/4WeHgYfSz9U5vwuToCK9KPnELVHAhGtRwLREOQV80= github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=