mirror of
https://github.com/SagerNet/sing-tun.git
synced 2025-04-04 12:27:39 +03:00
16 lines
465 B
Modula-2
16 lines
465 B
Modula-2
module github.com/sagernet/sing-tun
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/sagernet/sing v0.0.0-20220714145306-09b55ce4b6d0
|
|
github.com/vishvananda/netlink v1.1.0
|
|
golang.org/x/sys v0.0.0-20220712014510-0a85c31ab51e
|
|
gvisor.dev/gvisor v0.0.0-20220711011657-cecae2f4234d
|
|
)
|
|
|
|
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
|
|
)
|