From de166ee8560cb50ec3e9f1f3252084af16205060 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 4 Nov 2024 21:46:54 +0000 Subject: [PATCH] chore: deps(go): bump module github.com/gin-gonic/gin to v1.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index dc58d89e..b99f4add 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.22.5 require ( github.com/auth0/go-jwt-middleware/v2 v2.2.1 github.com/fsnotify/fsnotify v1.8.0 - github.com/gin-gonic/gin v1.9.1 + github.com/gin-gonic/gin v1.10.0 github.com/golang-migrate/migrate/v4 v4.17.0 github.com/google/uuid v1.6.0 github.com/jackc/pgx/v5 v5.5.5