feat(vendor): switch to go module (#137)

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2019-03-04 10:55:52 +08:00
committed by GitHub
parent 7ac526845d
commit d32a2675d5
98 changed files with 804 additions and 27469 deletions
+11
View File
@@ -0,0 +1,11 @@
module github.com/appleboy/drone-ssh
require (
github.com/appleboy/easyssh-proxy v0.0.0-20170516072225-33d87eae3a01
github.com/davecgh/go-spew v1.1.0
github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3
github.com/pmezard/go-difflib v1.0.0
github.com/stretchr/testify v0.0.0-20170130113145-4d4bfba8f1d1
github.com/urfave/cli v0.0.0-20170215051705-2526b57c56f3
golang.org/x/crypto v0.0.0-20170413182223-cbc3d0884eac
)