Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.2 (#7283)
Bumps [github.com/DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) from 1.5.0 to 1.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/DATA-DOG/go-sqlmock/releases">github.com/DATA-DOG/go-sqlmock's releases</a>.</em></p> <blockquote> <h2>v1.5.2</h2> <h2>What's Changed</h2> <h3>Fixes breaking change from: <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/295">DATA-DOG/go-sqlmock#295</a></h3> <ul> <li>fix: make no argument passed validation opt-in by <a href="https://github.com/IvoGoman"><code>@IvoGoman</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/329">DATA-DOG/go-sqlmock#329</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/DATA-DOG/go-sqlmock/compare/v1.5.1...v1.5.2">https://github.com/DATA-DOG/go-sqlmock/compare/v1.5.1...v1.5.2</a></p> <h2>v1.5.1</h2> <p>Release was tested & verified using <a href="https://redirect.github.com/aws/aws-xray-sdk-go/pull/450">aws-sqk </a></p> <h2>What's Changed</h2> <ul> <li>Add go 1.15 in travis by <a href="https://github.com/gold-kou"><code>@gold-kou</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/234">DATA-DOG/go-sqlmock#234</a></li> <li>Update code sample by <a href="https://github.com/ashhadsheikh"><code>@ashhadsheikh</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/244">DATA-DOG/go-sqlmock#244</a></li> <li>Fix ExpectedExec Stringer implementation by <a href="https://github.com/maguro"><code>@maguro</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/249">DATA-DOG/go-sqlmock#249</a></li> <li>Add Multi Row Support by <a href="https://github.com/asahasrabuddhe"><code>@asahasrabuddhe</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/263">DATA-DOG/go-sqlmock#263</a></li> <li>Add Go 1.16 and 1.17 to Travis by <a href="https://github.com/gliptak"><code>@gliptak</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/279">DATA-DOG/go-sqlmock#279</a></li> <li>fix package by <a href="https://github.com/col3name"><code>@col3name</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/284">DATA-DOG/go-sqlmock#284</a></li> <li>[Chore]: Add Issue Template by <a href="https://github.com/Ghvstcode"><code>@Ghvstcode</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/289">DATA-DOG/go-sqlmock#289</a></li> <li>Fix args passed not exp by <a href="https://github.com/IvoGoman"><code>@IvoGoman</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/295">DATA-DOG/go-sqlmock#295</a></li> <li>fixes csv parse errors being silently ignored by <a href="https://github.com/IvoGoman"><code>@IvoGoman</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/315">DATA-DOG/go-sqlmock#315</a></li> <li>CSVColParser: correctly set nil values in Rows by <a href="https://github.com/IvoGoman"><code>@IvoGoman</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/318">DATA-DOG/go-sqlmock#318</a></li> <li>Modify: existing panic in AddRow to give a hint to the issue by <a href="https://github.com/co60ca"><code>@co60ca</code></a> in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/326">DATA-DOG/go-sqlmock#326</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gold-kou"><code>@gold-kou</code></a> made their first contribution in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/234">DATA-DOG/go-sqlmock#234</a></li> <li><a href="https://github.com/ashhadsheikh"><code>@ashhadsheikh</code></a> made their first contribution in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/244">DATA-DOG/go-sqlmock#244</a></li> <li><a href="https://github.com/maguro"><code>@maguro</code></a> made their first contribution in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/249">DATA-DOG/go-sqlmock#249</a></li> <li><a href="https://github.com/asahasrabuddhe"><code>@asahasrabuddhe</code></a> made their first contribution in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/263">DATA-DOG/go-sqlmock#263</a></li> <li><a href="https://github.com/col3name"><code>@col3name</code></a> made their first contribution in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/284">DATA-DOG/go-sqlmock#284</a></li> <li><a href="https://github.com/Ghvstcode"><code>@Ghvstcode</code></a> made their first contribution in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/289">DATA-DOG/go-sqlmock#289</a></li> <li><a href="https://github.com/IvoGoman"><code>@IvoGoman</code></a> made their first contribution in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/295">DATA-DOG/go-sqlmock#295</a></li> <li><a href="https://github.com/co60ca"><code>@co60ca</code></a> made their first contribution in <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/pull/326">DATA-DOG/go-sqlmock#326</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/DATA-DOG/go-sqlmock/compare/v1.5.0...v1.5.1">https://github.com/DATA-DOG/go-sqlmock/compare/v1.5.0...v1.5.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DATA-DOG/go-sqlmock/commit/13767dc13af128db29eaa5622178abcd9729daec"><code>13767dc</code></a> Merge pull request <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/issues/329">#329</a> from IvoGoman/optionalNoArgs</li> <li><a href="https://github.com/DATA-DOG/go-sqlmock/commit/a6a27b71b91fa833474353571363d22b4541c687"><code>a6a27b7</code></a> fix: make no argument passed validation opt-in</li> <li><a href="https://github.com/DATA-DOG/go-sqlmock/commit/b2d135c5e4bca66a3e7055ff43f64b245a5bc612"><code>b2d135c</code></a> Merge pull request <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/issues/326">#326</a> from co60ca/master</li> <li><a href="https://github.com/DATA-DOG/go-sqlmock/commit/e4270300ef8b76cff7217fbe408b28adbf52fde6"><code>e427030</code></a> Modify: existing panic in AddRow to give a hint to the issue</li> <li><a href="https://github.com/DATA-DOG/go-sqlmock/commit/b2f0b45ee89df7dfd29e32a5f9bf087791c9a61f"><code>b2f0b45</code></a> Merge pull request <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/issues/318">#318</a> from IvoGoman/fix/nilonstringpointer</li> <li><a href="https://github.com/DATA-DOG/go-sqlmock/commit/4a9308e2e87ec768ea28c81f46fdf3543454c16c"><code>4a9308e</code></a> Update rows_test.go</li> <li><a href="https://github.com/DATA-DOG/go-sqlmock/commit/fd971def423315aacad9923a9a9eb8e4ab86ce11"><code>fd971de</code></a> CSVColParser: correctly set nil values in Rows</li> <li><a href="https://github.com/DATA-DOG/go-sqlmock/commit/3476f31d8fc4d652040f8d534380f5b54a8d3a42"><code>3476f31</code></a> Merge pull request <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/issues/315">#315</a> from IvoGoman/fix/invalidcsvstring</li> <li><a href="https://github.com/DATA-DOG/go-sqlmock/commit/a1ad26d1102880d2124d764aa0a80707f95dffee"><code>a1ad26d</code></a> fixes csv parse errors being silently ignored</li> <li><a href="https://github.com/DATA-DOG/go-sqlmock/commit/44e746a20e094153210b5b25fea30c38804a8b29"><code>44e746a</code></a> Merge pull request <a href="https://redirect.github.com/DATA-DOG/go-sqlmock/issues/295">#295</a> from IvoGoman/fix-args-passed-not-exp</li> <li>Additional commits viewable in <a href="https://github.com/DATA-DOG/go-sqlmock/compare/v1.5.0...v1.5.2">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information