0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-06-02 18:29:43 +02:00
wp-gitea-release/go.mod

11 lines
327 B
Modula-2
Raw Normal View History

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