Pulls from git and posts to discord

This commit is contained in:
Daniel Mason 2021-09-01 21:22:09 +12:00
parent d63f121871
commit b37a425589
Signed by: idanoo
GPG key ID: 387387CDBC02F132
12 changed files with 611 additions and 5 deletions

12
go.mod Normal file
View file

@ -0,0 +1,12 @@
module git.m2.nz/idanoo/nzcovidbot
go 1.16
require (
github.com/DisgoOrg/disgohook v1.4.3
github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e
github.com/dghubble/oauth1 v0.7.0
github.com/go-git/go-git/v5 v5.4.2
github.com/joho/godotenv v1.3.0
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d
)