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
333 B
12 lines
333 B
module git.sr.ht/~tslocum/sshtargate |
|
|
|
go 1.13 |
|
|
|
require ( |
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 |
|
github.com/creack/pty v1.1.9 |
|
github.com/gliderlabs/ssh v0.2.2 |
|
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 |
|
golang.org/x/sys v0.0.0-20200103143344-a1369afcdac7 // indirect |
|
gopkg.in/yaml.v2 v2.2.7 |
|
)
|
|
|