From 97b71dd9bd5ea46edfc0cd3b98137bcc8f8b2276 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Thu, 5 Mar 2020 08:44:55 +1100 Subject: [PATCH] Bump github.com/d5/tengo/v2 from 2.0.5 to 2.1.1 (#462) Bumps [github.com/d5/tengo/v2](https://github.com/d5/tengo) from 2.0.5 to 2.1.1. - [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.0.5...v2.1.1) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f59e8135..732439b7 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.0.5 + github.com/d5/tengo/v2 v2.1.1 github.com/gofrs/uuid v3.2.0+incompatible github.com/golang/protobuf v1.3.4 github.com/google/go-querystring v1.0.0 diff --git a/go.sum b/go.sum index b82de93d..7b8a4f43 100644 --- a/go.sum +++ b/go.sum @@ -36,6 +36,8 @@ github.com/d5/tengo/v2 v2.0.4 h1:iGeE4v6uMYOF7BCHT+zctdIXEti3oqqFOYkUwTHEUv4= github.com/d5/tengo/v2 v2.0.4/go.mod h1:XRGjEs5I9jYIKTxly6HCF8oiiilk5E/RYXOZ5b0DZC8= github.com/d5/tengo/v2 v2.0.5 h1:l8MoAjhylCQ9nfqdPdhqA7IsMXZk2CrNI2U613P32aM= github.com/d5/tengo/v2 v2.0.5/go.mod h1:XRGjEs5I9jYIKTxly6HCF8oiiilk5E/RYXOZ5b0DZC8= +github.com/d5/tengo/v2 v2.1.1 h1:b6+k/B7xWENBDIx8iTNMXQbbvASjRKr5DtIto5J6gkU= +github.com/d5/tengo/v2 v2.1.1/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=