From 2940fa680d495ad9a3d2d704aef4c8314d42f5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 17:08:09 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20190724013045-ca1201d0de80 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190724013045-ca1201d0de80 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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 3af62ce..8ec27f9 100644 --- a/go.mod +++ b/go.mod @@ -14,10 +14,7 @@ require ( github.com/onsi/ginkgo v1.8.0 // indirect github.com/onsi/gomega v1.5.0 // indirect github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 - golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect - golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect - golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect - golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b + golang.org/x/net v0.7.0 // indirect google.golang.org/appengine v1.6.1 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect