drone-github-comment/go.mod

17 lines
485 B
Modula-2

module github.com/thegeeklab/drone-github-comment
go 1.16
require (
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.2.0
github.com/joho/godotenv v1.4.0
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli/v2 v2.4.0
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/mod v0.4.2 // indirect
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
honnef.co/go/tools v0.2.2
)