Skip to content

Commit

Permalink
maint(deps): bump github.com/go-sql-driver/mysql from 1.7.0 to 1.7.1 (#…
Browse files Browse the repository at this point in the history
…379)

Bumps
[github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql)
from 1.7.0 to 1.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/go-sql-driver/mysql/releases">github.com/go-sql-driver/mysql's
releases</a>.</em></p>
<blockquote>
<h2>v1.7.1</h2>
<h2>What's Changed</h2>
<ul>
<li>bump actions/checkout@v3 and actions/setup-go@v3 by <a
href="https://github.com/shogo82148"><code>@​shogo82148</code></a> in <a
href="https://redirect.github.com/go-sql-driver/mysql/pull/1375">go-sql-driver/mysql#1375</a></li>
<li>Use SET syntax as specified in the MySQL documentation by <a
href="https://github.com/beautifulentropy"><code>@​beautifulentropy</code></a>
in <a
href="https://redirect.github.com/go-sql-driver/mysql/pull/1402">go-sql-driver/mysql#1402</a></li>
<li>Add go1.20 and mariadb10.11 to the testing matrix by <a
href="https://github.com/pgporada"><code>@​pgporada</code></a> in <a
href="https://redirect.github.com/go-sql-driver/mysql/pull/1403">go-sql-driver/mysql#1403</a></li>
<li>Increase default maxAllowedPacket size. by <a
href="https://github.com/methane"><code>@​methane</code></a> in <a
href="https://redirect.github.com/go-sql-driver/mysql/pull/1411">go-sql-driver/mysql#1411</a></li>
<li>Correct maxAllowedPacket default value mentioned in docs to match
the… by <a href="https://github.com/sjmudd"><code>@​sjmudd</code></a> in
<a
href="https://redirect.github.com/go-sql-driver/mysql/pull/1412">go-sql-driver/mysql#1412</a></li>
<li>fix some comments by <a
href="https://github.com/cuishuang"><code>@​cuishuang</code></a> in <a
href="https://redirect.github.com/go-sql-driver/mysql/pull/1417">go-sql-driver/mysql#1417</a></li>
<li>Update changelog for version 1.7.1 by <a
href="https://github.com/methane"><code>@​methane</code></a> in <a
href="https://redirect.github.com/go-sql-driver/mysql/pull/1418">go-sql-driver/mysql#1418</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/beautifulentropy"><code>@​beautifulentropy</code></a>
made their first contribution in <a
href="https://redirect.github.com/go-sql-driver/mysql/pull/1402">go-sql-driver/mysql#1402</a></li>
<li><a href="https://github.com/pgporada"><code>@​pgporada</code></a>
made their first contribution in <a
href="https://redirect.github.com/go-sql-driver/mysql/pull/1403">go-sql-driver/mysql#1403</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/go-sql-driver/mysql/compare/v1.7.0...v1.7.1">https://github.com/go-sql-driver/mysql/compare/v1.7.0...v1.7.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/go-sql-driver/mysql/blob/master/CHANGELOG.md">github.com/go-sql-driver/mysql's
changelog</a>.</em></p>
<blockquote>
<h2>Version 1.7.1 (2023-04-25)</h2>
<p>Changes:</p>
<ul>
<li>bump actions/checkout@v3 and actions/setup-go@v3 (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1375">#1375</a>)</li>
<li>Add go1.20 and mariadb10.11 to the testing matrix (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1403">#1403</a>)</li>
<li>Increase default maxAllowedPacket size. (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1411">#1411</a>)</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Use SET syntax as specified in the MySQL documentation (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1402">#1402</a>)</li>
</ul>
<h2>Version 1.7 (2022-11-29)</h2>
<p>Changes:</p>
<ul>
<li>Drop support of Go 1.12 (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1211">#1211</a>)</li>
<li>Refactoring <code>(*textRows).readRow</code> in a more clear way (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1230">#1230</a>)</li>
<li>util: Reduce boundary check in escape functions. (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1316">#1316</a>)</li>
<li>enhancement for mysqlConn handleAuthResult (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1250">#1250</a>)</li>
</ul>
<p>New Features:</p>
<ul>
<li>support Is comparison on MySQLError (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1210">#1210</a>)</li>
<li>return unsigned in database type name when necessary (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1238">#1238</a>)</li>
<li>Add API to express like a --ssl-mode=PREFERRED MySQL client (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1370">#1370</a>)</li>
<li>Add SQLState to MySQLError (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1321">#1321</a>)</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Fix parsing 0 year. (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1257">#1257</a>)</li>
</ul>
<h2>Version 1.6 (2021-04-01)</h2>
<p>Changes:</p>
<ul>
<li>Migrate the CI service from travis-ci to GitHub Actions (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1176">#1176</a>,
<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1183">#1183</a>,
<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1190">#1190</a>)</li>
<li><code>NullTime</code> is deprecated (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/960">#960</a>,
<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1144">#1144</a>)</li>
<li>Reduce allocations when building SET command (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1111">#1111</a>)</li>
<li>Performance improvement for time formatting (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1118">#1118</a>)</li>
<li>Performance improvement for time parsing (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1098">#1098</a>,
<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1113">#1113</a>)</li>
</ul>
<p>New Features:</p>
<ul>
<li>Implement <code>driver.Validator</code> interface (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1106">#1106</a>,
<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1174">#1174</a>)</li>
<li>Support returning <code>uint64</code> from <code>Valuer</code> in
<code>ConvertValue</code> (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1143">#1143</a>)</li>
<li>Add <code>json.RawMessage</code> for converter and prepared
statement (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1059">#1059</a>)</li>
<li>Interpolate <code>json.RawMessage</code> as <code>string</code> (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1058">#1058</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/go-sql-driver/mysql/commit/f20b2863636093e5fbf1481b59bdaff3b0fbb779"><code>f20b286</code></a>
Update changelog for version 1.7.1 (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1418">#1418</a>)</li>
<li><a
href="https://github.com/go-sql-driver/mysql/commit/8503110d880a06b863c5a93c8214068c71f16e9d"><code>8503110</code></a>
fix some comments (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1417">#1417</a>)</li>
<li><a
href="https://github.com/go-sql-driver/mysql/commit/faedeff6d3187aad8fa1d08a206d082f8c371656"><code>faedeff</code></a>
Correct maxAllowedPacket default value mentioned in docs to match the
new set...</li>
<li><a
href="https://github.com/go-sql-driver/mysql/commit/f0e16c6977aae7045c058989971467759e470e99"><code>f0e16c6</code></a>
Increase default maxAllowedPacket size. (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1411">#1411</a>)</li>
<li><a
href="https://github.com/go-sql-driver/mysql/commit/d83ecdc268ff92fa198c0bf64356a1479cc83438"><code>d83ecdc</code></a>
Add go1.20 and mariadb10.11 to the testing matrix (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1403">#1403</a>)</li>
<li><a
href="https://github.com/go-sql-driver/mysql/commit/af380e92cd245f1815fa16f42ea65472a7cb06ee"><code>af380e9</code></a>
Use SET syntax as specified in the MySQL documentation (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1402">#1402</a>)</li>
<li><a
href="https://github.com/go-sql-driver/mysql/commit/4591e42e65cf483147a7c7a4f4cfeac81b21c917"><code>4591e42</code></a>
bump actions/checkout@v3 and actions/setup-go@v3 (<a
href="https://redirect.github.com/go-sql-driver/mysql/issues/1375">#1375</a>)</li>
<li>See full diff in <a
href="https://github.com/go-sql-driver/mysql/compare/v1.7.0...v1.7.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-sql-driver/mysql&package-manager=go_modules&previous-version=1.7.0&new-version=1.7.1)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2023
1 parent 2d940bf commit 08b1add
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/felixge/httpsnoop v1.0.3
github.com/gin-gonic/gin v1.8.1
github.com/go-sql-driver/mysql v1.7.0
github.com/go-sql-driver/mysql v1.7.1
github.com/gobuffalo/pop/v6 v6.1.1
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ github.com/go-playground/universal-translator v0.18.0/go.mod h1:UvRDBj+xPUEGrFYl
github.com/go-playground/validator/v10 v10.10.0 h1:I7mrTYv78z8k8VXa/qJlOlEXn/nBh+BF8dHX5nt/dr0=
github.com/go-playground/validator/v10 v10.10.0/go.mod h1:74x4gJWsvQexRdW8Pn3dXSGrTK4nAUsbPlLADvpJkos=
github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
github.com/go-sql-driver/mysql v1.7.0 h1:ueSltNNllEqE3qcWBTD0iQd3IpL/6U+mJxLkazJ7YPc=
github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI=
github.com/go-sql-driver/mysql v1.7.1/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
github.com/gobuffalo/attrs v1.0.3/go.mod h1:KvDJCE0avbufqS0Bw3UV7RQynESY0jjod+572ctX4t8=
github.com/gobuffalo/envy v1.10.2 h1:EIi03p9c3yeuRCFPOKcSfajzkLb3hrRjEpHGI8I2Wo4=
Expand Down

0 comments on commit 08b1add

Please sign in to comment.