From 9931774627d59914a7f5b81dfcf814d2d0478661 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 20 Jun 2022 03:32:02 +0300 Subject: [PATCH] fix(deps): Update module github.com/Masterminds/squirrel to v1.5.3 (#347) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/Masterminds/squirrel](https://togithub.com/Masterminds/squirrel) | require | patch | `v1.5.0` -> `v1.5.3` | --- ### Release Notes
Masterminds/squirrel ### [`v1.5.3`](https://togithub.com/Masterminds/squirrel/compare/v1.5.2...v1.5.3) [Compare Source](https://togithub.com/Masterminds/squirrel/compare/v1.5.2...v1.5.3) ### [`v1.5.2`](https://togithub.com/Masterminds/squirrel/releases/tag/v1.5.2) [Compare Source](https://togithub.com/Masterminds/squirrel/compare/v1.5.1...v1.5.2) #### What's Changed - [#​301](https://togithub.com/Masterminds/squirrel/issues/301) Conjunction produces wrong dollar parameter placeholders by [@​strider2038](https://togithub.com/strider2038) in [https://github.com/Masterminds/squirrel/pull/302](https://togithub.com/Masterminds/squirrel/pull/302) ### [`v1.5.1`](https://togithub.com/Masterminds/squirrel/releases/tag/v1.5.1) [Compare Source](https://togithub.com/Masterminds/squirrel/compare/v1.5.0...v1.5.1) #### What's Changed - doc: fix deprecated usage of NewStmtCache by [@​elvizlai](https://togithub.com/elvizlai) in [https://github.com/Masterminds/squirrel/pull/274](https://togithub.com/Masterminds/squirrel/pull/274) - Add missing MustSql methods by [@​swithek](https://togithub.com/swithek) in [https://github.com/Masterminds/squirrel/pull/288](https://togithub.com/Masterminds/squirrel/pull/288) - Fix Select subquery with DollarPlaceholder by [@​lann](https://togithub.com/lann) in [https://github.com/Masterminds/squirrel/pull/298](https://togithub.com/Masterminds/squirrel/pull/298) #### New Contributors - [@​swithek](https://togithub.com/swithek) made their first contribution in [https://github.com/Masterminds/squirrel/pull/288](https://togithub.com/Masterminds/squirrel/pull/288) **Full Changelog**: https://github.com/Masterminds/squirrel/compare/v1.5.0...v1.5.1
--- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c65cd4a8..e562a1d8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/cloudquery/cq-provider-sdk go 1.17 require ( - github.com/Masterminds/squirrel v1.5.0 + github.com/Masterminds/squirrel v1.5.3 github.com/aws/smithy-go v1.4.0 github.com/cloudquery/faker/v3 v3.7.5 github.com/creasty/defaults v1.5.2 diff --git a/go.sum b/go.sum index a5ca7d95..7031cfde 100644 --- a/go.sum +++ b/go.sum @@ -69,8 +69,8 @@ github.com/ClickHouse/clickhouse-go v1.4.3/go.mod h1:EaI/sW7Azgz9UATzd5ZdZHRUhHg github.com/DATA-DOG/go-sqlmock v1.5.0 h1:Shsta01QNfFxHCfpW6YH2STWB0MudeXXEWMr20OEh60= github.com/DATA-DOG/go-sqlmock v1.5.0/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= -github.com/Masterminds/squirrel v1.5.0 h1:JukIZisrUXadA9pl3rMkjhiamxiB0cXiu+HGp/Y8cY8= -github.com/Masterminds/squirrel v1.5.0/go.mod h1:NNaOrjSoIDfDA40n7sr2tPNZRfjzjA400rg+riTZj10= +github.com/Masterminds/squirrel v1.5.3 h1:YPpoceAcxuzIljlr5iWpNKaql7hLeG1KLSrhvdHpkZc= +github.com/Masterminds/squirrel v1.5.3/go.mod h1:NNaOrjSoIDfDA40n7sr2tPNZRfjzjA400rg+riTZj10= github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5/go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw=