File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,11 @@ module github.com/qbarrand/quba.fr
22
33go 1.24
44
5- toolchain go1.24.1
6-
75require (
86 github.com/Masterminds/squirrel v1.5.4
97 github.com/davidbyttow/govips/v2 v2.16.0
108 github.com/google/uuid v1.6.0
11- github.com/mattn/go-sqlite3 v1.14.24
9+ github.com/mattn/go-sqlite3 v1.14.25
1210 github.com/prometheus/client_golang v1.21.1
1311 github.com/sirupsen/logrus v1.9.3
1412 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq
2626github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 /go.mod h1:dXGbAdH5GtBTC4WfIxhKZfyBF/HBFgRZSWwZ9g/He9o =
2727github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk =
2828github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 /go.mod h1:vmVJ0l/dxyfGW6FmdpVm2joNMFikkuWg0EoCKLGUMNw =
29- github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM =
30- github.com/mattn/go-sqlite3 v1.14.24 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
29+ github.com/mattn/go-sqlite3 v1.14.25 h1:rszkIulEvxqZ8JfFG4yWEZh5u9qAKeSOdea67p8kk6s =
30+ github.com/mattn/go-sqlite3 v1.14.25 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
3131github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA =
3232github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 /go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ =
3333github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e /go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno =
You can’t perform that action at this time.
0 commit comments