Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Commit 716c28d

Browse files
chore(deps): bump modernc.org/sqlite from 1.29.2 to 1.36.0
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.29.2 to 1.36.0. - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.2...v1.36.0) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aff3071 commit 716c28d

File tree

2 files changed

+150
-33
lines changed

2 files changed

+150
-33
lines changed

go.mod

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/charmbracelet/wish v1.1.1
1616
github.com/dgraph-io/badger/v3 v3.2103.2
1717
github.com/golang-jwt/jwt/v4 v4.5.1
18-
github.com/google/uuid v1.3.0
18+
github.com/google/uuid v1.6.0
1919
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115
2020
github.com/mattn/go-isatty v0.0.20
2121
github.com/meowgorithm/babylogger v1.2.1
@@ -32,7 +32,7 @@ require (
3232
golang.org/x/crypto v0.31.0
3333
golang.org/x/sync v0.11.0
3434
gopkg.in/go-jose/go-jose.v2 v2.6.2
35-
modernc.org/sqlite v1.29.2
35+
modernc.org/sqlite v1.36.0
3636
)
3737

3838
require (
@@ -54,7 +54,6 @@ require (
5454
github.com/golang/protobuf v1.5.3 // indirect
5555
github.com/golang/snappy v0.0.3 // indirect
5656
github.com/google/flatbuffers v1.12.1 // indirect
57-
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
5857
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5958
github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd // indirect
6059
github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff // indirect
@@ -80,15 +79,13 @@ require (
8079
github.com/spf13/pflag v1.0.6 // indirect
8180
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
8281
go.opencensus.io v0.22.5 // indirect
82+
golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect
8383
golang.org/x/net v0.33.0 // indirect
8484
golang.org/x/sys v0.30.0 // indirect
8585
golang.org/x/term v0.27.0 // indirect
8686
golang.org/x/text v0.21.0 // indirect
8787
google.golang.org/protobuf v1.34.2 // indirect
88-
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
89-
modernc.org/libc v1.41.0 // indirect
90-
modernc.org/mathutil v1.6.0 // indirect
91-
modernc.org/memory v1.7.2 // indirect
92-
modernc.org/strutil v1.2.0 // indirect
93-
modernc.org/token v1.1.0 // indirect
88+
modernc.org/libc v1.61.13 // indirect
89+
modernc.org/mathutil v1.7.1 // indirect
90+
modernc.org/memory v1.8.2 // indirect
9491
)

0 commit comments

Comments
 (0)