mirror of
https://github.com/thegeeklab/wp-gitea-release.git
synced 2024-11-12 16:30:38 +00:00
14 lines
381 B
Modula-2
14 lines
381 B
Modula-2
module github.com/drone-plugins/drone-gitea-release
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
code.gitea.io/sdk v0.0.0-20180306012245-fa91af7569e6
|
|
code.gitea.io/sdk/gitea v0.12.0 // indirect
|
|
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
|
|
)
|