Skip to content

Commit 3278d25

Browse files
build(deps): bump github.com/ncruces/go-sqlite3
Bumps the production-dependencies group with 1 update: [github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3). Updates `github.com/ncruces/go-sqlite3` from 0.32.0 to 0.33.3 - [Release notes](https://github.com/ncruces/go-sqlite3/releases) - [Commits](ncruces/go-sqlite3@v0.32.0...v0.33.3) --- updated-dependencies: - dependency-name: github.com/ncruces/go-sqlite3 dependency-version: 0.33.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 428d4e6 commit 3278d25

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/jackc/pgx/v5 v5.9.2
1616
github.com/jinzhu/inflection v1.0.0
1717
github.com/lib/pq v1.12.3
18-
github.com/ncruces/go-sqlite3 v0.32.0
18+
github.com/ncruces/go-sqlite3 v0.33.3
1919
github.com/pganalyze/pg_query_go/v6 v6.2.2
2020
github.com/pingcap/tidb/pkg/parser v0.0.0-20260418072757-ce92298d1124
2121
github.com/riza-io/grpc-go v0.2.0
@@ -39,6 +39,7 @@ require (
3939
github.com/jackc/pgpassfile v1.0.0 // indirect
4040
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
4141
github.com/jackc/puddle/v2 v2.2.2 // indirect
42+
github.com/ncruces/go-sqlite3-wasm v1.1.1-0.20260409221933-87e4b35a38d0 // indirect
4243
github.com/ncruces/julianday v1.0.0 // indirect
4344
github.com/pingcap/errors v0.11.5-0.20250523034308-74f78ae071ee // indirect
4445
github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86 // indirect

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
5353
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
5454
github.com/lib/pq v1.12.3 h1:tTWxr2YLKwIvK90ZXEw8GP7UFHtcbTtty8zsI+YjrfQ=
5555
github.com/lib/pq v1.12.3/go.mod h1:/p+8NSbOcwzAEI7wiMXFlgydTwcgTr3OSKMsD2BitpA=
56-
github.com/ncruces/go-sqlite3 v0.32.0 h1:hNBUXp88LrfQCsuyXLqWTbTUG35sUuktDsqhhgHvU20=
57-
github.com/ncruces/go-sqlite3 v0.32.0/go.mod h1:MIWTK60ONDl0oVY073zYvJP21C3Dly6P9bxVpgkLwdQ=
56+
github.com/ncruces/go-sqlite3 v0.33.3 h1:6jCR3KuGvJSEwhaQrkHDGeIe2qCQ6nOUDNsPz7ZIotw=
57+
github.com/ncruces/go-sqlite3 v0.33.3/go.mod h1:t2Osfw0wcKzJTgv2EvrkTtVLqlbKTA5Yvwb2ypAlBcY=
58+
github.com/ncruces/go-sqlite3-wasm v1.1.1-0.20260409221933-87e4b35a38d0 h1:ymE9H30x1AyW5VfMNkJC9teuI2W1jjMsQS7kc6zl6Tg=
59+
github.com/ncruces/go-sqlite3-wasm v1.1.1-0.20260409221933-87e4b35a38d0/go.mod h1:/H3+JykPsfSlvKbOxNSx9kKwm3ecqQGzyCs1e9KkNsU=
5860
github.com/ncruces/julianday v1.0.0 h1:fH0OKwa7NWvniGQtxdJRxAgkBMolni2BjDHaWTxqt7M=
5961
github.com/ncruces/julianday v1.0.0/go.mod h1:Dusn2KvZrrovOMJuOt0TNXL6tB7U2E8kvza5fFc9G7g=
6062
github.com/pganalyze/pg_query_go/v6 v6.2.2 h1:O0L6zMC226R82RF3X5n0Ki6HjytDsoAzuzp4ATVAHNo=

0 commit comments

Comments
 (0)