mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-02 19:37:40 +03:00
26 lines
813 B
Modula-2
26 lines
813 B
Modula-2
module github.com/sagernet/sing-tun
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/go-ole/go-ole v1.3.0
|
|
github.com/sagernet/gvisor v0.0.0-20240428053021-e691de28565f
|
|
github.com/sagernet/netlink v0.0.0-20240523065131-45e60152f9ba
|
|
github.com/sagernet/nftables v0.3.0-beta.2
|
|
github.com/sagernet/sing v0.5.0-alpha.9
|
|
go4.org/netipx v0.0.0-20231129151722-fdeea329fbba
|
|
golang.org/x/net v0.24.0
|
|
golang.org/x/sys v0.21.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/btree v1.1.2 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/josharian/native v1.1.0 // indirect
|
|
github.com/mdlayher/netlink v1.7.2 // indirect
|
|
github.com/mdlayher/socket v0.4.1 // indirect
|
|
github.com/vishvananda/netns v0.0.4 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
)
|