diff options
author | Wim <wim@42.be> | 2020-04-21 19:55:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 19:55:47 +0200 |
commit | 19eec2ed032f5f60086da1b318046113943575e3 (patch) | |
tree | 76169f79e4b8439b7be9065043aeca8725cc8af9 /go.mod | |
parent | d99c54343a8e097a8503854cff8b0d74ca7f9c3e (diff) | |
download | matterbridge-msglm-19eec2ed032f5f60086da1b318046113943575e3.tar.gz matterbridge-msglm-19eec2ed032f5f60086da1b318046113943575e3.tar.bz2 matterbridge-msglm-19eec2ed032f5f60086da1b318046113943575e3.zip |
Update Rhymen/go-whatsapp. Fixes #1107 (#1109)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ require ( github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f github.com/Jeffail/gabs v1.1.1 // indirect github.com/Philipp15b/go-steam v1.0.1-0.20190816133340-b04c5a83c1c0 - github.com/Rhymen/go-whatsapp v0.1.1-0.20200408093540-2f227c53b44f + github.com/Rhymen/go-whatsapp v0.1.1-0.20200421062035-31e8111ac334 github.com/d5/tengo/v2 v2.1.2 github.com/dfordsoft/golib v0.0.0-20180902042739-76ee6ab99bec github.com/fsnotify/fsnotify v1.4.7 |