Files
plugin-drone-ssh/go.mod
T
2019-03-04 10:55:52 +08:00

12 lines
432 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
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
)