matterbridge/vendor/github.com/nlopes/slack/go.mod

10 lines
250 B
Modula-2
Raw Normal View History

2019-11-14 00:04:39 +01:00
module github.com/matterbridge/slack
2019-09-07 22:46:58 +02:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gorilla/websocket v1.2.0
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
)