Host SSH portals to applications
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.
|
|
|
module gitlab.com/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/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
|
|
github.com/gliderlabs/ssh v0.2.2
|
|
|
|
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
|
|
|
|
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
|
|
)
|