From 968fd267df956554addff3983a5600c759bdf81d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:35:30 +0000 Subject: [PATCH] Bump github.com/carapace-sh/carapace-spec from 1.0.1 to 1.0.5 Bumps [github.com/carapace-sh/carapace-spec](https://github.com/carapace-sh/carapace-spec) from 1.0.1 to 1.0.5. - [Release notes](https://github.com/carapace-sh/carapace-spec/releases) - [Changelog](https://github.com/carapace-sh/carapace-spec/blob/master/.goreleaser.yml) - [Commits](https://github.com/carapace-sh/carapace-spec/compare/v1.0.1...v1.0.5) --- updated-dependencies: - dependency-name: github.com/carapace-sh/carapace-spec dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c6e401f..b684190 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/carapace-sh/carapace-spec-urfavecli go 1.20 require ( - github.com/carapace-sh/carapace-spec v1.0.1 + github.com/carapace-sh/carapace-spec v1.0.5 github.com/urfave/cli/v2 v2.27.5 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index e6aa310..773d6cb 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/carapace-sh/carapace-spec v1.0.1 h1:K9ZlmAefR0TzUGeCDGmEgjUX9e17++tp3J7jylrCRSY= -github.com/carapace-sh/carapace-spec v1.0.1/go.mod h1:Zh41opce5OTkqn6a5Old7Az+czPgEg2N3j0uNtDfXbA= +github.com/carapace-sh/carapace-spec v1.0.5 h1:B9l+NIX2FFaFDSZjh2I5lRhM53UIRWYfoR+K3uN4nek= +github.com/carapace-sh/carapace-spec v1.0.5/go.mod h1:gMG3pPaLAAXe2+39EgFvSIae3760PJ778zXiZlcctVI= github.com/cpuguy83/go-md2man/v2 v2.0.5 h1:ZtcqGrnekaHpVLArFSe4HK5DoKx1T0rq2DwVB0alcyc= github.com/cpuguy83/go-md2man/v2 v2.0.5/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=