6 Commits

Author SHA1 Message Date
8035730f7f fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.28 2025-04-17 22:00:45 +00:00
ngn
43c259dde7 Merge pull request 'fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.27' (#7) from renovate/github.com-mattn-go-sqlite3-1.x into main
All checks were successful
Build docker image / build (push) Successful in 3m21s
Reviewed-on: #7
2025-04-05 23:10:31 +03:00
ngn
6f424e3f8f Merge pull request 'chore(deps): update golang docker tag to v1.24.2' (#6) from renovate/golang-1.x into main
Some checks failed
Build docker image / build (push) Has been cancelled
Reviewed-on: #6
2025-04-05 23:10:22 +03:00
74229b5613 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.27 2025-04-02 17:00:30 +00:00
bb962fd6e9 chore(deps): update golang docker tag to v1.24.2 2025-04-01 18:00:15 +00:00
ngn
d408284615 Merge pull request 'fix(deps): update module github.com/gofiber/template/html/v2 to v2.1.3' (#4) from renovate/github.com-gofiber-template-html-v2-2.x into main
All checks were successful
Build docker image / build (push) Successful in 1m44s
Reviewed-on: #4
2025-01-28 11:10:36 +03:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.23.5 FROM golang:1.24.2
WORKDIR /app WORKDIR /app

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.22.5
require ( require (
github.com/gofiber/fiber/v2 v2.52.6 github.com/gofiber/fiber/v2 v2.52.6
github.com/gofiber/template/html/v2 v2.1.3 github.com/gofiber/template/html/v2 v2.1.3
github.com/mattn/go-sqlite3 v1.14.24 github.com/mattn/go-sqlite3 v1.14.28
) )
require ( require (

4
go.sum
View File

@ -27,6 +27,10 @@ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6T
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM= github.com/mattn/go-sqlite3 v1.14.24 h1:tpSp2G2KyMnnQu99ngJ47EIkWVmliIizyZBfPrBWDRM=
github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y= github.com/mattn/go-sqlite3 v1.14.24/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
github.com/mattn/go-sqlite3 v1.14.27 h1:drZCnuvf37yPfs95E5jd9s3XhdVWLal+6BOK6qrv6IU=
github.com/mattn/go-sqlite3 v1.14.27/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
github.com/mattn/go-sqlite3 v1.14.28 h1:ThEiQrnbtumT+QMknw63Befp/ce/nUPgBPMlRFEum7A=
github.com/mattn/go-sqlite3 v1.14.28/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=