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.
12 lines
389 B
12 lines
389 B
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.13 |
|
github.com/gliderlabs/ssh v0.3.3 |
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e |
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect |
|
)
|
|
|