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