build(deps): bump github.com/charmbracelet/x/ansi from 0.4.5 to 0.6.0 #2137
Annotations
7 errors
Run static analysis:
cmd/tui/asker.go#L125
SA1019: ansi.CursorLeft is deprecated: use [CursorBackward] instead. (staticcheck)
|
Run static analysis:
cmd/tui/asker.go#L127
SA1019: ansi.CursorLeft is deprecated: use [CursorBackward] instead. (staticcheck)
|
Run static analysis:
cmd/tui/console.go#L112
SA1019: ansi.CursorDown1 is deprecated: use [CUD1] instead. (staticcheck)
|
Run static analysis:
cmd/tui/console.go#L114
SA1019: ansi.CursorUp1 is deprecated: use [CUU1] instead. (staticcheck)
|
Run static analysis:
cmd/tui/console.go#L116
SA1019: ansi.CursorLeft1 is deprecated: use [CUB1] instead. (staticcheck)
|
Run static analysis:
cmd/tui/console.go#L118
SA1019: ansi.CursorRight1 is deprecated: use [CUF1] instead. (staticcheck)
|
Run static analysis
Process completed with exit code 2.
|
Loading