mirror of
https://github.com/thegeeklab/wp-github-comment.git
synced 2024-11-10 03:50:39 +00:00
25 lines
832 B
Modula-2
25 lines
832 B
Modula-2
module github.com/thegeeklab/drone-github-comment
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
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/thegeeklab/drone-plugin-lib v1.0.0
|
|
github.com/urfave/cli/v2 v2.5.1
|
|
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20220321153916-2c7772ba3064 // indirect
|
|
golang.org/x/net v0.0.0-20220325170049-de3da57026de // indirect
|
|
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|