mirror of
https://github.com/dalbodeule/sshchat.git
synced 2025-12-07 22:55:44 +09:00
15 lines
392 B
Modula-2
15 lines
392 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
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/oschwald/geoip2-golang v1.13.0 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.13.0 // indirect
|
|
golang.org/x/crypto v0.43.0 // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
)
|