drone-github-comment/go.mod

20 lines
733 B
Modula-2

module github.com/thegeeklab/drone-github-comment
go 1.15
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.4.3 // indirect
github.com/google/go-github/v34 v34.0.0
github.com/joho/godotenv v1.3.0
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/urfave/cli/v2 v2.3.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
google.golang.org/appengine v1.6.7 // indirect
)