mirror of
https://github.com/42wim/matterbridge
synced 2024-11-07 09:20:23 +00:00
12 lines
253 B
Modula-2
12 lines
253 B
Modula-2
module github.com/Rhymen/go-whatsapp
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.1
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/pkg/errors v0.8.1
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
google.golang.org/protobuf v1.25.0
|
|
)
|
|
|
|
go 1.13
|