You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

go.mod 240B

123456789
  1. module github.com/gliderlabs/ssh
  2. go 1.12
  3. require (
  4. github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
  5. golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
  6. golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
  7. )