20 lines
555 B
Modula-2
20 lines
555 B
Modula-2
module github.com/jonlundy/sshfwd
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gliderlabs/ssh v0.3.2
|
|
github.com/soheilhy/cmux v0.1.5
|
|
github.com/wolfeidau/humanhash v1.1.0
|
|
go.uber.org/multierr v1.7.0
|
|
)
|
|
|
|
require (
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
)
|