From 26e4f7f11a8c10c48af66ce4f2d4c50d5a2dc760 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sun, 24 Nov 2024 18:19:04 -0500 Subject: feat: Notice messages when performing actions (#11) * Update releaser CI/CD version * feat: Notice messages when performing actions * Showcase notices in demo.gif --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 807d116..8c5a23f 100644 --- a/go.mod +++ b/go.mod @@ -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 ) -- cgit v1.2.3