mirror of
https://github.com/dalbodeule/sshchat.git
synced 2025-12-08 07:05:44 +09:00
12 lines
234 B
Modula-2
12 lines
234 B
Modula-2
module sshchat
|
|
|
|
go 1.25
|
|
|
|
require github.com/gliderlabs/ssh v0.3.8
|
|
|
|
require (
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
golang.org/x/crypto v0.43.0 // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
)
|