From 383a65aab8c94e44fae60691d5e4e763124d1e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 09:08:51 +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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 268a2b9..faecc70 100644 --- a/go.mod +++ b/go.mod @@ -8,16 +8,17 @@ require ( github.com/klauspost/cpuid/v2 v2.0.12 github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 github.com/rs/zerolog v1.26.1 - github.com/urfave/cli/v2 v2.6.0 + github.com/urfave/cli/v2 v2.25.0 ) require ( github.com/andybalholm/brotli v1.0.4 // indirect - github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect + github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect github.com/klauspost/compress v1.15.0 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.35.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect + github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect )