2019-02-18 22:14:31 +00:00
|
|
|
module github.com/drone-plugins/drone-gitea-release
|
|
|
|
|
2020-05-22 09:38:52 +00:00
|
|
|
go 1.14
|
|
|
|
|
2019-02-18 22:14:31 +00:00
|
|
|
require (
|
2020-12-11 21:36:07 +00:00
|
|
|
code.gitea.io/sdk/gitea v0.13.2
|
2020-12-11 21:36:48 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2020-12-11 21:34:56 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-12-11 21:36:48 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2020-12-11 21:33:26 +00:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-12-11 21:36:48 +00:00
|
|
|
github.com/urfave/cli v1.22.5
|
2020-12-11 21:33:26 +00:00
|
|
|
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
2019-02-18 22:14:31 +00:00
|
|
|
)
|