From 9e82811a2a963be962fc3ffc426c137e01d56e2d Mon Sep 17 00:00:00 2001 From: Priyansh Date: Thu, 28 Aug 2025 13:09:22 +0530 Subject: Restructure codebase with proper organization, fix file picker navigation, and add utils package --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 29e8dcc..f38d76f 100644 --- a/go.mod +++ b/go.mod @@ -11,11 +11,13 @@ require ( ) require ( + github.com/atotto/clipboard v0.1.4 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect github.com/charmbracelet/x/ansi v0.9.3 // indirect github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect github.com/charmbracelet/x/term v0.2.1 // indirect + github.com/dustin/go-humanize v1.0.1 // indirect github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect github.com/lucasb-eyer/go-colorful v1.2.0 // indirect github.com/mattn/go-isatty v0.0.20 // indirect -- cgit v1.2.3