-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathgo.mod
36 lines (34 loc) · 1.63 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module gomodules.xyz/notify
go 1.13
require (
github.com/appscode/go v0.0.0-20191119085241-0887d8ec2ecc
github.com/bwmarrin/discordgo v0.19.0
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/gobuffalo/envy v1.7.0 // indirect
github.com/golang/glog v1.0.0
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43
github.com/kr/text v0.2.0 // indirect
github.com/mailgun/mailgun-go v2.0.0+incompatible
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/olekukonko/tablewriter v0.0.1 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/ginkgo/v2 v2.1.6 // indirect
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.3.0 // indirect
github.com/slack-go/slack v0.6.5
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/stretchr/testify v1.8.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
gomodules.xyz/envconfig v1.3.1-0.20190308184047-426f31af0d45
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)