mirror of
https://github.com/nikoksr/notify.git
synced 2024-11-24 08:22:18 +02:00
16 lines
558 B
Modula-2
16 lines
558 B
Modula-2
module github.com/nikoksr/notify
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.23.0
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
|
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/slack-go/slack v0.8.0
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
|
|
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
|
|
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
|
|
)
|