mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-01 03:02:15 +00:00
17 lines
651 B
Modula-2
17 lines
651 B
Modula-2
module git.m2.nz/idanoo/nzcovidbot
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/DisgoOrg/disgohook v1.4.3
|
|
github.com/ashwanthkumar/slack-go-webhook v0.0.0-20200209025033-430dd4e66960
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4 // indirect
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/parnurzeal/gorequest v0.2.16 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
golang.org/x/net v0.0.0-20210326060303-6b1517762897 // indirect
|
|
moul.io/http2curl v1.0.0 // indirect
|
|
)
|