5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 07:52:32 +00:00
matterbridge/vendor/github.com/Rhymen/go-whatsapp/go.mod

12 lines
253 B
Modula-2
Raw Normal View History

2019-05-30 10:20:56 +00:00
module github.com/Rhymen/go-whatsapp
require (
2021-05-29 22:25:30 +00:00
github.com/golang/protobuf v1.4.1
github.com/gorilla/websocket v1.4.1
2019-05-30 10:20:56 +00:00
github.com/pkg/errors v0.8.1
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
2021-05-29 22:25:30 +00:00
google.golang.org/protobuf v1.25.0
2019-05-30 10:20:56 +00:00
)
2020-01-09 20:02:56 +00:00
go 1.13