From 83e1cf283df2c01bcca5709af50159883bfd35fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:29:18 +0000 Subject: [PATCH] Bump golang.org/x/net from 0.0.0-20200513185701-a91f0712d120 to 0.7.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20200513185701-a91f0712d120 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 639615a1..fac1aa27 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/sothebys/resty -require golang.org/x/net v0.0.0-20200513185701-a91f0712d120 +require golang.org/x/net v0.7.0 go 1.11