diff --git a/go.mod b/go.mod index ff791a1..90322ea 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/maxmind/mmdbwriter v1.2.0 github.com/oschwald/geoip2-golang/v2 v2.1.0 github.com/oschwald/maxminddb-golang/v2 v2.1.1 - github.com/sagernet/sing-box v1.13.6 + github.com/sagernet/sing-box v1.13.7 github.com/spf13/cobra v1.10.2 github.com/tailscale/hujson v0.0.0-20260302212456-ecc657c15afd github.com/tidwall/gjson v1.18.0 diff --git a/go.sum b/go.sum index 9192a8e..2f9e01c 100644 --- a/go.sum +++ b/go.sum @@ -20,8 +20,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/sagernet/sing v0.8.4 h1:Fj+jlY3F8vhcRfz/G/P3Dwcs5wqnmyNPT7u1RVVmjFI= github.com/sagernet/sing v0.8.4/go.mod h1:ARkL0gM13/Iv5VCZmci/NuoOlePoIsW0m7BWfln/Hak= -github.com/sagernet/sing-box v1.13.6 h1:pepbN/H21q/utt3wJO1ODGgNjpVPquDfJImt2/WLVIc= -github.com/sagernet/sing-box v1.13.6/go.mod h1:qvBNod0M6lsylxJncZaDQRk2z4qqxwGa6PFX0R3g+50= +github.com/sagernet/sing-box v1.13.7 h1:ZTGTe5yemfUrvZx8jLXSAW4pbTKNNio7/tL3M3j8sI0= +github.com/sagernet/sing-box v1.13.7/go.mod h1:Di6rbMDc7GQxF1SrUlIsneX8gNte8ODTCJ2hwb+kJ2I= github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU= github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4= github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=