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

15 lines
416 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 (
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
2019-02-18 23:14:31 +01:00
)