mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-06-04 10:15:05 +08:00
15 lines
364 B
Modula-2
15 lines
364 B
Modula-2
module github.com/appleboy/drone-scp
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/appleboy/com v0.0.2
|
|
github.com/appleboy/easyssh-proxy v1.3.0
|
|
github.com/fatih/color v1.7.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.10 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/urfave/cli/v2 v2.1.1
|
|
)
|