Skip to content

Commit

Permalink
fix: add spinner as direct
Browse files Browse the repository at this point in the history
  • Loading branch information
noahstreller committed Aug 28, 2024
1 parent 6819b32 commit 62cd08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/noahstreller/igitt
go 1.23

require (
github.com/briandowns/spinner v1.23.1
github.com/charmbracelet/huh v0.5.3
github.com/charmbracelet/lipgloss v0.13.0
github.com/fatih/color v1.17.0
Expand All @@ -13,7 +14,6 @@ require (
require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/briandowns/spinner v1.23.1 // indirect
github.com/catppuccin/go v0.2.0 // indirect
github.com/charmbracelet/bubbles v0.19.0 // indirect
github.com/charmbracelet/bubbletea v0.27.1 // indirect
Expand Down

0 comments on commit 62cd08e

Please sign in to comment.