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 (
|
|
|
|
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-10-15 10:03:40 +00:00
|
|
|
github.com/google/go-github/v39 v39.2.0
|
2021-09-25 10:08:12 +00:00
|
|
|
github.com/joho/godotenv v1.4.0
|
2021-06-16 15:02:05 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2022-03-15 19:53:30 +00:00
|
|
|
github.com/urfave/cli/v2 v2.4.0
|
2021-05-10 07:03:42 +00:00
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
|
|
|
|
golang.org/x/mod v0.4.2 // indirect
|
2022-03-10 08:49:34 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
|
2021-11-11 18:55:23 +00:00
|
|
|
honnef.co/go/tools v0.2.2
|
2020-09-19 22:00:34 +00:00
|
|
|
)
|