From 22389b6d7a83481ba41a0251d2e5ca767cdd8648 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 22:15:11 +0000 Subject: [PATCH] fix(deps): update module golang.org/x/net to v0.46.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8790c5fa..71a11235 100644 --- a/go.mod +++ b/go.mod @@ -30,7 +30,7 @@ require ( github.com/swaggo/swag v1.16.4 github.com/testcontainers/testcontainers-go v0.35.0 golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 - golang.org/x/net v0.34.0 + golang.org/x/net v0.46.0 gopkg.in/go-playground/validator.v9 v9.31.0 gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1