From 5916daf3cb447bb187ad96985c29bd948770cbe8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 01:36:24 +0000 Subject: [PATCH] Bump golang.org/x/net in /machinelearningteam/summary-statistics-service Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190613194153-d28f0bde5980 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] --- machinelearningteam/summary-statistics-service/go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/machinelearningteam/summary-statistics-service/go.mod b/machinelearningteam/summary-statistics-service/go.mod index 0c8c4e4..5fa4e30 100644 --- a/machinelearningteam/summary-statistics-service/go.mod +++ b/machinelearningteam/summary-statistics-service/go.mod @@ -4,10 +4,8 @@ go 1.12 require ( github.com/golang/protobuf v1.4.2 - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect github.com/prometheus/client_golang v1.2.1 - golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 + golang.org/x/net v0.7.0 google.golang.org/grpc v1.34.0 google.golang.org/protobuf v1.25.0 )