5 Commits

Author SHA1 Message Date
ngn
d605a5efe1 Merge pull request 'fix(deps): update github.com/bigkevmcd/go-configparser digest to a679eef' (#7) from renovate/github.com-bigkevmcd-go-configparser-digest into main
All checks were successful
Build docker image / build (push) Successful in 38s
Reviewed-on: #7
2025-04-05 23:10:59 +03:00
ngn
0e4b129127 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:45 +03:00
ee1ea7ab4c chore(deps): update golang docker tag to v1.24.2 2025-04-01 18:00:26 +00:00
45db127d28 fix(deps): update github.com/bigkevmcd/go-configparser digest to a679eef 2025-03-29 17:01:05 +00:00
ngn
2a4daab858 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 1m28s
Reviewed-on: #4
2025-01-28 10:24:13 +03:00
3 changed files with 4 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

@ -3,7 +3,7 @@ module git.matterlinux.xyz/matter/tracker
go 1.22.5 go 1.22.5
require ( require (
github.com/bigkevmcd/go-configparser v0.0.0-20240808124832-fc81059ea0bd github.com/bigkevmcd/go-configparser v0.0.0-20250311182818-a679eef33309
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
) )

2
go.sum
View File

@ -2,6 +2,8 @@ github.com/andybalholm/brotli v1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7X
github.com/andybalholm/brotli v1.1.1/go.mod h1:05ib4cKhjx3OQYUY22hTVd34Bc8upXjOLL2rKwwZBoA= github.com/andybalholm/brotli v1.1.1/go.mod h1:05ib4cKhjx3OQYUY22hTVd34Bc8upXjOLL2rKwwZBoA=
github.com/bigkevmcd/go-configparser v0.0.0-20240808124832-fc81059ea0bd h1:MsTk4yo6KVYdulsDscuH4AwiZN1CyuCJAg59EWE7HPQ= github.com/bigkevmcd/go-configparser v0.0.0-20240808124832-fc81059ea0bd h1:MsTk4yo6KVYdulsDscuH4AwiZN1CyuCJAg59EWE7HPQ=
github.com/bigkevmcd/go-configparser v0.0.0-20240808124832-fc81059ea0bd/go.mod h1:vzEQfW+A1T+AMJmTIX+SXNLNECHOM7GEinHhw0IjykI= github.com/bigkevmcd/go-configparser v0.0.0-20240808124832-fc81059ea0bd/go.mod h1:vzEQfW+A1T+AMJmTIX+SXNLNECHOM7GEinHhw0IjykI=
github.com/bigkevmcd/go-configparser v0.0.0-20250311182818-a679eef33309 h1:h2H7P1M0rXm8LTJMhZWr3SAleTmR6vg+7PM1BkTumaw=
github.com/bigkevmcd/go-configparser v0.0.0-20250311182818-a679eef33309/go.mod h1:vzEQfW+A1T+AMJmTIX+SXNLNECHOM7GEinHhw0IjykI=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gofiber/fiber/v2 v2.52.5 h1:tWoP1MJQjGEe4GB5TUGOi7P2E0ZMMRx5ZTG4rT+yGMo= github.com/gofiber/fiber/v2 v2.52.5 h1:tWoP1MJQjGEe4GB5TUGOi7P2E0ZMMRx5ZTG4rT+yGMo=