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