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.
17 lines
524 B
Modula-2
17 lines
524 B
Modula-2
module github.com/fangdingjun/obfssh
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/containerd/console v1.0.3
|
|
github.com/fangdingjun/go-log/v5 v5.0.0
|
|
github.com/fangdingjun/protolistener v0.0.0-20230216120836-271b401928b8
|
|
github.com/fangdingjun/socks-go v0.0.0-20220901073602-f35f0e0139ec
|
|
github.com/go-yaml/yaml v2.1.0+incompatible
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/kr/fs v0.1.0
|
|
github.com/pkg/sftp v1.11.0
|
|
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
)
|