1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-10 00:28:36 +02:00
notify/go.mod

16 lines
573 B
Modula-2
Raw Normal View History

2021-01-25 01:14:21 +02:00
module github.com/nikoksr/notify
go 1.15
require (
2021-01-26 10:26:11 +02:00
github.com/bwmarrin/discordgo v0.23.0
2021-01-25 01:14:21 +02:00
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
2021-01-25 06:05:00 +02:00
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
2021-01-26 10:26:11 +02:00
github.com/pkg/errors v0.9.1
2021-01-25 01:14:21 +02:00
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
2021-01-25 06:05:00 +02:00
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
2021-01-26 10:26:11 +02:00
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
2021-01-25 06:05:00 +02:00
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
2021-01-25 01:14:21 +02:00
)