0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-11-09 07:20:40 +00:00
wp-gitea-release/go.mod

14 lines
381 B
Modula-2
Raw Normal View History

2019-02-18 22:14:31 +00:00
module github.com/drone-plugins/drone-gitea-release
2020-05-22 09:38:52 +00:00
go 1.14
2019-02-18 22:14:31 +00:00
require (
code.gitea.io/sdk v0.0.0-20180306012245-fa91af7569e6
2020-05-22 09:38:52 +00:00
code.gitea.io/sdk/gitea v0.12.0 // indirect
2019-02-18 22:14:31 +00:00
github.com/Sirupsen/logrus v1.0.5
github.com/joho/godotenv v1.2.0
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20180314180259-21652f85b0fd
golang.org/x/sys v0.0.0-20180315095008-cc7307a45468
)