From f2a247a5f3548a166a2179fa04df275354505a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:31:03 +0000 Subject: [PATCH] build(deps): bump github.com/rsteube/carapace from 0.43.5 to 0.44.0 Bumps [github.com/rsteube/carapace](https://github.com/rsteube/carapace) from 0.43.5 to 0.44.0. - [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.43.5...v0.44.0) --- updated-dependencies: - dependency-name: github.com/rsteube/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 b2db33f..9c59125 100644 --- a/go.mod +++ b/go.mod @@ -13,7 +13,7 @@ require ( github.com/kr/pretty v0.2.0 // indirect github.com/mattn/go-colorable v0.1.12 // indirect github.com/muesli/gamut v0.3.1 - github.com/rsteube/carapace v0.43.5 + github.com/rsteube/carapace v0.44.0 github.com/spf13/cobra v1.7.0 github.com/spf13/pflag v1.0.5 gopkg.in/yaml.v2 v2.4.0 diff --git a/go.sum b/go.sum index 525187f..b2ce158 100644 --- a/go.sum +++ b/go.sum @@ -316,8 +316,8 @@ github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY= github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/rsteube/carapace v0.43.5 h1:rbXIGGoffXew0Pk/oM5LHlMf1jBv34TedFXscl59zy4= -github.com/rsteube/carapace v0.43.5/go.mod h1:1l4sZA+/sGW9sBLqEholUd+kn9xKgh2ghBFDYC3D/zA= +github.com/rsteube/carapace v0.44.0 h1:PiiyjveMLCs1pGRvHKMQJyImYHqV616B+WVxUovwTfU= +github.com/rsteube/carapace v0.44.0/go.mod h1:1l4sZA+/sGW9sBLqEholUd+kn9xKgh2ghBFDYC3D/zA= github.com/rsteube/carapace-shlex v0.0.4 h1:3GVn8PaM2RCxPTAiwVy9vDQI8Mi7DqrbdpDgf5ZzQmY= github.com/rsteube/carapace-shlex v0.0.4/go.mod h1:zPw1dOFwvLPKStUy9g2BYKanI6bsQMATzDMYQQybo3o= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=