From 2db84343a10ef7814824200b1378b1d66058f4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:01:54 +0000 Subject: [PATCH] build(deps): bump github.com/urfave/cli/v2 from 2.6.0 to 2.25.0 Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.6.0 to 2.25.0. - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/urfave/cli/compare/v2.6.0...v2.25.0) --- updated-dependencies: - dependency-name: github.com/urfave/cli/v2 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..5881a87 100644 --- a/go.mod +++ b/go.mod @@ -7,6 +7,6 @@ require ( github.com/gofiber/fiber/v2 v2.23.0 github.com/likexian/whois v1.12.5 github.com/likexian/whois-parser v1.22.0 - github.com/urfave/cli/v2 v2.6.0 + github.com/urfave/cli/v2 v2.25.0 golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6 )