2019-02-18 22:14:31 +00:00
|
|
|
module github.com/drone-plugins/drone-gitea-release
|
|
|
|
|
2020-05-07 23:54:16 +00:00
|
|
|
go 1.14
|
|
|
|
|
2019-02-18 22:14:31 +00:00
|
|
|
require (
|
|
|
|
code.gitea.io/sdk v0.0.0-20180306012245-fa91af7569e6
|
|
|
|
github.com/Sirupsen/logrus v1.0.5
|
|
|
|
github.com/joho/godotenv v1.2.0
|
2020-05-07 23:54:16 +00:00
|
|
|
github.com/onsi/ginkgo v1.12.0 // indirect
|
|
|
|
github.com/onsi/gomega v1.10.0 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.6.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2019-02-18 22:14:31 +00:00
|
|
|
github.com/urfave/cli v1.20.0
|
2020-05-07 23:54:16 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20180314180259-21652f85b0fd // indirect
|
|
|
|
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
|
|
|
)
|