From bacca2efd2a527eedeec8d04b6e01f14f09bd646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:10:34 +0000 Subject: [PATCH] Bump golang.org/x/crypto from 0.0.0-20201012173705-84dcc777aaee to 0.1.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20201012173705-84dcc777aaee to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d356cf4..97a7c01 100644 --- a/go.mod +++ b/go.mod @@ -21,6 +21,6 @@ require ( github.com/rogpeppe/go-internal v1.6.2 // indirect github.com/serenize/snaker v0.0.0-20171204205717-a683aaf2d516 github.com/sirupsen/logrus v1.7.0 // indirect - golang.org/x/crypto v0.0.0-20201012173705-84dcc777aaee // indirect - golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e + golang.org/x/crypto v0.1.0 // indirect + golang.org/x/tools v0.1.12 )