Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 30, 2024
1 parent f125b3a commit 40f3750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/carapace-sh/carapace-bin
go 1.23.1

require (
github.com/carapace-sh/carapace v1.5.2
github.com/carapace-sh/carapace v1.5.3-0.20241230194937-777eefad8a00
github.com/carapace-sh/carapace-bridge v1.2.2
github.com/carapace-sh/carapace-selfupdate v0.0.8
github.com/carapace-sh/carapace-shlex v1.0.1
Expand All @@ -22,5 +22,3 @@ require (
)

replace github.com/spf13/pflag => github.com/carapace-sh/carapace-pflag v1.0.0

replace github.com/carapace-sh/carapace => github.com/carapace-sh/carapace v1.5.3-0.20241229192213-225be410a233
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/carapace-sh/carapace v1.5.3-0.20241229192213-225be410a233 h1:cceMGeKF831Wo8Jnr4fPFjU1PCmFaOBquMZDtF6vCqc=
github.com/carapace-sh/carapace v1.5.3-0.20241229192213-225be410a233/go.mod h1:0EJBqcIPrDiZ7+QMKPd0/LhJz3inAvdTz8JfLnH7SsU=
github.com/carapace-sh/carapace v1.5.3-0.20241230194937-777eefad8a00 h1:oezVhu2jkNAxLv3nLCKJMeQWN/Edf5vCc8rpe034cno=
github.com/carapace-sh/carapace v1.5.3-0.20241230194937-777eefad8a00/go.mod h1:0EJBqcIPrDiZ7+QMKPd0/LhJz3inAvdTz8JfLnH7SsU=
github.com/carapace-sh/carapace-bridge v1.2.2 h1:Zlzw7BajF4iHAFBClCYcptEG+7+F324dFyiGzGiU/kw=
github.com/carapace-sh/carapace-bridge v1.2.2/go.mod h1:HpN3iEdCmQtAD1pd/qHEnWmAF719CeNyJrY8FJ5/E4o=
github.com/carapace-sh/carapace-pflag v1.0.0 h1:uJMhl+vwEM/Eb0UdxZUuv4jo4rUAyPijkRGP5gfCuCE=
Expand Down

0 comments on commit 40f3750

Please sign in to comment.