drone-github-comment/go.mod

12 lines
285 B
Modula-2
Raw Normal View History

2020-09-20 22:04:09 +02:00
module github.com/thegeeklab/drone-github-comment
2020-09-20 00:00:34 +02:00
go 1.14
require (
github.com/drone-plugins/drone-plugin-lib v0.4.0
2020-11-12 22:04:18 +01:00
github.com/google/go-github/v32 v32.1.0
2020-09-20 00:00:34 +02:00
github.com/joho/godotenv v1.3.0
2020-11-12 21:19:54 +01:00
github.com/urfave/cli/v2 v2.3.0
golang.org/x/oauth2 v0.0.0-20201207163604-931764155e3f
2020-09-20 00:00:34 +02:00
)