File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
1516require (
@@ -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
Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=
121121modernc.org/sortutil v1.2.1 /go.mod h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE =
122122modernc.org/sqlite v1.40.0 h1:bNWEDlYhNPAUdUdBzjAvn8icAs/2gaKlj4vM+tQ6KdQ =
123123modernc.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 =
124126modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0 =
125127modernc.org/strutil v1.2.1 /go.mod h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A =
126128modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y =
You can’t perform that action at this time.
0 commit comments