Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/carapace-sh/carapace-shlex/cmd
go 1.24.0

require (
github.com/carapace-sh/carapace v1.13.3
github.com/carapace-sh/carapace v1.14.0
github.com/carapace-sh/carapace-bridge v1.6.2
github.com/carapace-sh/carapace-shlex v1.1.1
github.com/spf13/cobra v1.10.2
Expand Down
4 changes: 2 additions & 2 deletions cmd/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/carapace-sh/carapace v1.13.3 h1:yHzy3onFgBihiymPky0tRmLi3GB/s3NW3oZDuX8+Boo=
github.com/carapace-sh/carapace v1.13.3/go.mod h1:5MUSHyLN9GGb5/NY/j9VI68/TcZV4ApRCAHGg4WeU0s=
github.com/carapace-sh/carapace v1.14.0 h1:51JZwCUcG/BgwXWW7rp1r3NQbV/lwVViY6Ei8hWLgA8=
github.com/carapace-sh/carapace v1.14.0/go.mod h1:5MUSHyLN9GGb5/NY/j9VI68/TcZV4ApRCAHGg4WeU0s=
github.com/carapace-sh/carapace-bridge v1.6.2 h1:vHhmr6/6GSZziQlEMBSg3nle8vaPFXK0aOZYsjPQ4PY=
github.com/carapace-sh/carapace-bridge v1.6.2/go.mod h1:NWgiBA+G0lc82KgSzQaXTkUgb6CTRERsNkVNnY+fSwk=
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
Expand Down