diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-24 18:19:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-24 18:19:04 -0500 |
commit | 26e4f7f11a8c10c48af66ce4f2d4c50d5a2dc760 (patch) | |
tree | fd72a6c25b97333487aafcd8c86374d709050840 /go.mod | |
parent | 0a8ed6b216ab58bf0ae0695a89f602e477c9573c (diff) |
feat: Notice messages when performing actions (#11)
* Update releaser CI/CD version
* feat: Notice messages when performing actions
* Showcase notices in demo.gif
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ require ( github.com/charmbracelet/bubbles v0.20.0 github.com/charmbracelet/bubbletea v1.2.3 github.com/charmbracelet/lipgloss v1.0.0 + github.com/hashicorp/go-uuid v1.0.3 github.com/urfave/cli/v2 v2.27.5 ) |