2020-09-21 07:15:27 +00:00
|
|
|
module github.com/thegeeklab/github-releases-notifier
|
2020-01-14 12:59:59 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/alexflint/go-arg v1.2.0
|
|
|
|
github.com/go-kit/kit v0.9.0
|
|
|
|
github.com/go-logfmt/logfmt v0.5.0 // indirect
|
2020-09-21 07:20:18 +00:00
|
|
|
github.com/go-stack/stack v1.8.0 // indirect
|
2020-01-14 12:59:59 +00:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-11-11 21:44:08 +00:00
|
|
|
github.com/shurcooL/githubv4 v0.0.0-20200928013246-d292edc3691b
|
2020-01-14 12:59:59 +00:00
|
|
|
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
|
2020-11-11 21:53:53 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
|
2020-01-14 12:59:59 +00:00
|
|
|
)
|