Skip to content

Commit dd49c3c

Browse files
build(deps): bump github.com/carapace-sh/carapace from 1.11.0 to 1.11.4
Bumps [github.com/carapace-sh/carapace](https://github.com/carapace-sh/carapace) from 1.11.0 to 1.11.4. - [Release notes](https://github.com/carapace-sh/carapace/releases) - [Commits](carapace-sh/carapace@v1.11.0...v1.11.4) --- updated-dependencies: - dependency-name: github.com/carapace-sh/carapace dependency-version: 1.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6aaaa27 commit dd49c3c

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

cmd/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/carapace-sh/carapace-bridge/cmd
33
go 1.24
44

55
require (
6-
github.com/carapace-sh/carapace v1.11.0
6+
github.com/carapace-sh/carapace v1.11.4
77
github.com/carapace-sh/carapace-bridge v0.0.0-00010101000000-000000000000
88
github.com/carapace-sh/carapace-selfupdate v0.0.5
99
github.com/spf13/cobra v1.10.2
@@ -12,7 +12,7 @@ require (
1212
require (
1313
github.com/carapace-sh/carapace-shlex v1.1.1 // indirect
1414
github.com/inconshreveable/mousetrap v1.1.0 // indirect
15-
github.com/spf13/pflag v1.0.9 // indirect
15+
github.com/spf13/pflag v1.0.10 // indirect
1616
gopkg.in/yaml.v3 v3.0.1 // indirect
1717
)
1818

cmd/go.sum

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/carapace-sh/carapace v1.11.0 h1:dTUFXvIrUTLd9BGLsfDt4wCgEyPl8bJeZOFDmN7fIfo=
2-
github.com/carapace-sh/carapace v1.11.0/go.mod h1:NVkuv1s8wyFvu7d98rdgYwqGKMB6GO1MEUZp5RcWri8=
1+
github.com/carapace-sh/carapace v1.11.4 h1:0OljF8oxBd0H7jJxWAnci1hiGS2H2wOOw/DK4tCstzw=
2+
github.com/carapace-sh/carapace v1.11.4/go.mod h1:5MUSHyLN9GGb5/NY/j9VI68/TcZV4ApRCAHGg4WeU0s=
33
github.com/carapace-sh/carapace-selfupdate v0.0.5 h1:Th7PtHlS2Kuhs1Kn+qskVoGWaPKFCwbvDrU4bVQA43c=
44
github.com/carapace-sh/carapace-selfupdate v0.0.5/go.mod h1:gyvAPrYpUU6pCgH+Mox+LTotxCQmUTHl+u/g4j/H9aQ=
55
github.com/carapace-sh/carapace-shlex v1.1.1 h1:ccmNeetAYZOk4IcV36youFDsXusT9uCNW2Njkw+QS+Q=
@@ -10,8 +10,9 @@ github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLf
1010
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
1111
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
1212
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
13-
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
1413
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
14+
github.com/spf13/pflag v1.0.10 h1:4EBh2KAYBwaONj6b2Ye1GiHfwjqyROoF4RwYO+vPwFk=
15+
github.com/spf13/pflag v1.0.10/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1516
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
1617
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
1718
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)