From 6fdf36e5a6062041e289674199d5b2a388fd6723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:01:41 +0000 Subject: [PATCH] Bump golang.org/x/crypto from 0.1.0 to 0.17.0 Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.1.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.1.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0bc820d..f3dc5c4 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,6 @@ require ( github.com/go-sql-driver/mysql v1.4.0 github.com/robfig/cron v1.2.0 github.com/tendermint/tendermint v0.33.6 - golang.org/x/crypto v0.1.0 // indirect + golang.org/x/crypto v0.17.0 // indirect gopkg.in/yaml.v2 v2.2.8 // indirect )