2021-01-25 00:14:21 +01:00
|
|
|
module github.com/nikoksr/notify
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-01-29 19:25:38 +01:00
|
|
|
github.com/atc0005/go-teams-notify/v2 v2.4.2
|
|
|
|
github.com/bwmarrin/discordgo v0.23.1
|
2021-02-05 09:24:19 +01:00
|
|
|
github.com/cschomburg/go-pushbullet v0.0.0-20171206132031-67759df45fbb
|
2021-01-30 22:05:48 +00:00
|
|
|
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d
|
|
|
|
github.com/dghubble/oauth1 v0.7.0
|
2021-01-25 00:14:21 +01:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
2021-01-25 05:05:00 +01:00
|
|
|
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
|
2021-01-26 09:26:11 +01:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-01-26 22:25:16 +00:00
|
|
|
github.com/slack-go/slack v0.8.0
|
2021-01-25 00:14:21 +01:00
|
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
2021-01-29 19:25:38 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
|
2021-01-26 09:26:11 +01:00
|
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
2021-01-29 19:25:38 +01:00
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
2021-01-25 00:14:21 +01:00
|
|
|
)
|