1
0
mirror of https://github.com/nikoksr/notify.git synced 2024-11-24 08:22:18 +02:00
notify/go.mod
2021-01-25 00:14:21 +01:00

18 lines
496 B
Modula-2

module github.com/nikoksr/notify
go 1.15
require (
github.com/bwmarrin/discordgo v0.22.1
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/labstack/gommon v0.3.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
go.uber.org/zap v1.10.0
golang.org/x/sync v0.0.0-20190423024810-112230192c58
gopkg.in/mail.v2 v2.3.1
)