0
0
mirror of https://github.com/thegeeklab/github-releases-notifier.git synced 2024-06-02 07:39:39 +02:00
github-releases-notifier/go.mod

15 lines
480 B
Modula-2
Raw Normal View History

module github.com/xoxys/github-releases-notifier
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
github.com/joho/godotenv v1.3.0
github.com/shurcooL/githubql v0.0.0-20191127044304-8f68eb5628d0
github.com/shurcooL/githubv4 v0.0.0-20191127044304-8f68eb5628d0
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
)