mirror of
https://github.com/thegeeklab/wp-github-comment.git
synced 2024-11-10 03:50:39 +00:00
9f6f5b31b4
Co-authored-by: Renovate Bot <bot@renovateapp.com>
20 lines
658 B
Modula-2
20 lines
658 B
Modula-2
module github.com/thegeeklab/drone-github-comment
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.0
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-github/v39 v39.0.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
golang.org/x/mod v0.4.2 // indirect
|
|
golang.org/x/net v0.0.0-20210508051633-16afe75a6701 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
|
|
honnef.co/go/tools v0.2.1
|
|
)
|