2020-09-20 20:04:09 +00:00
|
|
|
module github.com/thegeeklab/drone-github-comment
|
2020-09-19 22:00:34 +00:00
|
|
|
|
2021-05-10 07:03:42 +00:00
|
|
|
go 1.16
|
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-05-10 07:03:42 +00:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2021-06-06 20:13:42 +00:00
|
|
|
github.com/google/go-github/v35 v35.3.0
|
2021-05-10 07:03:42 +00:00
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
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
|
2021-05-10 07:03:42 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
2020-11-12 20:19:54 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-05-10 07:03:42 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
|
|
|
|
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
|
2021-05-25 15:40:35 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c
|
2021-05-10 07:03:42 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096 // indirect
|
2021-01-17 18:55:24 +00:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2021-05-25 15:45:30 +00:00
|
|
|
honnef.co/go/tools v0.2.0
|
2020-09-19 22:00:34 +00:00
|
|
|
)
|