From 5f7fefb4c3ea64ecb5a554c7fd13c05a5753225b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:21:48 +0000 Subject: [PATCH] Update module golang.org/x/net to v0.31.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2e4bd9d..7a9ee81 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.30.0 + golang.org/x/net v0.31.0 golang.org/x/text v0.19.0 )