mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 20:07:40 +03:00
18 lines
588 B
Modula-2
18 lines
588 B
Modula-2
module github.com/sagernet/sing-tun
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/eycorsican/go-tun2socks v1.16.11
|
|
github.com/sagernet/netlink v0.0.0-20220803045538-bdac49abf805
|
|
github.com/sagernet/sing v0.0.0-20220807085721-583e78e0b86a
|
|
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48
|
|
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418
|
|
gvisor.dev/gvisor v0.0.0-20220801010827-addd1f7b3e97
|
|
)
|
|
|
|
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
|
|
)
|