Skip to content

Commit 09f8109

Browse files
Bump github.com/mattn/go-sqlite3 from 1.14.34 to 1.14.37 (#3094)
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.34 to 1.14.37. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mattn/go-sqlite3/commit/bb8d0b2a05b09af1f10223174446381756d69e1b"><code>bb8d0b2</code></a> Bump Go test matrix versions from 1.23-1.25 to 1.24-1.26</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/bc7436edad4740da6291ca279110b9a484a8e27f"><code>bc7436e</code></a> Bump GitHub Actions versions to latest</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/0f12d4e815364608302e3c20026a0826ac4bf85e"><code>0f12d4e</code></a> Ensure Close always removes runtime finalizer to prevent memory leak</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/d71eda82d46fecab5932c527e315a2114d4ba754"><code>d71eda8</code></a> Fix upgrade.sh: add already-up-to-date check and fix changelog URL format</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/4ea2a9fb44c7ecc6eee436d26a32ab34a79a87ce"><code>4ea2a9f</code></a> Upgrade SQLite to version 3051003</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/8c99a685547a38cebad273b2d8f2db6929b1d6ff"><code>8c99a68</code></a> Call sqlite3_clear_bindings() in bind() to reset parameters</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/5a1f4d3045b5f8f3426864924698ab61497ec78d"><code>5a1f4d3</code></a> use unsafe.Slice</li> <li><a href="https://github.com/mattn/go-sqlite3/commit/8366a001c1c4d13979f74d1fd370ad6c36e91c46"><code>8366a00</code></a> create pull-request</li> <li>See full diff in <a href="https://github.com/mattn/go-sqlite3/compare/v1.14.34...v1.14.37">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-sqlite3&package-manager=go_modules&previous-version=1.14.34&new-version=1.14.37)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2b8c20 commit 09f8109

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/junegunn/fzf v0.65.2
2121
github.com/kevinburke/ssh_config v1.2.0
2222
github.com/launchdarkly/eventsource v1.11.0
23-
github.com/mattn/go-sqlite3 v1.14.34
23+
github.com/mattn/go-sqlite3 v1.14.37
2424
github.com/mitchellh/mapstructure v1.5.0
2525
github.com/sashabaranov/go-openai v1.41.2
2626
github.com/sawka/txwrap v0.2.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJ
104104
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
105105
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
106106
github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
107-
github.com/mattn/go-sqlite3 v1.14.34 h1:3NtcvcUnFBPsuRcno8pUtupspG/GM+9nZ88zgJcp6Zk=
108-
github.com/mattn/go-sqlite3 v1.14.34/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
107+
github.com/mattn/go-sqlite3 v1.14.37 h1:3DOZp4cXis1cUIpCfXLtmlGolNLp2VEqhiB/PARNBIg=
108+
github.com/mattn/go-sqlite3 v1.14.37/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
109109
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
110110
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
111111
github.com/photostorm/pty v1.1.19-0.20230903182454-31354506054b h1:cLGKfKb1uk0hxI0Q8L83UAJPpeJ+gSpn3cCU/tjd3eg=

0 commit comments

Comments
 (0)