drone-ssh/go.mod
2020-05-24 12:04:21 +08:00

12 lines
287 B
Modula-2

module github.com/appleboy/drone-ssh
go 1.14
require (
github.com/appleboy/easyssh-proxy v1.3.7-0.20200524040214-70b93ab84671
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.22.4
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
)