Compare commits

...

2 Commits

Author SHA1 Message Date
4a6c35c7a0 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v40
All checks were successful
Go / build (pull_request) Successful in 11s
SonarQube Scan / Build and analyze (pull_request) Successful in 32s
2025-05-24 00:02:12 +00:00
21f8b5fb2c fix(deps): update module github.com/gofiber/fiber/v2 to v2.52.8
All checks were successful
Go / build (pull_request) Successful in 12s
SonarQube Scan / Build and analyze (pull_request) Successful in 32s
Go / build (push) Successful in 15s
renovate / renovate (push) Successful in 1m7s
SonarQube Scan / Build and analyze (push) Successful in 34s
2025-05-23 00:02:15 +00:00
3 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:39.264.0
container: ghcr.io/renovatebot/renovate:40.26.2
steps:
- uses: actions/checkout@v4
- run: renovate

2
go.mod
View File

@ -2,7 +2,7 @@ module git.dev-null.rocks/alexohneander/gosearch
go 1.23.5
require github.com/gofiber/fiber/v2 v2.52.6
require github.com/gofiber/fiber/v2 v2.52.8
require (
github.com/mattn/go-runewidth v0.0.16 // indirect

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/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/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=