mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-02 03:32:14 +00:00
Pulls from git and posts to discord
This commit is contained in:
parent
d63f121871
commit
b37a425589
12 changed files with 611 additions and 5 deletions
12
go.mod
Normal file
12
go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue