mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-06-04 18:24:01 +08:00
feat(vendor): switch to go module (#137)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -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
|
||||
)
|
||||
Reference in New Issue
Block a user