2019-02-18 22:14:31 +00:00
|
|
|
module github.com/drone-plugins/drone-gitea-release
|
|
|
|
|
2022-12-07 13:31:11 +00:00
|
|
|
go 1.19
|
2020-05-22 09:38:52 +00:00
|
|
|
|
2019-02-18 22:14:31 +00:00
|
|
|
require (
|
2022-12-07 13:31:11 +00:00
|
|
|
code.gitea.io/sdk/gitea v0.15.1
|
|
|
|
github.com/joho/godotenv v1.4.0
|
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
github.com/urfave/cli v1.22.10
|
|
|
|
golang.org/x/crypto v0.4.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
|
|
github.com/hashicorp/go-version v1.6.0 // indirect
|
2020-12-11 21:36:48 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2022-12-07 13:31:11 +00:00
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
2019-02-18 22:14:31 +00:00
|
|
|
)
|