mirror of
https://github.com/drone-plugins/drone-download.git
synced 2026-06-04 10:15:28 +08:00
11 lines
250 B
Modula-2
11 lines
250 B
Modula-2
module github.com/drone-plugins/drone-download
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
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
|
|
)
|