From 2561cc5acb1924c1bbbbf7a24ade5c469c9f751f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:26:34 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20200226121028-0de0cce0169b to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200226121028-0de0cce0169b 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: 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 7ba11e1..798ef5b 100644 --- a/go.mod +++ b/go.mod @@ -23,5 +23,5 @@ require ( github.com/spf13/viper v1.3.2 github.com/ugorji/go/codec v1.1.7 github.com/x-cray/logrus-prefixed-formatter v0.5.2 - golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect + golang.org/x/net v0.7.0 // indirect )