From 761b2d9a2ae6a6e3a9af2d4699c1bc5a9a93a449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 20:05:00 +0000 Subject: [PATCH] Bump github.com/rsteube/carapace-spec from 0.11.0 to 0.11.1 Bumps [github.com/rsteube/carapace-spec](https://github.com/rsteube/carapace-spec) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/rsteube/carapace-spec/releases) - [Changelog](https://github.com/rsteube/carapace-spec/blob/master/.goreleaser.yml) - [Commits](https://github.com/rsteube/carapace-spec/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: github.com/rsteube/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 6049f28..3306507 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/rsteube/carapace-spec-urfavecli go 1.20 require ( - github.com/rsteube/carapace-spec v0.11.0 + github.com/rsteube/carapace-spec v0.11.1 github.com/urfave/cli/v2 v2.25.7 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index ceaad46..9e02be4 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w= github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= -github.com/rsteube/carapace-spec v0.11.0 h1:SMMivfa2OXK/pTtJrx2fqqLgJgh2EuF/uchcLaH/6AM= -github.com/rsteube/carapace-spec v0.11.0/go.mod h1:tZIZjpCdeb8WClSdHDf95FN1LB168CrFD1ImROUZnds= +github.com/rsteube/carapace-spec v0.11.1 h1:LUNFbGOucWj4C74JMLvPuqKDFNGFGMHunWyiUfTM0BU= +github.com/rsteube/carapace-spec v0.11.1/go.mod h1:1rjCeoupGdnfPaMMfYr7PQDDHk8G8HeL9sSdyHO5UHU= github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/urfave/cli/v2 v2.25.7 h1:VAzn5oq403l5pHjc4OhD54+XGO9cdKVL/7lDjF+iKUs=