From 5adc96ec1f926d6de1b95d6360cced55c1af8a82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:24:33 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20191101175033-0deb6923b6d9 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191101175033-0deb6923b6d9 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 2bd0b5b..7773fca 100644 --- a/go.mod +++ b/go.mod @@ -10,8 +10,7 @@ require ( github.com/kubernetes-csi/csi-lib-utils v0.6.1 github.com/onsi/gomega v1.9.0 // indirect github.com/prometheus/client_golang v1.2.1 // indirect - golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9 - golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect + golang.org/x/net v0.7.0 google.golang.org/grpc v1.23.1 gopkg.in/yaml.v2 v2.2.8 k8s.io/apimachinery v0.17.11