Skip to content

Commit a053236

Browse files
committed
Wrong index fix
1 parent 0efd098 commit a053236

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.1.3 (August, 10, 2024)
2+
* Fix issue where wrong index is selected.
3+
14
## v0.1.2 (August, 10, 2024)
25
* Fixed a crash when scrolling through an empty list, which occurred when searches returned no results.
36

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
toolchain go1.22.5
66

77
require (
8-
github.com/radiusmethod/promptui v0.10.2
8+
github.com/radiusmethod/promptui v0.10.3
99
github.com/spf13/cobra v1.8.1
1010
k8s.io/apimachinery v0.30.3
1111
k8s.io/client-go v0.30.3

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ github.com/radiusmethod/promptui v0.10.1 h1:aDL6O9fQIHcLEtV8qFfkRClDHF5wpO8VQBnS
8080
github.com/radiusmethod/promptui v0.10.1/go.mod h1:DYozY3lsgSlf+M+LXX4QF7/QY246KqP69zhdIvPBg+8=
8181
github.com/radiusmethod/promptui v0.10.2 h1:EsN8QTW/ZdUEUGnXjZmVn+at6P1WXTWvS9FLEInUpFc=
8282
github.com/radiusmethod/promptui v0.10.2/go.mod h1:DYozY3lsgSlf+M+LXX4QF7/QY246KqP69zhdIvPBg+8=
83+
github.com/radiusmethod/promptui v0.10.3 h1:JeayJuCR/bPvZp5cGqd+sAk4NDZG9CCt0vBVTFIiCo8=
84+
github.com/radiusmethod/promptui v0.10.3/go.mod h1:DYozY3lsgSlf+M+LXX4QF7/QY246KqP69zhdIvPBg+8=
8385
github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=
8486
github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog=
8587
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=

0 commit comments

Comments
 (0)