2021-05-07 10:27:53 -06:00
|
|
|
module github.com/jonlundy/sshfwd
|
|
|
|
|
2023-03-27 15:29:04 -06:00
|
|
|
go 1.18
|
2021-05-07 10:27:53 -06:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/gliderlabs/ssh v0.3.2
|
2021-08-26 13:24:53 -06:00
|
|
|
github.com/soheilhy/cmux v0.1.5
|
2023-03-27 15:29:04 -06:00
|
|
|
github.com/wolfeidau/humanhash v1.1.0
|
2021-08-26 13:24:53 -06:00
|
|
|
go.uber.org/multierr v1.7.0
|
2023-03-27 15:29:04 -06:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
2021-05-07 10:27:53 -06:00
|
|
|
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
|
2023-03-27 15:29:04 -06:00
|
|
|
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
|
2021-05-07 10:27:53 -06:00
|
|
|
)
|