Remove 4in6 cast

This commit is contained in:
世界 2022-09-25 18:44:34 +08:00
parent 80ee994727
commit 6bad0c2380
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 12 additions and 15 deletions

6
go.mod
View file

@ -7,9 +7,9 @@ require (
github.com/sagernet/abx-go v0.0.0-20220819185957-dba1257d738e
github.com/sagernet/go-tun2socks v1.16.12-0.20220818015926-16cb67876a61
github.com/sagernet/netlink v0.0.0-20220905062125-8043b4a9aa97
github.com/sagernet/sing v0.0.0-20220905164441-f3d346256d4a
golang.org/x/net v0.0.0-20220907135653-1e95f45603a7
golang.org/x/sys v0.0.0-20220908164124-27713097b956
github.com/sagernet/sing v0.0.0-20220925112014-b12b8b7fd220
golang.org/x/net v0.0.0-20220923203811-8be639271d50
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8
gvisor.dev/gvisor v0.0.0-20220901235040-6ca97ef2ce1c
)