0
0
mirror of https://github.com/thegeeklab/wp-github-comment.git synced 2024-11-10 03:50:39 +00:00
wp-github-comment/go.mod

13 lines
347 B
Modula-2
Raw Normal View History

2020-09-20 20:04:09 +00:00
module github.com/thegeeklab/drone-github-comment
2020-09-19 22:00:34 +00:00
go 1.14
require (
github.com/drone-plugins/drone-plugin-lib v0.4.0
github.com/google/go-github v17.0.0+incompatible
github.com/google/go-querystring v1.0.0 // indirect
github.com/joho/godotenv v1.3.0
2020-11-12 20:19:54 +00:00
github.com/urfave/cli/v2 v2.3.0
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
2020-09-19 22:00:34 +00:00
)