From ad701d010b7e4f3a099e3863e5bc0aea23f02da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:00:48 +0000 Subject: [PATCH] build(deps): bump github.com/carapace-sh/carapace from 1.5.3 to 1.6.0 Bumps [github.com/carapace-sh/carapace](https://github.com/carapace-sh/carapace) from 1.5.3 to 1.6.0. - [Release notes](https://github.com/carapace-sh/carapace/releases) - [Changelog](https://github.com/carapace-sh/carapace/blob/master/.goreleaser.yml) - [Commits](https://github.com/carapace-sh/carapace/compare/v1.5.3...v1.6.0) --- updated-dependencies: - dependency-name: github.com/carapace-sh/carapace 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 891ef18..ab4b752 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/carapace-sh/carapace-bridge go 1.23.1 require ( - github.com/carapace-sh/carapace v1.5.3 + github.com/carapace-sh/carapace v1.6.0 github.com/carapace-sh/carapace-shlex v1.0.1 github.com/spf13/cobra v1.8.1 gopkg.in/yaml.v3 v3.0.1 diff --git a/go.sum b/go.sum index c54fa98..96815d0 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/carapace-sh/carapace v1.5.3 h1:mDLq48Q01OBFUFqGoCEvHt3nh+hntmQEiTQ7OsyI8fg= -github.com/carapace-sh/carapace v1.5.3/go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs= +github.com/carapace-sh/carapace v1.6.0 h1:bBtmZQUdqLdySWPlTuCxEJo8c+tZXLprDnEwUEb7g2k= +github.com/carapace-sh/carapace v1.6.0/go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs= github.com/carapace-sh/carapace-shlex v1.0.1 h1:ww0JCgWpOVuqWG7k3724pJ18Lq8gh5pHQs9j3ojUs1c= github.com/carapace-sh/carapace-shlex v1.0.1/go.mod h1:lJ4ZsdxytE0wHJ8Ta9S7Qq0XpjgjU0mdfCqiI2FHx7M= github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=