mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
11 lines
201 B
Modula-2
11 lines
201 B
Modula-2
module github.com/appleboy/drone-ssh
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/appleboy/easyssh-proxy v1.3.3
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/urfave/cli v1.22.4
|
|
)
|