chore: upgrade package

This commit is contained in:
Bo-Yi Wu
2019-09-28 12:52:08 +08:00
parent 8a0b0f3c0c
commit 1b27d28b27
2 changed files with 31 additions and 16 deletions
+6 -6
View File
@@ -1,14 +1,14 @@
module github.com/appleboy/drone-scp
go 1.12
go 1.13
require (
github.com/appleboy/com v0.0.1
github.com/appleboy/com v0.0.2
github.com/appleboy/easyssh-proxy v1.2.0
github.com/fatih/color v1.7.0
github.com/joho/godotenv v1.3.0
github.com/mattn/go-colorable v0.1.1 // indirect
github.com/mattn/go-isatty v0.0.6 // indirect
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.20.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.1
)