Skip to content

Commit

Permalink
Merge pull request #1416 from rsteube/fix-powershell
Browse files Browse the repository at this point in the history
fix powershell 7.3.0
  • Loading branch information
rsteube authored Nov 21, 2022
2 parents a4082cb + a894ea5 commit 9f4f064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/pelletier/go-toml v1.9.5
github.com/rsteube/carapace v0.26.2
github.com/rsteube/carapace v0.26.3
github.com/rsteube/carapace-spec v0.3.0
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3v
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/rsteube/carapace v0.26.2 h1:ny7CWBUnYoOG9uesN1feIfpY6aK3IAVTUFdhreRR74Q=
github.com/rsteube/carapace v0.26.2/go.mod h1:/ALYHicIpak6TjQnKl7HupclqJydy2LQb6CkawYBxDo=
github.com/rsteube/carapace v0.26.3 h1:xMVwcngLfhmi9zsnuQekrhSFW+76HIQos6DNRSonSvE=
github.com/rsteube/carapace v0.26.3/go.mod h1:/ALYHicIpak6TjQnKl7HupclqJydy2LQb6CkawYBxDo=
github.com/rsteube/carapace-pflag v0.0.4 h1:Onb0cLNLxg1xJr2EsMlBldAI5KkybrvZ89b5cRElZXI=
github.com/rsteube/carapace-pflag v0.0.4/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/rsteube/carapace-spec v0.3.0 h1:7hTsTB7qmFJ7SvnsI3wOnp+V4APVuxy2AzmphIXm4xk=
Expand Down

0 comments on commit 9f4f064

Please sign in to comment.