19 lines
514 B
Modula-2
19 lines
514 B
Modula-2
module gitee.com/yuzhen-iot-team/ssh
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pkg/sftp v1.13.4
|
|
gitee.com/yuzhen-iot-team/ssh v0.0.0-20190312091242-5aaea5918db7
|
|
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
|
|
)
|
|
|
|
require (
|
|
github.com/kr/fs v0.1.0 // indirect
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
|
|
)
|