mirror of
https://github.com/thegeeklab/wp-gitea-release.git
synced 2024-11-09 17:30:39 +00:00
15 lines
416 B
Modula-2
15 lines
416 B
Modula-2
module github.com/drone-plugins/drone-gitea-release
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.13.2
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/urfave/cli v1.22.5
|
|
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|