From 4ea08118130035a66574e9da2594abf509c65c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:58:12 +0000 Subject: [PATCH] Bump golang.org/x/crypto in /06/03_withcicd Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190923035154-9ee001bba392 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] --- 06/03_withcicd/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06/03_withcicd/go.mod b/06/03_withcicd/go.mod index 5c06505..2e61942 100644 --- a/06/03_withcicd/go.mod +++ b/06/03_withcicd/go.mod @@ -5,5 +5,5 @@ go 1.13 require ( github.com/labstack/echo v3.3.10+incompatible github.com/labstack/gommon v0.3.0 // indirect - golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 // indirect + golang.org/x/crypto v0.1.0 // indirect )