From 9082761f864e8dd3bb5df60457b806fd43633024 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 Jan 2023 08:02:09 +0000 Subject: [PATCH] chore(deps): update module golang.org/x/crypto to v0.5.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c14cf0a0..1553d057 100644 --- a/go.mod +++ b/go.mod @@ -47,6 +47,6 @@ require ( github.com/theupdateframework/notary v0.7.0 // indirect github.com/urfave/cli v1.22.9 github.com/xeipuuv/gojsonpointer v0.0.0-20190809123943-df4f5c81cb3b // indirect - golang.org/x/crypto v0.4.0 + golang.org/x/crypto v0.5.0 golang.org/x/sys v0.3.0 )