From b8758b522089e901bba9b57785c40573e508d22d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 11:20:31 +1000 Subject: [PATCH] Bump github.com/d5/tengo/v2 from 2.3.0 to 2.3.2 (#508) Bumps [github.com/d5/tengo/v2](https://github.com/d5/tengo) from 2.3.0 to 2.3.2. - [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.3.0...v2.3.2) 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 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3f644c56..3efd7224 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/thrasher-corp/gocryptotrader go 1.12 require ( - github.com/d5/tengo/v2 v2.3.0 + github.com/d5/tengo/v2 v2.3.2 github.com/gofrs/uuid v3.3.0+incompatible github.com/golang/protobuf v1.4.2 github.com/google/go-querystring v1.0.0 diff --git a/go.sum b/go.sum index 4861d762..ac80287c 100644 --- a/go.sum +++ b/go.sum @@ -54,6 +54,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d h1:U+s90UTSY github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/d5/tengo/v2 v2.3.0 h1:KD4BKNeN+GvZcA/Y5m5K7LdozraQm4CX4u6D6GNKGw0= github.com/d5/tengo/v2 v2.3.0/go.mod h1:XRGjEs5I9jYIKTxly6HCF8oiiilk5E/RYXOZ5b0DZC8= +github.com/d5/tengo/v2 v2.3.2 h1:1OoQaAWROVnenXH5Z/ak+92sayUESu0LSOi83Wy54hk= +github.com/d5/tengo/v2 v2.3.2/go.mod h1:XRGjEs5I9jYIKTxly6HCF8oiiilk5E/RYXOZ5b0DZC8= github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= 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=