Initial commit

This commit is contained in:
2025-02-05 15:38:18 +07:00
parent 6279ba686d
commit dc219e2f7f
4 changed files with 333 additions and 0 deletions

13
go.mod Normal file
View File

@ -0,0 +1,13 @@
module tunnel_pls
go 1.23
require (
github.com/kr/pty v1.1.8
golang.org/x/crypto v0.32.0
)
require (
github.com/creack/pty v1.1.7 // indirect
golang.org/x/sys v0.29.0 // indirect
)