File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.22.0
55toolchain go1.22.5
66
77require (
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
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ github.com/radiusmethod/promptui v0.10.1 h1:aDL6O9fQIHcLEtV8qFfkRClDHF5wpO8VQBnS
8080github.com/radiusmethod/promptui v0.10.1 /go.mod h1:DYozY3lsgSlf+M+LXX4QF7/QY246KqP69zhdIvPBg+8 =
8181github.com/radiusmethod/promptui v0.10.2 h1:EsN8QTW/ZdUEUGnXjZmVn+at6P1WXTWvS9FLEInUpFc =
8282github.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 =
8385github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ =
8486github.com/rogpeppe/go-internal v1.10.0 /go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncjaFoBhdsK/akog =
8587github.com/russross/blackfriday/v2 v2.1.0 /go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM =
You can’t perform that action at this time.
0 commit comments