mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-02 03:32:14 +00:00
Add slack webhook integration
This commit is contained in:
parent
c109f08589
commit
1718cc052d
9 changed files with 107 additions and 5 deletions
5
go.mod
5
go.mod
|
@ -4,9 +4,14 @@ go 1.16
|
|||
|
||||
require (
|
||||
github.com/DisgoOrg/disgohook v1.4.3
|
||||
github.com/ashwanthkumar/slack-go-webhook v0.0.0-20200209025033-430dd4e66960
|
||||
github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e
|
||||
github.com/dghubble/oauth1 v0.7.0
|
||||
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4 // indirect
|
||||
github.com/go-git/go-git/v5 v5.4.2
|
||||
github.com/joho/godotenv v1.3.0
|
||||
github.com/parnurzeal/gorequest v0.2.16 // indirect
|
||||
github.com/smartystreets/goconvey v1.6.4 // indirect
|
||||
github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d
|
||||
moul.io/http2curl v1.0.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue