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.
16 lines
471 B
Modula-2
16 lines
471 B
Modula-2
module github.com/fangdingjun/obfssh
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/bgentry/speakeasy v0.1.0
|
|
github.com/containerd/console v1.0.0
|
|
github.com/fangdingjun/go-log/v5 v5.0.0
|
|
github.com/fangdingjun/protolistener v0.0.0-20200701071613-b79ebce338af
|
|
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/pkg/sftp v1.11.0
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
|
)
|