From 68b210cc89ac62a113bd3b87f67aafd08792cfde Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Sep 2025 00:06:42 +0000 Subject: [PATCH] fix(deps): update module github.com/gin-gonic/gin to v1.10.1 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2b03399..730c4f3 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.10.1 github.com/spf13/cobra v1.10.1 github.com/u2takey/ffmpeg-go v0.5.0 gorm.io/driver/sqlite v1.5.7