From 863565b4f528f9f813dbcc17ea75bdf99ddd7586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:37:28 +0000 Subject: [PATCH] build(deps): bump github.com/rsteube/carapace from 0.48.1 to 0.48.3 Bumps [github.com/rsteube/carapace](https://github.com/rsteube/carapace) from 0.48.1 to 0.48.3. - [Release notes](https://github.com/rsteube/carapace/releases) - [Changelog](https://github.com/rsteube/carapace/blob/master/.goreleaser.yml) - [Commits](https://github.com/rsteube/carapace/compare/v0.48.1...v0.48.3) --- updated-dependencies: - dependency-name: github.com/rsteube/carapace 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 30b945d..42299b7 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/rsteube/carapace-bridge go 1.16 require ( - github.com/rsteube/carapace v0.48.1 + github.com/rsteube/carapace v0.48.3 github.com/spf13/cobra v1.8.0 ) diff --git a/go.sum b/go.sum index 3044c8f..6f39f16 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= -github.com/rsteube/carapace v0.48.1 h1:CyRG9ty0TW+9hRh5hpQrIf4zAsaf2LNHSTWFCpjO+yg= -github.com/rsteube/carapace v0.48.1/go.mod h1:4ZC5bulItu9t9sZ5yPcHgPREd8rPf274Q732n+wfl/o= +github.com/rsteube/carapace v0.48.3 h1:saVjdJaWNpeH/tR0zrlfVzqBo+eyNwFHOMi4ZNKyLtQ= +github.com/rsteube/carapace v0.48.3/go.mod h1:4ZC5bulItu9t9sZ5yPcHgPREd8rPf274Q732n+wfl/o= github.com/rsteube/carapace-shlex v0.1.1 h1:fRQEBBKyYKm4TXUabm4tzH904iFWSmXJl3UZhMfQNYU= github.com/rsteube/carapace-shlex v0.1.1/go.mod h1:zPw1dOFwvLPKStUy9g2BYKanI6bsQMATzDMYQQybo3o= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=