You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
697 B
Modula-2
21 lines
697 B
Modula-2
6 years ago
|
module github.com/fangdingjun/obfssh
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/bgentry/speakeasy v0.1.0
|
||
|
github.com/fangdingjun/go-log v4.0.0+incompatible
|
||
|
github.com/fangdingjun/socks-go v0.0.0-20180926100003-fc6f0a9ee1f4
|
||
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
||
|
github.com/kr/fs v0.1.0
|
||
|
github.com/kr/pretty v0.1.0 // indirect
|
||
|
github.com/kr/pty v1.1.4
|
||
|
github.com/pires/go-proxyproto v0.0.0-20190111085350-4d51b51e3bfc
|
||
|
github.com/pkg/errors v0.8.1 // indirect
|
||
|
github.com/pkg/sftp v1.10.0
|
||
|
github.com/stretchr/testify v1.3.0 // indirect
|
||
|
golang.org/x/crypto v0.0.0-20190404164418-38d8ce5564a5
|
||
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
||
|
)
|