mirror of
https://github.com/thegeeklab/github-releases-notifier.git
synced 2024-11-14 18:10:40 +00:00
13 lines
373 B
Modula-2
13 lines
373 B
Modula-2
module github.com/thegeeklab/github-releases-notifier
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alexflint/go-arg v1.3.0
|
|
github.com/go-kit/kit v0.10.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
|
|
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
|
|
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19
|
|
)
|