3 Commits

Author SHA1 Message Date
cc464840d4 fix(deps): update module github.com/gin-gonic/gin to v1.10.1
Some checks failed
renovate/artifacts Artifact file update failure
2025-08-21 00:07:05 +00:00
756cf41721 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.82.1' (#24) from renovate/ghcr.io-renovatebot-renovate-41.x into main
All checks were successful
renovate / renovate (push) Successful in 1m3s
2025-08-21 00:01:22 +00:00
f1673e249f chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.82.1 2025-08-21 00:01:20 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/alexohneander/flotte
go 1.23.5 go 1.23.5
require ( require (
github.com/gin-gonic/gin v1.10.0 github.com/gin-gonic/gin v1.10.1
github.com/spf13/cobra v1.9.1 github.com/spf13/cobra v1.9.1
github.com/u2takey/ffmpeg-go v0.5.0 github.com/u2takey/ffmpeg-go v0.5.0
gorm.io/driver/sqlite v1.5.7 gorm.io/driver/sqlite v1.5.7