2020-09-20 20:04:09 +00:00
|
|
|
module github.com/thegeeklab/drone-github-comment
|
2020-09-19 22:00:34 +00:00
|
|
|
|
2021-01-17 18:55:24 +00:00
|
|
|
go 1.15
|
2020-09-19 22:00:34 +00:00
|
|
|
|
|
|
|
require (
|
2021-01-17 18:55:24 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2020-09-19 22:00:34 +00:00
|
|
|
github.com/drone-plugins/drone-plugin-lib v0.4.0
|
2021-01-17 18:55:24 +00:00
|
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
2020-11-12 21:04:18 +00:00
|
|
|
github.com/google/go-github/v32 v32.1.0
|
2020-09-19 22:00:34 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2021-01-17 18:55:24 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
2020-11-12 20:19:54 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-01-17 18:55:24 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
|
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
|
2021-02-20 12:28:01 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93
|
2021-01-17 18:55:24 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2020-09-19 22:00:34 +00:00
|
|
|
)
|