summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/nlopes/slack/go.mod
blob: a97bf38141becd15d3c2195c620d344fb036916a (plain) (blame)
1
2
3
4
5
6
7
8
9
module github.com/matterbridge/slack

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
)