diff options
author | Wim <wim@42.be> | 2020-03-28 23:41:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 23:41:35 +0100 |
commit | 0f2d8a599c6b3f2ee6cba4d0d887fe021df84ca6 (patch) | |
tree | 61c5f3d3a6ebcfd0fe0a371bfbd040e6918353ca /go.mod | |
parent | 54b3143a1d2997abc2a38bc608437c4ac362245f (diff) | |
download | matterbridge-msglm-0f2d8a599c6b3f2ee6cba4d0d887fe021df84ca6.tar.gz matterbridge-msglm-0f2d8a599c6b3f2ee6cba4d0d887fe021df84ca6.tar.bz2 matterbridge-msglm-0f2d8a599c6b3f2ee6cba4d0d887fe021df84ca6.zip |
Update vendor d5/tengo (#1066)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ require ( 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.0 - github.com/d5/tengo/v2 v2.0.2 + github.com/d5/tengo/v2 v2.1.2 github.com/dfordsoft/golib v0.0.0-20180902042739-76ee6ab99bec github.com/fsnotify/fsnotify v1.4.7 github.com/go-telegram-bot-api/telegram-bot-api v4.6.5-0.20181225215658-ec221ba9ea45+incompatible |