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-05-22 09:39:08 +00:00
|
|
|
code.gitea.io/sdk/gitea v0.12.0
|
2019-02-18 22:14:31 +00:00
|
|
|
github.com/Sirupsen/logrus v1.0.5
|
|
|
|
github.com/joho/godotenv v1.2.0
|
2020-05-22 09:39:08 +00:00
|
|
|
github.com/onsi/ginkgo v1.12.2 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.6.0 // indirect
|
2019-02-18 22:14:31 +00:00
|
|
|
github.com/urfave/cli v1.20.0
|
2020-05-22 09:39:08 +00:00
|
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
2019-02-18 22:14:31 +00:00
|
|
|
)
|