@@ -14,7 +14,6 @@ require (
1414 github.com/go-chi/render v1.0.3
1515 github.com/godbus/dbus/v5 v5.2.2
1616 github.com/gofrs/uuid/v5 v5.4.0
17- github.com/google/uuid v1.6.0
1817 github.com/insomniacslk/dhcp v0.0.0-20260220084031-5adc3eb26f91
1918 github.com/jsimonetti/rtnetlink v1.4.0
2019 github.com/keybase/go-keychain v0.0.1
@@ -38,13 +37,14 @@ require (
3837 github.com/sagernet/gomobile v0.1.12
3938 github.com/sagernet/gvisor v0.0.0-20250811.0-sing-box-mod.1
4039 github.com/sagernet/quic-go v0.59.0-sing-box-mod.4
41- github.com/sagernet/sing v0.8.3
40+ github.com/sagernet/sing v0.8.4
41+ github.com/sagernet/sing-cloudflared v0.0.0-20260407120610-7715dc2523fa
4242 github.com/sagernet/sing-mux v0.3.4
4343 github.com/sagernet/sing-quic v0.6.2-0.20260330152607-bf674c163212
4444 github.com/sagernet/sing-shadowsocks v0.2.8
4545 github.com/sagernet/sing-shadowsocks2 v0.2.1
4646 github.com/sagernet/sing-shadowtls v0.2.1-0.20250503051639-fcd445d33c11
47- github.com/sagernet/sing-tun v0.8.7-0.20260323120017-8eb4e8acfc2d
47+ github.com/sagernet/sing-tun v0.8.7-0.20260402180740-11f6e77ec6c6
4848 github.com/sagernet/sing-vmess v0.2.8-0.20250909125414-3aed155119a1
4949 github.com/sagernet/smux v1.5.50-sing-box-mod.1
5050 github.com/sagernet/tailscale v1.92.4-sing-box-1.13-mod.7
@@ -64,7 +64,6 @@ require (
6464 google.golang.org/grpc v1.79.1
6565 google.golang.org/protobuf v1.36.11
6666 howett.net/plist v1.0.1
67- zombiezen.com/go/capnproto2 v2.18.2+incompatible
6867)
6968
7069require (
@@ -75,7 +74,7 @@ require (
7574 github.com/andybalholm/brotli v1.1.0 // indirect
7675 github.com/cenkalti/backoff/v4 v4.3.0 // indirect
7776 github.com/coreos/go-iptables v0.7.1-0.20240112124308-65c67c9f46e6 // indirect
78- github.com/coreos/go-oidc/v3 v3.12 .0 // indirect
77+ github.com/coreos/go-oidc/v3 v3.17 .0 // indirect
7978 github.com/database64128/netx-go v0.1.1 // indirect
8079 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
8180 github.com/dblohm7/wingoes v0.0.0-20240119213807-a09d6be7affa // indirect
@@ -95,13 +94,15 @@ require (
9594 github.com/google/go-cmp v0.7.0 // indirect
9695 github.com/google/go-querystring v1.1.0 // indirect
9796 github.com/google/nftables v0.2.1-0.20240414091927-5e242ec57806 // indirect
97+ github.com/google/uuid v1.6.0 // indirect
9898 github.com/hashicorp/yamux v0.1.2 // indirect
9999 github.com/hdevalence/ed25519consensus v0.2.0 // indirect
100100 github.com/inconshreveable/mousetrap v1.1.0 // indirect
101101 github.com/klauspost/compress v1.18.0 // indirect
102102 github.com/klauspost/cpuid/v2 v2.3.0 // indirect
103103 github.com/mdlayher/socket v0.5.1 // indirect
104104 github.com/mitchellh/go-ps v1.0.0 // indirect
105+ github.com/philhofer/fwd v1.2.0 // indirect
105106 github.com/pierrec/lz4/v4 v4.1.21 // indirect
106107 github.com/pires/go-proxyproto v0.8.1 // indirect
107108 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -151,7 +152,6 @@ require (
151152 github.com/tidwall/match v1.1.1 // indirect
152153 github.com/tidwall/pretty v1.2.1 // indirect
153154 github.com/tidwall/sjson v1.2.5 // indirect
154- github.com/tinylib/msgp v1.6.3 // indirect
155155 github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 // indirect
156156 github.com/x448/float16 v0.8.4 // indirect
157157 github.com/zeebo/blake3 v0.2.4 // indirect
@@ -169,4 +169,5 @@ require (
169169 google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
170170 gopkg.in/yaml.v3 v3.0.1 // indirect
171171 lukechampine.com/blake3 v1.3.0 // indirect
172+ zombiezen.com/go/capnproto2 v2.18.2+incompatible // indirect
172173)
0 commit comments