forked from karlkfi/pagerbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (20 loc) · 968 Bytes
/
go.mod
File metadata and controls
21 lines (20 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/karlkfi/pagerbot
require (
github.com/PagerDuty/go-pagerduty v0.0.0-20181104233218-fe8f9c4593d0
github.com/google/go-querystring v1.0.0 // indirect
github.com/gorilla/websocket v1.2.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/kr/pretty v0.1.0 // indirect
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
github.com/lusis/slack-test v0.0.0-20180109053238-3c758769bfa6 // indirect
github.com/mitchellh/gox v0.4.0 // indirect
github.com/mitchellh/iochan v1.0.0 // indirect
github.com/nlopes/slack v0.4.0
github.com/pkg/errors v0.8.0 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/voxelbrain/goptions v0.0.0-20151102231003-26cb8b046923
golang.org/x/crypto v0.0.0-20181127143415-eb0de9b17e85 // indirect
golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.0.0-20160301204022-a83829b6f129
)