From 0fe3eca7ebe1579973916cba1a20f1995a358b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 04:24:19 +0000 Subject: [PATCH] build(deps): bump github.com/carapace-sh/carapace from 1.3.3 to 1.4.0 Bumps [github.com/carapace-sh/carapace](https://github.com/carapace-sh/carapace) from 1.3.3 to 1.4.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.3.3...v1.4.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 f3aa3ba42..b54a70477 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/carapace-sh/carapace-bin go 1.23.0 require ( - github.com/carapace-sh/carapace v1.3.3 + github.com/carapace-sh/carapace v1.4.0 github.com/carapace-sh/carapace-bridge v1.1.0 github.com/carapace-sh/carapace-shlex v1.0.1 github.com/carapace-sh/carapace-spec v1.0.5 diff --git a/go.sum b/go.sum index 35567b740..31ba35525 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/bahlo/generic-list-go v0.2.0 h1:5sz/EEAK+ls5wF+NeqDpk5+iNdMDXrh3z3nPn github.com/bahlo/generic-list-go v0.2.0/go.mod h1:2KvAjgMlE5NNynlg/5iLrrCCZ2+5xWbdbCW3pNTGyYg= github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs= github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= -github.com/carapace-sh/carapace v1.3.3 h1:rxA1KHt6bZs0frgPz0JkknKQxtIKCZaY7TeAxuOWLQw= -github.com/carapace-sh/carapace v1.3.3/go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs= +github.com/carapace-sh/carapace v1.4.0 h1:GoCzicKhRgf7/BYZAS/pCBrU3dU4vzISn5XenuOgSh8= +github.com/carapace-sh/carapace v1.4.0/go.mod h1:djegtVDi/3duSAqZNU+/nCq7XtDRMRZUb5bW0O/HnEs= github.com/carapace-sh/carapace-bridge v1.1.0 h1:WkeQGPg7Zu0S3M39c0hZDlPY7EJ7Lrol1iVCJoFa6gM= github.com/carapace-sh/carapace-bridge v1.1.0/go.mod h1:bKG97KfwYewrvke7ULgv0OYIJ6lHbJDPex8W29NlD6o= github.com/carapace-sh/carapace-pflag v1.0.0 h1:uJMhl+vwEM/Eb0UdxZUuv4jo4rUAyPijkRGP5gfCuCE=