Skip to content

Commit

Permalink
Wrong index fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaudiomv committed Aug 10, 2024
1 parent 0efd098 commit a053236
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.1.3 (August, 10, 2024)
* Fix issue where wrong index is selected.

## v0.1.2 (August, 10, 2024)
* Fixed a crash when scrolling through an empty list, which occurred when searches returned no results.

Expand Down
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.22.0
toolchain go1.22.5

require (
github.com/radiusmethod/promptui v0.10.2
github.com/radiusmethod/promptui v0.10.3
github.com/spf13/cobra v1.8.1
k8s.io/apimachinery v0.30.3
k8s.io/client-go v0.30.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ github.com/radiusmethod/promptui v0.10.1 h1:aDL6O9fQIHcLEtV8qFfkRClDHF5wpO8VQBnS
github.com/radiusmethod/promptui v0.10.1/go.mod h1:DYozY3lsgSlf+M+LXX4QF7/QY246KqP69zhdIvPBg+8=
github.com/radiusmethod/promptui v0.10.2 h1:EsN8QTW/ZdUEUGnXjZmVn+at6P1WXTWvS9FLEInUpFc=
github.com/radiusmethod/promptui v0.10.2/go.mod h1:DYozY3lsgSlf+M+LXX4QF7/QY246KqP69zhdIvPBg+8=
github.com/radiusmethod/promptui v0.10.3 h1:JeayJuCR/bPvZp5cGqd+sAk4NDZG9CCt0vBVTFIiCo8=
github.com/radiusmethod/promptui v0.10.3/go.mod h1:DYozY3lsgSlf+M+LXX4QF7/QY246KqP69zhdIvPBg+8=
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
Expand Down

0 comments on commit a053236

Please sign in to comment.