From ae8fcea20db7f3433e453f6c49930c46d0f921e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 20:44:58 +0000 Subject: [PATCH] Update module golang.org/x/net to v0.40.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c030007..6223f7a 100644 --- a/go.mod +++ b/go.mod @@ -18,6 +18,6 @@ require ( // Excluded due Snyk vulnerability reports exclude ( golang.org/x/crypto v0.37.0 - golang.org/x/net v0.39.0 + golang.org/x/net v0.40.0 golang.org/x/text v0.24.0 )