mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-14 16:40:26 +00:00
10 lines
244 B
Modula-2
10 lines
244 B
Modula-2
|
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
|
||
|
)
|