Update udpnat usage

This commit is contained in:
世界 2023-04-18 09:29:29 +08:00
parent d880656b52
commit bf7110b1ab
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
4 changed files with 8 additions and 8 deletions

4
go.mod
View file

@ -6,9 +6,9 @@ require (
github.com/fsnotify/fsnotify v1.6.0
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.2.1
github.com/sagernet/sing v0.2.4-0.20230418025125-f196b4303e31
golang.org/x/net v0.8.0
golang.org/x/sys v0.6.0
golang.org/x/sys v0.7.0
gvisor.dev/gvisor v0.0.0-20220901235040-6ca97ef2ce1c
)