mirror of
https://github.com/drone-plugins/drone-download.git
synced 2026-06-14 22:12:15 +08:00
Use the drone plugin lib
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user