drone-ssh/go.mod
2019-09-29 10:18:15 +08:00

11 lines
201 B
Modula-2

module github.com/appleboy/drone-ssh
go 1.13
require (
github.com/appleboy/easyssh-proxy v1.2.0
github.com/joho/godotenv v1.3.0
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.1
)