mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-02 03:32:14 +00:00
12 lines
332 B
Modula-2
12 lines
332 B
Modula-2
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
|
|
)
|