mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-03 20:07:40 +03:00
20 lines
716 B
Modula-2
20 lines
716 B
Modula-2
module github.com/sagernet/sing-tun
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.5.4
|
|
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-20220816152750-7a75378bd31a
|
|
github.com/sagernet/sing v0.0.0-20220819003212-2424b1e2fac1
|
|
golang.org/x/net v0.0.0-20220812174116-3211cb980234
|
|
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6
|
|
gvisor.dev/gvisor v0.0.0-20220812001733-b5c0f23893fb
|
|
)
|
|
|
|
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
|
|
)
|