Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
fix(deps): Update module github.com/Masterminds/squirrel to v1.5.3 (#347
Browse files Browse the repository at this point in the history
)

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

<details>
<summary>Masterminds/squirrel</summary>

### [`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

-   [#&#8203;301](https://togithub.com/Masterminds/squirrel/issues/301) Conjunction produces wrong dollar parameter placeholders by [@&#8203;strider2038](https://togithub.com/strider2038) in [Masterminds/squirrel#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 [@&#8203;elvizlai](https://togithub.com/elvizlai) in [Masterminds/squirrel#274
-   Add missing MustSql methods by [@&#8203;swithek](https://togithub.com/swithek) in [Masterminds/squirrel#288
-   Fix Select subquery with DollarPlaceholder by [@&#8203;lann](https://togithub.com/lann) in [Masterminds/squirrel#298

#### New Contributors

-   [@&#8203;swithek](https://togithub.com/swithek) made their first contribution in [Masterminds/squirrel#288

**Full Changelog**: Masterminds/squirrel@v1.5.0...v1.5.1

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
  • Loading branch information
cq-bot committed Jun 20, 2022
1 parent 489abbc commit 9931774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -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=
Expand Down

0 comments on commit 9931774

Please sign in to comment.