refactor: separate core components and improve session & server handling

This commit is contained in:
2025-02-06 22:14:13 +07:00
parent dc219e2f7f
commit 8a1604fde8
9 changed files with 556 additions and 287 deletions

7
go.mod
View File

@ -3,11 +3,8 @@ module tunnel_pls
go 1.23
require (
github.com/kr/pty v1.1.8
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
golang.org/x/crypto v0.32.0
)
require (
github.com/creack/pty v1.1.7 // indirect
golang.org/x/sys v0.29.0 // indirect
)
require golang.org/x/sys v0.29.0 // indirect