mirror of
https://github.com/thegeeklab/wp-github-comment.git
synced 2024-11-10 03:50:39 +00:00
76f1ca743e
* fix(deps): update module github.com/google/go-github/v33 to v34 * migrate major version Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Robert Kaussow <mail@geeklabor.de>
20 lines
733 B
Modula-2
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-20210323180902-22b0adad7558
|
|
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
)
|