2021-01-25 01:14:21 +02:00
|
|
|
module github.com/nikoksr/notify
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-02-13 23:24:06 +02:00
|
|
|
github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f
|
|
|
|
github.com/Rhymen/go-whatsapp v0.1.1
|
2021-03-10 19:39:27 +02:00
|
|
|
github.com/RocketChat/Rocket.Chat.Go.SDK v0.0.0-20210112200207-10ab4d695d60
|
2021-04-27 10:19:00 +02:00
|
|
|
github.com/atc0005/go-teams-notify/v2 v2.5.0
|
2021-05-21 10:08:18 +02:00
|
|
|
github.com/aws/aws-sdk-go-v2 v1.6.0
|
|
|
|
github.com/aws/aws-sdk-go-v2/config v1.3.0
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.2.1
|
2021-04-27 10:18:51 +02:00
|
|
|
github.com/aws/aws-sdk-go-v2/service/ses v1.2.2
|
2021-02-09 00:00:10 +02:00
|
|
|
github.com/bwmarrin/discordgo v0.23.2
|
2021-02-12 20:21:01 +02:00
|
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
2021-02-05 10:24:19 +02:00
|
|
|
github.com/cschomburg/go-pushbullet v0.0.0-20171206132031-67759df45fbb
|
2021-01-31 00:05:48 +02:00
|
|
|
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d
|
|
|
|
github.com/dghubble/oauth1 v0.7.0
|
2021-01-25 01:14:21 +02:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
2021-04-27 10:53:52 +02:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/gomodule/redigo v1.8.4 // indirect
|
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
2021-01-25 06:05:00 +02:00
|
|
|
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
|
2021-02-23 12:18:27 +02:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/line/line-bot-sdk-go v7.8.0+incompatible
|
2021-04-27 10:19:09 +02:00
|
|
|
github.com/mailgun/mailgun-go/v4 v4.5.1
|
2021-02-13 23:24:06 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.8 // indirect
|
2021-02-12 20:21:01 +02:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
2021-02-23 12:18:27 +02:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2021-01-26 10:26:11 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2021-04-27 10:18:51 +02:00
|
|
|
github.com/plivo/plivo-go v5.5.2+incompatible
|
2021-03-16 02:39:23 +02:00
|
|
|
github.com/sendgrid/rest v2.6.3+incompatible // indirect
|
2021-05-25 17:37:57 +02:00
|
|
|
github.com/sendgrid/sendgrid-go v3.10.0+incompatible
|
2021-04-27 10:18:51 +02:00
|
|
|
github.com/silenceper/wechat/v2 v2.0.5
|
2021-03-16 02:39:23 +02:00
|
|
|
github.com/sirupsen/logrus v1.8.1 // indirect
|
2021-02-17 02:16:33 +02:00
|
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
2021-05-25 17:36:04 +02:00
|
|
|
github.com/slack-go/slack v0.9.1
|
2021-02-12 20:21:01 +02:00
|
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
2021-02-06 11:00:42 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-01-25 01:14:21 +02:00
|
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
2021-04-27 10:53:52 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
|
2021-02-23 01:03:39 +02:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-04-27 10:53:52 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
|
2021-02-23 12:18:27 +02:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2021-02-12 20:21:01 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2021-01-25 01:14:21 +02:00
|
|
|
)
|