2020-03-01 11:59:19 -08:00
|
|
|
module github.com/slack-go/slack
|
|
|
|
|
2019-09-07 13:46:58 -07:00
|
|
|
require (
|
2020-07-18 08:27:41 -07:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-03-01 11:59:19 -08:00
|
|
|
github.com/go-test/deep v1.0.4
|
2020-07-18 08:27:41 -07:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2019-09-07 13:46:58 -07:00
|
|
|
github.com/pkg/errors v0.8.0
|
2020-07-18 08:27:41 -07:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2019-09-07 13:46:58 -07:00
|
|
|
github.com/stretchr/testify v1.2.2
|
|
|
|
)
|
2020-03-28 15:50:47 -07:00
|
|
|
|
2021-05-05 13:03:28 -07:00
|
|
|
go 1.16
|