From 42d74343a1de0348b16d0d7f24fba136338ce569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:03:10 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20190320064053-1272bf9dcd53 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190320064053-1272bf9dcd53 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f9c40fc..ad8283a 100644 --- a/go.mod +++ b/go.mod @@ -15,5 +15,5 @@ require ( github.com/ssgo/redis v0.5.49 github.com/ssgo/standard v0.5.49 github.com/ssgo/u v0.5.49 - golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53 + golang.org/x/net v0.7.0 )