mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
13 lines
533 B
Modula-2
13 lines
533 B
Modula-2
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 // indirect
|
|
github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
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 // indirect
|
|
golang.org/x/sys v0.0.0-20190303192550-c2f5717e611c // indirect
|
|
)
|