From ec1fbed4c7833960c93054621fbefc832c160d22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:44:25 +0000 Subject: [PATCH] Bump golang.org/x/net in /chaincodes/mygocc Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210423184538-5f58ad60dda6 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] --- chaincodes/mygocc/go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chaincodes/mygocc/go.mod b/chaincodes/mygocc/go.mod index cde0c89..3831b85 100644 --- a/chaincodes/mygocc/go.mod +++ b/chaincodes/mygocc/go.mod @@ -19,7 +19,6 @@ require ( github.com/stretchr/testify v1.7.0 github.com/sykesm/zap-logfmt v0.0.4 // indirect go.uber.org/zap v1.16.0 // indirect - golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect - golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect + golang.org/x/net v0.7.0 // indirect google.golang.org/grpc v1.37.0 // indirect )