summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/nlopes/slack/go.mod
blob: 87256eb17a7e9f7e5885c487fb4b4b0a60e70fdb (plain) (blame)
1
2
3
4
5
6
7
8
9
module github.com/nlopes/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
)