Merge pull request #2771 from carapace-sh/update-bridge

updated carapace-bridge
This commit is contained in:
Ralf Steube 2025-04-28 22:21:19 +02:00 committed by GitHub
commit b34fb7fabe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -6,7 +6,7 @@ toolchain go1.24.1
require (
github.com/carapace-sh/carapace v1.8.1
github.com/carapace-sh/carapace-bridge v1.2.7
github.com/carapace-sh/carapace-bridge v1.2.8
github.com/carapace-sh/carapace-selfupdate v0.0.10
github.com/carapace-sh/carapace-shlex v1.0.1
github.com/carapace-sh/carapace-spec v1.1.1

4
go.sum
View File

@ -1,7 +1,7 @@
github.com/carapace-sh/carapace v1.8.1 h1:W5NlN2Vm5WOI4QlVHWRLobeKU6pOY682BgOyQhSRj+4=
github.com/carapace-sh/carapace v1.8.1/go.mod h1:C0PH0NpNW+Gb2nvnJ8nl2yRvvPxEHqVgYU8fphWGoEg=
github.com/carapace-sh/carapace-bridge v1.2.7 h1:J00dUgXmJpPfuqvhUOkyavfDqrZ+ZJ99ZBVFF3O+AN8=
github.com/carapace-sh/carapace-bridge v1.2.7/go.mod h1:9a6us5h1jOu9EUYeK+AFdjjiQa2bLEwb1BXIBJMa+No=
github.com/carapace-sh/carapace-bridge v1.2.8 h1:udDA/dWirHWGCgqRJOv0W0eFCYfAMsKuyJFaBkBjsiI=
github.com/carapace-sh/carapace-bridge v1.2.8/go.mod h1:9a6us5h1jOu9EUYeK+AFdjjiQa2bLEwb1BXIBJMa+No=
github.com/carapace-sh/carapace-pflag v1.0.0 h1:uJMhl+vwEM/Eb0UdxZUuv4jo4rUAyPijkRGP5gfCuCE=
github.com/carapace-sh/carapace-pflag v1.0.0/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/carapace-sh/carapace-selfupdate v0.0.10 h1:ZvutqGwVvSj6TmI/tLcort63JD6PaOG0ia6squwbTuo=