Files
plugin-drone-scp/go.mod
T
2020-05-21 23:08:17 +08:00

14 lines
322 B
Modula-2

module github.com/appleboy/drone-scp
go 1.14
require (
github.com/appleboy/com v0.0.6
github.com/appleboy/easyssh-proxy v1.3.5
github.com/fatih/color v1.9.0
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.5.1
github.com/urfave/cli/v2 v2.2.0
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
)