From 9191f95ef83b62984ff78090e29d05e637c391e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:30:02 +0000 Subject: [PATCH] Bump github.com/rsteube/carapace-spec from 0.12.2 to 0.14.0 Bumps [github.com/rsteube/carapace-spec](https://github.com/rsteube/carapace-spec) from 0.12.2 to 0.14.0. - [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.12.2...v0.14.0) --- updated-dependencies: - dependency-name: github.com/rsteube/carapace-spec dependency-type: direct:production update-type: version-update:semver-minor ... 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 4cf2d80..f5e8471 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.12.2 + github.com/rsteube/carapace-spec v0.14.0 github.com/urfave/cli/v2 v2.27.1 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index c564cbf..a0b9564 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3 h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM= github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= -github.com/rsteube/carapace-spec v0.12.2 h1:UNpYylGokdocCYAIym0MxYgieCYny+rICMKe5GMlmKw= -github.com/rsteube/carapace-spec v0.12.2/go.mod h1:EyrGR4+EgH/xtueZo01gfWgCzLqjCpef/kdiC+AYS5M= +github.com/rsteube/carapace-spec v0.14.0 h1:hMtHbphwgm4o/m+jj/tFOllIPwp/jP31iEHn6hUTRs0= +github.com/rsteube/carapace-spec v0.14.0/go.mod h1:EyrGR4+EgH/xtueZo01gfWgCzLqjCpef/kdiC+AYS5M= 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.27.1 h1:8xSQ6szndafKVRmfyeUMxkNUJQMjL1F2zmsZ+qHpfho=