chore: support UseInsecureCipher (#158)

This commit is contained in:
Bo-Yi Wu
2020-05-24 10:43:11 +08:00
committed by GitHub
parent 1288a4b20d
commit 7344ac6529
5 changed files with 116 additions and 67 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module github.com/appleboy/drone-ssh
go 1.14
require (
github.com/appleboy/easyssh-proxy v1.3.5
github.com/appleboy/easyssh-proxy v1.3.6
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.22.4