From 80232b299e39ad18e37cfe1adb9c6829af9bfd59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 23:26:44 +0000 Subject: [PATCH] Update module golang.org/x/net to v0.32.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c0ab8ea..1c0f05c 100644 --- a/go.mod +++ b/go.mod @@ -20,6 +20,6 @@ require ( // Excluded due Snyk vulnerability reports exclude ( golang.org/x/crypto v0.29.0 - golang.org/x/net v0.31.0 + golang.org/x/net v0.32.0 golang.org/x/text v0.21.0 )