forked from gomodules/notify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
30 lines (29 loc) · 1.62 KB
/
Copy pathgo.mod
File metadata and controls
30 lines (29 loc) · 1.62 KB
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
module github.com/appscode/go-notify
require (
bitbucket.org/atlassian/go-stride v0.0.0-20180601005642-78855f0a5d80
github.com/appscode/envconfig v0.0.0-20170921113945-183bbe643a28
github.com/appscode/go v0.0.0-20180903163430-0499c350ad26
github.com/bwmarrin/discordgo v0.18.0
github.com/dgrijalva/jwt-go v3.2.0+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/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
github.com/lusis/slack-test v0.0.0-20180109053238-3c758769bfa6 // indirect
github.com/mailgun/mailgun-go v1.1.1
github.com/mattn/go-runewidth v0.0.3 // indirect
github.com/nlopes/slack v0.2.0
github.com/olekukonko/tablewriter v0.0.0-20180912035003-be2c049b30cc // indirect
github.com/onsi/gomega v1.4.2 // indirect
github.com/rs/zerolog v1.9.1 // indirect
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
github.com/tbruyelle/hipchat-go v0.0.0-20160921153256-749fb9e14beb
golang.org/x/crypto v0.0.0-20181012144002-a92615f3c490 // indirect
golang.org/x/net v0.0.0-20181011144130-49bb7cea24b1 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)