diff options
Diffstat (limited to 'vendor/github.com/matterbridge/go-whatsapp/go.mod')
-rw-r--r-- | vendor/github.com/matterbridge/go-whatsapp/go.mod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/go-whatsapp/go.mod b/vendor/github.com/matterbridge/go-whatsapp/go.mod new file mode 100644 index 00000000..2c2afb6d --- /dev/null +++ b/vendor/github.com/matterbridge/go-whatsapp/go.mod @@ -0,0 +1,8 @@ +module github.com/matterbridge/go-whatsapp + +require ( + github.com/golang/protobuf v1.2.0 + github.com/gorilla/websocket v1.4.0 + golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613 + golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect +) |