From 1f6d8f266ff294433e45ed6a3603767cc6ceaee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:00:57 +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 43294a4..7676391 100644 --- a/go.mod +++ b/go.mod @@ -3,12 +3,13 @@ module github.com/aasaam/nginx-error-log-parser go 1.17 require ( - github.com/urfave/cli/v2 v2.6.0 + github.com/urfave/cli/v2 v2.25.0 gopkg.in/mcuadros/go-syslog.v2 v2.3.0 ) require ( - github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect + github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect github.com/russross/blackfriday/v2 v2.1.0 // indirect + github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect )