ssh-client-orchestrate/go.mod
JAMES RYAN 84d8f580b3 Written a start mostly using 'water' and 'netlink' libraries to form
a basic TUN interface. Doesn't really work, since the tunnel gets formed
but nothing can properly bind to it.
I should probably rethink what i'm doing before moving forward lol

Signed-off-by: JAMES RYAN <james.paul9889@gmail.com>
2024-06-07 18:29:53 -04:00

13 lines
477 B
Modula-2

module jptrlanding.dev/jptr/ssh-orchestrate
go 1.22.3
require (
github.com/Psiphon-Labs/psiphon-tunnel-core v1.0.11-0.20240607114104-c1011b0e0261 // indirect
github.com/songgao/packets v0.0.0-20160404182456-549a10cd4091 // indirect
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect
github.com/vishvananda/netlink v1.1.0 // indirect
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
golang.org/x/sys v0.21.0 // indirect
)