mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-06-04 18:24:01 +08:00
6b488f1203
* support ssh Passphrase Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
11 lines
201 B
Modula-2
11 lines
201 B
Modula-2
module github.com/appleboy/drone-ssh
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/appleboy/easyssh-proxy v1.3.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/urfave/cli v1.22.1
|
|
)
|