From ff0ea4ebc025c0a6fb6f1f4deb31a8104e76faf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:14:38 +0000 Subject: [PATCH] build(deps): bump golang.org/x/net Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210929193557-e81a3d93ecf6 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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 72aa692..f5c384d 100644 --- a/go.mod +++ b/go.mod @@ -8,5 +8,5 @@ require ( github.com/likexian/whois v1.12.5 github.com/likexian/whois-parser v1.22.0 github.com/urfave/cli/v2 v2.6.0 - golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 + golang.org/x/net v0.7.0 )