lots of changes and reducing dependency imports

This commit is contained in:
Robin Olsen
2026-02-28 16:39:50 +01:00
parent 697b17e890
commit ba0115d1bc
54 changed files with 458 additions and 327 deletions

1
go.mod
View File

@@ -5,7 +5,6 @@ go 1.25.6
require (
charm.land/lipgloss/v2 v2.0.0-beta.3.0.20251106193318-19329a3e8410
github.com/go-git/go-git/v6 v6.0.0-20260222090600-424e9964d3a3
github.com/google/uuid v1.6.0
github.com/muesli/reflow v0.3.0
github.com/steveyegge/beads v0.49.6
)