This repository was archived by the owner on Jun 12, 2024. It is now read-only.
File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/google/uuid v1.6.0
14
14
github.com/gorilla/schema v1.2.1
15
15
github.com/hay-kot/httpkit v0.0.5
16
- github.com/mattn/go-sqlite3 v1.14.21
16
+ github.com/mattn/go-sqlite3 v1.14.22
17
17
github.com/olahol/melody v1.1.4
18
18
github.com/pkg/errors v0.9.1
19
19
github.com/rs/zerolog v1.31.0
Original file line number Diff line number Diff line change @@ -117,6 +117,8 @@ github.com/mattn/go-sqlite3 v1.14.20 h1:BAZ50Ns0OFBNxdAqFhbZqdPcht1Xlb16pDCqkq1s
117
117
github.com/mattn/go-sqlite3 v1.14.20 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
118
118
github.com/mattn/go-sqlite3 v1.14.21 h1:IXocQLOykluc3xPE0Lvy8FtggMz1G+U3mEjg+0zGizc =
119
119
github.com/mattn/go-sqlite3 v1.14.21 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
120
+ github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU =
121
+ github.com/mattn/go-sqlite3 v1.14.22 /go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y =
120
122
github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0 =
121
123
github.com/mitchellh/go-wordwrap v1.0.1 /go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0 =
122
124
github.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