mirror of
https://github.com/drone-plugins/drone-download.git
synced 2026-06-04 18:24:21 +08:00
11 lines
220 B
Modula-2
11 lines
220 B
Modula-2
module github.com/drone-plugins/drone-download
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/drone-plugins/drone-plugin-lib v0.3.1
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
)
|