You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
389 B
Modula-2
13 lines
389 B
Modula-2
module code.rocketnine.space/tslocum/sshtargate
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
code.rocketnine.space/tslocum/ez v0.0.0-20210506054357-569018bd037a
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
|
|
github.com/creack/pty v1.1.18
|
|
github.com/gliderlabs/ssh v0.3.4
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
|
|
golang.org/x/sys v0.0.0-20220608164250-635b8c9b7f68 // indirect
|
|
)
|