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
345 B
12 lines
345 B
module code.rocketnine.space/tslocum/sshtargate |
|
|
|
go 1.13 |
|
|
|
require ( |
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be |
|
github.com/creack/pty v1.1.11 |
|
github.com/gliderlabs/ssh v0.3.2 |
|
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc |
|
golang.org/x/sys v0.0.0-20210419170143-37df388d1f33 // indirect |
|
gopkg.in/yaml.v2 v2.4.0 |
|
)
|
|
|