2019-05-25 18:24:36 +02:00
|
|
|
module github.com/erroneousboat/slack-term
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/0xAX/notificator v0.0.0-20171022182052-88d57ee9043b
|
2019-09-05 02:15:08 +02:00
|
|
|
github.com/OpenPeeDeeP/xdg v0.2.0
|
2019-05-25 18:24:36 +02:00
|
|
|
github.com/erroneousboat/termui v0.0.0-20170923115141-80f245cdfa04
|
2020-03-28 08:46:26 +01:00
|
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
2019-10-05 12:01:51 +02:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-12-10 04:43:10 +01:00
|
|
|
github.com/lithammer/fuzzysearch v1.1.0
|
2019-05-25 18:24:36 +02:00
|
|
|
github.com/maruel/panicparse v1.1.1 // indirect
|
2020-01-08 11:32:45 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.7
|
2019-05-25 18:24:36 +02:00
|
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
2020-01-08 11:32:45 +01:00
|
|
|
github.com/nsf/termbox-go v0.0.0-20191229070316-58d4fcbce2a7
|
2020-03-28 08:46:26 +01:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/slack-go/slack v0.6.3
|
2019-10-05 12:01:51 +02:00
|
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
2019-05-25 18:24:36 +02:00
|
|
|
)
|