mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
9 lines
208 B
Modula-2
9 lines
208 B
Modula-2
|
module github.com/Rhymen/go-whatsapp
|
||
|
|
||
|
require (
|
||
|
github.com/golang/protobuf v1.3.0
|
||
|
github.com/gorilla/websocket v1.4.0
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
||
|
)
|