mirror of
https://github.com/drone-plugins/drone-download.git
synced 2026-06-04 10:15:28 +08:00
18 lines
481 B
Modula-2
18 lines
481 B
Modula-2
module github.com/drone-plugins/drone-download
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.0
|
|
github.com/joho/godotenv v1.4.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/urfave/cli/v2 v2.11.1
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // indirect
|
|
)
|