0
0
mirror of https://github.com/thegeeklab/wp-github-comment.git synced 2024-09-20 01:22:46 +02:00
wp-github-comment/go.mod

27 lines
858 B
Modula-2
Raw Normal View History

module github.com/thegeeklab/wp-github-comment
2020-09-20 00:00:34 +02:00
go 1.21
2020-09-20 00:00:34 +02:00
require (
github.com/google/go-github/v56 v56.0.0
github.com/rs/zerolog v1.31.0
github.com/thegeeklab/wp-plugin-go v1.0.1
github.com/urfave/cli/v2 v2.25.7
golang.org/x/oauth2 v0.13.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/net v0.16.0 // indirect
golang.org/x/sys v0.13.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
2020-09-20 00:00:34 +02:00
)