0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-09-18 18:52:45 +02:00
wp-gitea-release/go.mod

15 lines
409 B
Modula-2
Raw Normal View History

2019-02-18 23:14:31 +01:00
module github.com/drone-plugins/drone-gitea-release
2020-05-22 11:38:52 +02:00
go 1.14
2019-02-18 23:14:31 +01:00
require (
2020-09-16 08:01:14 +02:00
code.gitea.io/sdk/gitea v0.13.0
2019-02-18 23:14:31 +01:00
github.com/Sirupsen/logrus v1.0.5
github.com/joho/godotenv v1.2.0
2020-05-22 11:39:08 +02:00
github.com/onsi/ginkgo v1.12.2 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
2019-02-18 23:14:31 +01:00
github.com/urfave/cli v1.20.0
2020-05-22 11:39:08 +02:00
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
2019-02-18 23:14:31 +01:00
)