15 lines
492 B
AMPL
15 lines
492 B
AMPL
module ligolo
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
|
github.com/hashicorp/go-version v1.2.0 // indirect
|
|
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d
|
|
github.com/mitchellh/gox v1.0.1 // indirect
|
|
github.com/sirupsen/logrus v1.4.2
|
|
golang.org/x/lint v0.0.0-20200130185559-910be7a94367 // indirect
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
|
|
golang.org/x/tools v0.0.0-20200213144451-3187b3c41574 // indirect
|
|
)
|