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