mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-06-04 18:23:59 +08:00
chore: change command timeout flag (#92)
* chore: change command timeout flag Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * docs: update setting Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * doc: update readme. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -4,13 +4,11 @@ go 1.12
|
||||
|
||||
require (
|
||||
github.com/appleboy/com v0.0.1
|
||||
github.com/appleboy/easyssh-proxy v0.0.0-20170511070730-14882d1d04ac
|
||||
github.com/fatih/color v1.4.1
|
||||
github.com/appleboy/easyssh-proxy v1.2.0
|
||||
github.com/fatih/color v1.7.0
|
||||
github.com/joho/godotenv v1.3.0
|
||||
github.com/mattn/go-colorable v0.1.1 // indirect
|
||||
github.com/mattn/go-isatty v0.0.6 // indirect
|
||||
github.com/stretchr/testify v1.3.0
|
||||
github.com/urfave/cli v1.20.0
|
||||
golang.org/x/crypto v0.0.0-20170413182223-cbc3d0884eac // indirect
|
||||
golang.org/x/sys v0.0.0-20190302025703-b6889370fb10 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user