Skip to content

Commit d15e00d

Browse files
fix(deps): update module modernc.org/sqlite to v1.40.1
1 parent 17f6968 commit d15e00d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ require (
88
github.com/emersion/go-message v0.18.2
99
github.com/goccy/go-json v0.10.5
1010
github.com/mattn/go-sqlite3 v1.14.32
11+
github.com/prometheus/client_golang v1.23.2
1112
github.com/urfave/cli/v3 v3.5.0
12-
modernc.org/sqlite v1.40.0
13+
modernc.org/sqlite v1.40.1
1314
)
1415

1516
require (
@@ -21,7 +22,6 @@ require (
2122
github.com/mattn/go-isatty v0.0.20 // indirect
2223
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2324
github.com/ncruces/go-strftime v1.0.0 // indirect
24-
github.com/prometheus/client_golang v1.23.2 // indirect
2525
github.com/prometheus/client_model v0.6.2 // indirect
2626
github.com/prometheus/common v0.66.1 // indirect
2727
github.com/prometheus/procfs v0.16.1 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=
121121
modernc.org/sortutil v1.2.1/go.mod h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE=
122122
modernc.org/sqlite v1.40.0 h1:bNWEDlYhNPAUdUdBzjAvn8icAs/2gaKlj4vM+tQ6KdQ=
123123
modernc.org/sqlite v1.40.0/go.mod h1:9fjQZ0mB1LLP0GYrp39oOJXx/I2sxEnZtzCmEQIKvGE=
124+
modernc.org/sqlite v1.40.1 h1:VfuXcxcUWWKRBuP8+BR9L7VnmusMgBNNnBYGEe9w/iY=
125+
modernc.org/sqlite v1.40.1/go.mod h1:9fjQZ0mB1LLP0GYrp39oOJXx/I2sxEnZtzCmEQIKvGE=
124126
modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0=
125127
modernc.org/strutil v1.2.1/go.mod h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A=
126128
modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=

0 commit comments

Comments
 (0)