From 15120d859822f62619a864b9076e9ceb85e09b16 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 16 Apr 2026 11:07:35 +0000 Subject: [PATCH] chore(deps): update module golang.org/x/net to v0.53.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index cd0f778..ec7089c 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/gin-gonic/gin v1.12.0 github.com/google/uuid v1.6.0 github.com/oapi-codegen/runtime v1.3.0 - golang.org/x/net v0.52.0 + golang.org/x/net v0.53.0 gorm.io/driver/postgres v1.6.0 gorm.io/driver/sqlite v1.6.0 gorm.io/gorm v1.31.1