diff options
author | Wim <wim@42.be> | 2019-05-30 12:20:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-30 12:20:56 +0200 |
commit | 3418e8c9afbdf3e94ab26a20d8f12c042ae29fc4 (patch) | |
tree | c5358b971a95749bece9469e959041d4f2e54cc3 /vendor/github.com/matterbridge/go-whatsapp/go.mod | |
parent | 9619dff33417548a50e51a4f75f41b9de4a73327 (diff) | |
download | matterbridge-msglm-3418e8c9afbdf3e94ab26a20d8f12c042ae29fc4.tar.gz matterbridge-msglm-3418e8c9afbdf3e94ab26a20d8f12c042ae29fc4.tar.bz2 matterbridge-msglm-3418e8c9afbdf3e94ab26a20d8f12c042ae29fc4.zip |
Use upstream whatsapp again (#809)
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, 0 insertions, 8 deletions
diff --git a/vendor/github.com/matterbridge/go-whatsapp/go.mod b/vendor/github.com/matterbridge/go-whatsapp/go.mod deleted file mode 100644 index 2c2afb6d..00000000 --- a/vendor/github.com/matterbridge/go-whatsapp/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -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 -) |