mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-30 06:32:01 -08:00
11 lines
223 B
Modula-2
11 lines
223 B
Modula-2
module github.com/Rhymen/go-whatsapp
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.2
|
|
github.com/gorilla/websocket v1.4.2
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
|
google.golang.org/protobuf v1.24.0
|
|
)
|