Codebase list golang-github-nlopes-slack / upstream/0.6.0+dfsg go.mod
upstream/0.6.0+dfsg

Tree @upstream/0.6.0+dfsg (Download .tar.gz)

go.mod @upstream/0.6.0+dfsgraw · history · 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
)