From 49bd39e8f2b8588a8e84e42729e012de86da501c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 09:39:35 +1100 Subject: [PATCH] Bump github.com/d5/tengo/v2 from 2.6.2 to 2.7.0 (#640) Bumps [github.com/d5/tengo/v2](https://github.com/d5/tengo) from 2.6.2 to 2.7.0. - [Release notes](https://github.com/d5/tengo/releases) - [Changelog](https://github.com/d5/tengo/blob/master/.goreleaser.yml) - [Commits](https://github.com/d5/tengo/compare/v2.6.2...v2.7.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index df151745..3f04c5b2 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/thrasher-corp/gocryptotrader go 1.13 require ( - github.com/d5/tengo/v2 v2.6.2 + github.com/d5/tengo/v2 v2.7.0 github.com/friendsofgo/errors v0.9.2 // indirect github.com/fsnotify/fsnotify v1.4.9 // indirect github.com/gofrs/uuid v4.0.0+incompatible diff --git a/go.sum b/go.sum index e17b7c8e..3b4d9072 100644 --- a/go.sum +++ b/go.sum @@ -82,6 +82,7 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsr github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/d5/tengo/v2 v2.6.2 h1:AnPhA/Y5qrNLb5QSWHU9uXq25T3QTTdd2waTgsAHMdc= github.com/d5/tengo/v2 v2.6.2/go.mod h1:XRGjEs5I9jYIKTxly6HCF8oiiilk5E/RYXOZ5b0DZC8= +github.com/d5/tengo/v2 v2.7.0/go.mod h1:XRGjEs5I9jYIKTxly6HCF8oiiilk5E/RYXOZ5b0DZC8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=