From d36260c381d2d970af19929697e8ad17d6632415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:21:05 +0000 Subject: [PATCH] build(deps): bump golang.org/x/net Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210510120150-4163338589ed to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 8d4c404..5682acb 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,6 @@ require ( github.com/blackbeans/log4go v0.0.0-20200623070814-a92daca2f0bb github.com/google/uuid v1.0.0 github.com/prometheus/client_golang v1.10.0 // indirect - golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a - golang.org/x/net v0.0.0-20210510120150-4163338589ed + golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 + golang.org/x/net v0.7.0 )