-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
26 lines (24 loc) · 967 Bytes
/
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
module github.com/kamaln7/karmabot
go 1.13
require (
github.com/aybabtme/log v0.0.0-20170418131122-ba6ae9871c28
github.com/boombuler/barcode v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/go-kit/kit v0.8.0 // indirect
github.com/go-logfmt/logfmt v0.4.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gorilla/mux v1.7.0
github.com/gorilla/websocket v1.4.0 // indirect
github.com/kamaln7/envy v1.1.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-20190426140909-c40012f20018 // indirect
github.com/mattn/go-sqlite3 v1.10.0
github.com/nlopes/slack v0.5.0
github.com/pkg/errors v0.8.1 // indirect
github.com/pquerna/otp v1.1.0
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.4.0 // indirect
github.com/urfave/cli v1.20.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)