From 74ebaee6c20643fc83e6765675c86fdf7bb3b049 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Nov 2025 00:08:24 +0000 Subject: [PATCH] fix(deps): update module github.com/gin-gonic/gin to v1.11.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2b03399..c9abf80 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/alexohneander/flotte go 1.23.5 require ( - github.com/gin-gonic/gin v1.10.0 + github.com/gin-gonic/gin v1.11.0 github.com/spf13/cobra v1.10.1 github.com/u2takey/ffmpeg-go v0.5.0 gorm.io/driver/sqlite v1.5.7