Use the drone plugin lib

This commit is contained in:
Don
2020-06-16 22:30:09 -07:00
parent 33539b842a
commit 7b56372dd0
27 changed files with 783 additions and 932 deletions
+6 -3
View File
@@ -1,7 +1,10 @@
module github.com/drone-plugins/drone-download
go 1.14
require (
github.com/jackspirou/syscerts v0.0.0-20160531025014-b68f5469dff1
github.com/pkg/errors v0.8.0
github.com/urfave/cli v1.20.0
github.com/drone-plugins/drone-plugin-lib v0.3.1
github.com/joho/godotenv v1.3.0
github.com/urfave/cli/v2 v2.2.0
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
)