module github.com/ArthurHlt/sshbox go 1.15 require ( github.com/ArthurHlt/go-socks5 v1.0.0 github.com/guiguan/caster v0.0.0-20191104051807-3736c4464f38 // indirect github.com/moby/term v0.0.0-20200915141129-7f0af18e79f2 github.com/olebedev/emitter v0.0.0-20190110104742-e8d1457e6aee github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 github.com/sirupsen/logrus v1.6.0 github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 // indirect golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 )