mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-02 03:17:38 +03:00
19 lines
569 B
Modula-2
19 lines
569 B
Modula-2
module github.com/sagernet/sing-tun
|
|
|
|
go 1.18
|
|
|
|
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.1.7
|
|
golang.org/x/net v0.7.0
|
|
golang.org/x/sys v0.5.0
|
|
gvisor.dev/gvisor v0.0.0-20220901235040-6ca97ef2ce1c
|
|
)
|
|
|
|
require (
|
|
github.com/google/btree v1.0.1 // indirect
|
|
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
)
|