Skip to content

Commit 66390fd

Browse files
chore(deps): bump modernc.org/sqlite from 1.14.0 to 1.39.1
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.14.0 to 1.39.1. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.14.0...v1.39.1) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f2ea8e7 commit 66390fd

File tree

2 files changed

+57
-164
lines changed

2 files changed

+57
-164
lines changed

go.mod

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,32 @@
11
module github.com/codecrafters-io/sqlite-tester
22

3-
go 1.24
3+
go 1.24.0
44

55
toolchain go1.24.1
66

77
require (
88
github.com/bxcodec/faker/v3 v3.6.0
99
github.com/codecrafters-io/tester-utils v0.4.5
10-
modernc.org/sqlite v1.14.0
10+
modernc.org/sqlite v1.39.1
1111
)
1212

1313
require (
1414
github.com/davecgh/go-spew v1.1.1 // indirect
15+
github.com/dustin/go-humanize v1.0.1 // indirect
1516
github.com/fatih/color v1.18.0 // indirect
16-
github.com/google/uuid v1.3.0 // indirect
17-
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
17+
github.com/google/uuid v1.6.0 // indirect
1818
github.com/mattn/go-colorable v0.1.14 // indirect
1919
github.com/mattn/go-isatty v0.0.20 // indirect
2020
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
21+
github.com/ncruces/go-strftime v0.1.9 // indirect
2122
github.com/pmezard/go-difflib v1.0.0 // indirect
22-
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
23+
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
2324
github.com/stretchr/testify v1.10.0 // indirect
24-
golang.org/x/mod v0.3.0 // indirect
25-
golang.org/x/sys v0.32.0 // indirect
26-
golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78 // indirect
27-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
25+
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
26+
golang.org/x/sys v0.36.0 // indirect
2827
gopkg.in/yaml.v2 v2.4.0 // indirect
2928
gopkg.in/yaml.v3 v3.0.1 // indirect
30-
lukechampine.com/uint128 v1.1.1 // indirect
31-
modernc.org/cc/v3 v3.35.17 // indirect
32-
modernc.org/ccgo/v3 v3.12.65 // indirect
33-
modernc.org/libc v1.11.70 // indirect
34-
modernc.org/mathutil v1.4.1 // indirect
35-
modernc.org/memory v1.0.5 // indirect
36-
modernc.org/opt v0.1.1 // indirect
37-
modernc.org/strutil v1.1.1 // indirect
38-
modernc.org/token v1.0.0 // indirect
29+
modernc.org/libc v1.66.10 // indirect
30+
modernc.org/mathutil v1.7.1 // indirect
31+
modernc.org/memory v1.11.0 // indirect
3932
)

0 commit comments

Comments
 (0)