From 935035edf576b87c155481cf811f3bc220ab130c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:29:58 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20200520182314-0ba52f642ac2 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200520182314-0ba52f642ac2 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 55cd06a..a31df73 100644 --- a/go.mod +++ b/go.mod @@ -7,12 +7,12 @@ require ( github.com/c9s/inflect v0.0.0-20130402162822-006c50878f3f github.com/emicklei/proto v1.9.0 github.com/golang/protobuf v1.4.2 - github.com/prometheus/client_golang v1.6.0 + github.com/prometheus/client_golang v1.7.1 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v1.0.0 github.com/spiral/roadrunner v1.8.3 - github.com/stretchr/testify v1.5.1 - golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 + github.com/stretchr/testify v1.6.1 + golang.org/x/net v0.7.0 google.golang.org/grpc v1.29.1 google.golang.org/protobuf v1.23.0 )