fix(linter): linter errors
This commit is contained in:
parent
88e6285b49
commit
02fc12e7b7
2 changed files with 3 additions and 2 deletions
2
go.mod
2
go.mod
|
|
@ -10,7 +10,6 @@ require (
|
|||
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2
|
||||
github.com/briandowns/spinner v1.18.1
|
||||
github.com/cenkalti/backoff/v4 v4.3.0
|
||||
github.com/charmbracelet/bubbletea v1.3.4
|
||||
github.com/charmbracelet/glamour v0.9.2-0.20250319212134-549f544650e3
|
||||
github.com/charmbracelet/huh v0.6.0
|
||||
github.com/charmbracelet/lipgloss v1.1.1-0.20250319133953-166f707985bc
|
||||
|
|
@ -74,6 +73,7 @@ require (
|
|||
github.com/blang/semver v3.5.1+incompatible // indirect
|
||||
github.com/catppuccin/go v0.2.0 // indirect
|
||||
github.com/charmbracelet/bubbles v0.20.0 // indirect
|
||||
github.com/charmbracelet/bubbletea v1.3.4 // indirect
|
||||
github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
|
||||
github.com/charmbracelet/x/ansi v0.8.0 // indirect
|
||||
github.com/charmbracelet/x/cellbuf v0.0.13 // indirect
|
||||
|
|
|
|||
|
|
@ -149,7 +149,8 @@ func TestSpeechSynthesizerFriendlyPrompter(t *testing.T) {
|
|||
require.Equal(t, true, confirmValue)
|
||||
})
|
||||
|
||||
// Need one that enters invalid input
|
||||
// TODO: Need one that enters invalid input
|
||||
// TODO: write tests for control-c
|
||||
t.Run("AuthToken", func(t *testing.T) {
|
||||
go func() {
|
||||
// Wait for prompt to appear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue