module github.com/go-joe/slack-adapter go 1.13 require ( github.com/go-joe/joe v0.9.0 github.com/gorilla/websocket v1.4.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/nlopes/slack v0.5.0 github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.3.0 go.uber.org/atomic v1.4.0 // indirect go.uber.org/multierr v1.2.0 // indirect go.uber.org/zap v1.10.0 )