chore: update drone build flow

This commit is contained in:
Bo-Yi Wu
2022-06-15 22:24:28 +08:00
parent 2407d7a56b
commit 492a5db6ae
4 changed files with 35 additions and 59 deletions
+13 -1
View File
@@ -1,6 +1,6 @@
module github.com/appleboy/drone-ssh
go 1.14
go 1.18
require (
github.com/appleboy/easyssh-proxy v1.3.7
@@ -9,3 +9,15 @@ require (
github.com/urfave/cli v1.22.4
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
)
require (
github.com/ScaleFT/sshkeys v0.0.0-20181112160850-82451a803681 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)