8 Commits

Author SHA1 Message Date
05110f30d9 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.82.1' (#27) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
Go / build (push) Successful in 12s
renovate / renovate (push) Successful in 1m5s
SonarQube Scan / Build and analyze (push) Failing after 15s
2025-08-21 00:01:47 +00:00
62ff62feb0 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.82.1
Some checks failed
Go / build (pull_request) Successful in 13s
SonarQube Scan / Build and analyze (pull_request) Failing after 16s
2025-08-21 00:01:44 +00:00
f2aea7431f Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.81.5' (#26) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
Go / build (push) Successful in 11s
SonarQube Scan / Build and analyze (push) Failing after 15s
renovate / renovate (push) Successful in 1m43s
2025-08-20 00:01:53 +00:00
99f0a86a9a chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.81.5
Some checks failed
Go / build (pull_request) Successful in 13s
SonarQube Scan / Build and analyze (pull_request) Failing after 16s
2025-08-20 00:01:50 +00:00
133dfae5c4 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.81.0' (#25) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
Go / build (push) Successful in 11s
SonarQube Scan / Build and analyze (push) Failing after 15s
renovate / renovate (push) Successful in 1m43s
2025-08-19 00:01:45 +00:00
e5ca8a9842 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.81.0
Some checks failed
Go / build (pull_request) Successful in 14s
SonarQube Scan / Build and analyze (pull_request) Failing after 15s
2025-08-19 00:01:41 +00:00
601db576f1 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.76.0' (#24) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
Go / build (push) Successful in 12s
SonarQube Scan / Build and analyze (push) Failing after 15s
renovate / renovate (push) Successful in 1m39s
2025-08-17 00:01:34 +00:00
db9d32a659 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.76.0
Some checks failed
Go / build (pull_request) Successful in 13s
SonarQube Scan / Build and analyze (pull_request) Failing after 15s
2025-08-17 00:01:31 +00:00
3 changed files with 2 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.74.2
container: ghcr.io/renovatebot/renovate:41.82.1
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.9
require github.com/gofiber/fiber/v2 v2.52.8
require (
github.com/mattn/go-runewidth v0.0.16 // indirect

2
go.sum
View File

@@ -4,8 +4,6 @@ github.com/gofiber/fiber/v2 v2.52.6 h1:Rfp+ILPiYSvvVuIPvxrBns+HJp8qGLDnLJawAu27X
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/fiber/v2 v2.52.9 h1:YjKl5DOiyP3j0mO61u3NTmK7or8GzzWzCFzkboyP5cw=
github.com/gofiber/fiber/v2 v2.52.9/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=