diff options
author | Wim <wim@42.be> | 2019-03-02 13:04:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-02 13:04:28 +0100 |
commit | df3fdc26a01a20c3568b824f4f15f9b56a2f3db3 (patch) | |
tree | 053e3caf197063f94af386e60c67e4bef69a7863 /vendor/github.com/Rhymen/go-whatsapp/go.mod | |
parent | af00c34aaccb3521b8dbf0bd8876a5b38d5d42f4 (diff) | |
download | matterbridge-msglm-df3fdc26a01a20c3568b824f4f15f9b56a2f3db3.tar.gz matterbridge-msglm-df3fdc26a01a20c3568b824f4f15f9b56a2f3db3.tar.bz2 matterbridge-msglm-df3fdc26a01a20c3568b824f4f15f9b56a2f3db3.zip |
Use whatsapp forks (#750)
Diffstat (limited to 'vendor/github.com/Rhymen/go-whatsapp/go.mod')
-rw-r--r-- | vendor/github.com/Rhymen/go-whatsapp/go.mod | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/Rhymen/go-whatsapp/go.mod b/vendor/github.com/Rhymen/go-whatsapp/go.mod deleted file mode 100644 index e5e3da3a..00000000 --- a/vendor/github.com/Rhymen/go-whatsapp/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -module github.com/Rhymen/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 -) |