1module github.com/openstatusHQ/openstatus/apps/ssh-server
2
3go 1.25.1
4
5require (
6 github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
7 github.com/gliderlabs/ssh v0.3.8 // indirect
8 golang.org/x/crypto v0.42.0 // indirect
9 golang.org/x/sys v0.36.0 // indirect
10)