Files
plugin-drone-scp/go.mod
T
2019-03-02 23:52:35 +08:00

19 lines
703 B
Modula-2

module github.com/appleboy/drone-scp
go 1.12
require (
github.com/appleboy/com v0.0.0-20161216153920-c2e1fea1b771
github.com/appleboy/easyssh-proxy v0.0.0-20170511070730-14882d1d04ac
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/fatih/color v1.4.1
github.com/joho/godotenv v0.0.0-20161216230537-726cc8b906e3
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.6 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v0.0.0-20170130113145-4d4bfba8f1d1
github.com/urfave/cli v1.19.1
golang.org/x/crypto v0.0.0-20170413182223-cbc3d0884eac // indirect
golang.org/x/sys v0.0.0-20190302025703-b6889370fb10 // indirect
)