10 Commits

Author SHA1 Message Date
1775df4190 fix(deps): update module github.com/gofiber/fiber/v2 to v2.52.8 2025-05-22 08:00:44 +00:00
ngn
5f30276b8a 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 39s
Reviewed-on: #7
2025-04-05 23:11:36 +03:00
ngn
8cdf0a847e 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:11:23 +03:00
0f373ef8bd chore(deps): update golang docker tag to v1.24.2 2025-04-01 18:00:22 +00:00
8d05ec1819 fix(deps): update github.com/bigkevmcd/go-configparser digest to a679eef 2025-03-29 17:00:59 +00:00
ngn
7aede49b24 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 46s
Reviewed-on: #4
2025-01-28 10:23:30 +03:00
f293f7c34f fix(deps): update module github.com/gofiber/template/html/v2 to v2.1.3 2025-01-28 06:00:38 +00:00
ngn
02d8997f25 Merge pull request 'chore(deps): update golang docker tag to v1.23.5' (#2) from renovate/golang-1.x into main
All checks were successful
Build docker image / build (push) Successful in 47s
Reviewed-on: #2
2025-01-28 08:46:41 +03:00
ngn
58d70937ca Merge branch 'main' into renovate/golang-1.x 2025-01-28 08:46:34 +03:00
c35fca8b3a chore(deps): update golang docker tag to v1.23.5 2025-01-28 04:12:28 +00:00
3 changed files with 10 additions and 4 deletions

View File

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

6
go.mod
View File

@ -3,9 +3,9 @@ module git.matterlinux.xyz/Matter/website
go 1.22.5
require (
github.com/bigkevmcd/go-configparser v0.0.0-20240808124832-fc81059ea0bd
github.com/gofiber/fiber/v2 v2.52.6
github.com/gofiber/template/html/v2 v2.1.2
github.com/bigkevmcd/go-configparser v0.0.0-20250311182818-a679eef33309
github.com/gofiber/fiber/v2 v2.52.8
github.com/gofiber/template/html/v2 v2.1.3
github.com/gorilla/feeds v1.2.0
github.com/russross/blackfriday/v2 v2.1.0
)

6
go.sum
View File

@ -2,16 +2,22 @@ github.com/andybalholm/brotli v1.1.1 h1:PR2pgnyFznKEugtsUo0xLdDop5SKXd5Qf5ysW+7X
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/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/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/go.mod h1:KEOE+cXMhXG0zHc9d8+E38hoX+ZN7bhOtgeF2oT6jrQ=
github.com/gofiber/fiber/v2 v2.52.6 h1:Rfp+ILPiYSvvVuIPvxrBns+HJp8qGLDnLJawAu27XVI=
github.com/gofiber/fiber/v2 v2.52.6/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw=
github.com/gofiber/fiber/v2 v2.52.8 h1:xl4jJQ0BV5EJTA2aWiKw/VddRpHrKeZLF0QPUxqn0x4=
github.com/gofiber/fiber/v2 v2.52.8/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw=
github.com/gofiber/template v1.8.3 h1:hzHdvMwMo/T2kouz2pPCA0zGiLCeMnoGsQZBTSYgZxc=
github.com/gofiber/template v1.8.3/go.mod h1:bs/2n0pSNPOkRa5VJ8zTIvedcI/lEYxzV3+YPXdBvq8=
github.com/gofiber/template/html/v2 v2.1.2 h1:wkK/mYJ3nIhongTkG3t0QgV4ADdgOYJYVSAF2AHnh8Y=
github.com/gofiber/template/html/v2 v2.1.2/go.mod h1:E98Z/FzvpaSib06aWEgYk6GXNf3ctoyaJH8yW5ay5ak=
github.com/gofiber/template/html/v2 v2.1.3 h1:n1LYBtmr9C0V/k/3qBblXyMxV5B0o/gpb6dFLp8ea+o=
github.com/gofiber/template/html/v2 v2.1.3/go.mod h1:U5Fxgc5KpyujU9OqKzy6Kn6Qup6Tm7zdsISR+VpnHRE=
github.com/gofiber/utils v1.1.0 h1:vdEBpn7AzIUJRhe+CiTOJdUcTg4Q9RK+pEa0KPbLdrM=
github.com/gofiber/utils v1.1.0/go.mod h1:poZpsnhBykfnY1Mc0KeEa6mSHrS3dV0+oBWyeQmb2e0=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=