0
0
mirror of https://github.com/thegeeklab/wp-github-comment.git synced 2024-09-20 01:22:46 +02:00
wp-github-comment/go.mod
2020-12-08 16:17:05 +00:00

12 lines
285 B
Modula-2

module github.com/thegeeklab/drone-github-comment
go 1.14
require (
github.com/drone-plugins/drone-plugin-lib v0.4.0
github.com/google/go-github/v32 v32.1.0
github.com/joho/godotenv v1.3.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5
)