From a7ddad9951359ec1bbf3d5bef13f8755781d26d7 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 3 Dec 2023 06:01:54 +0000 Subject: [PATCH] chore(deps): update module golang.org/x/crypto to v0.16.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6e3ddc1..5e84c75 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/pquerna/otp v1.4.0 github.com/stretchr/testify v1.8.4 github.com/urfave/cli/v2 v2.25.7 - golang.org/x/crypto v0.12.0 + golang.org/x/crypto 0.16.0 golang.org/x/term v0.11.0 )