2018-12-20 16:01:01 +00:00
|
|
|
module github.com/velour/catbase
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/PuerkitoBio/goquery v1.5.0 // indirect
|
|
|
|
github.com/chrissexton/leftpad v0.0.0-20181207133115-1e93189d2fff
|
2019-02-05 21:21:34 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.4.1 // indirect
|
2018-12-20 16:01:01 +00:00
|
|
|
github.com/gorilla/websocket v1.4.0 // indirect
|
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2019-03-10 02:26:11 +00:00
|
|
|
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
|
|
|
|
github.com/lusis/slack-test v0.0.0-20180109053238-3c758769bfa6 // indirect
|
2018-12-20 16:01:01 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.10.0
|
|
|
|
github.com/mmcdole/gofeed v1.0.0-beta2
|
|
|
|
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
|
2019-02-06 03:52:49 +00:00
|
|
|
github.com/nlopes/slack v0.5.0
|
2019-03-10 02:26:11 +00:00
|
|
|
github.com/olebedev/when v0.0.0-20190131080308-164b69386514
|
2018-12-20 16:01:01 +00:00
|
|
|
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d // indirect
|
2019-03-07 16:35:42 +00:00
|
|
|
github.com/rs/zerolog v1.12.0
|
2018-12-20 16:01:01 +00:00
|
|
|
github.com/stretchr/objx v0.1.1 // indirect
|
2019-02-05 21:21:34 +00:00
|
|
|
github.com/stretchr/testify v1.3.0
|
2018-12-20 16:01:01 +00:00
|
|
|
github.com/velour/chat v0.0.0-20180713122344-fd1d1606cb89
|
|
|
|
github.com/velour/velour v0.0.0-20160303155839-8e090e68d158
|
2019-02-05 21:21:34 +00:00
|
|
|
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
|
2019-03-10 02:26:11 +00:00
|
|
|
google.golang.org/appengine v1.4.0 // indirect
|
2018-12-20 16:01:01 +00:00
|
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
|
|
)
|