From 9aa475e3b5afcfa9eeb69f34c4be1e577d3a26ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 23:31:19 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20170927055102-0a9397675ba3 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20170927055102-0a9397675ba3 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go.mod b/go.mod index bbc5d00..7a24726 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,6 @@ require ( github.com/rcrowley/go-metrics v0.0.0-20161128210544-1f30fe9094a5 // indirect github.com/satori/go.uuid v1.1.0 // indirect github.com/stretchr/testify v1.4.0 // indirect - golang.org/x/net v0.0.0-20170927055102-0a9397675ba3 // indirect - golang.org/x/sys v0.0.0-20170927054621-314a259e304f // indirect + golang.org/x/net v0.7.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect )