@@ -7,6 +7,8 @@ require (
77 github.com/charmbracelet/bubbles v0.21.1
88 github.com/charmbracelet/bubbletea v1.3.10
99 github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
10+ github.com/fogleman/gg v1.3.0
11+ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
1012 github.com/google/uuid v1.6.0
1113 github.com/mattn/go-runewidth v0.0.19
1214 github.com/nathfavour/vibeauracle/brain v0.0.0
@@ -16,6 +18,7 @@ require (
1618 github.com/nathfavour/vibeauracle/sys v0.0.0
1719 github.com/nathfavour/vibeauracle/tooling v0.0.0-00010101000000-000000000000
1820 github.com/spf13/cobra v1.10.2
21+ golang.org/x/image v0.35.0
1922 golang.org/x/mod v0.32.0
2023)
2124
@@ -27,8 +30,6 @@ require (
2730 github.com/clipperhouse/displaywidth v0.9.0 // indirect
2831 github.com/clipperhouse/stringish v0.1.1 // indirect
2932 github.com/clipperhouse/uax29/v2 v2.5.0 // indirect
30- github.com/fogleman/gg v1.3.0 // indirect
31- github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
3233 github.com/gorilla/css v1.0.1 // indirect
3334 github.com/microcosm-cc/bluemonday v1.0.27 // indirect
3435 github.com/muesli/reflow v0.3.0 // indirect
@@ -43,7 +44,6 @@ require (
4344 go.lsp.dev/uri v0.3.0 // indirect
4445 go.uber.org/multierr v1.11.0 // indirect
4546 go.uber.org/zap v1.27.0 // indirect
46- golang.org/x/image v0.35.0 // indirect
4747 google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
4848 google.golang.org/grpc v1.78.0 // indirect
4949 google.golang.org/protobuf v1.36.10 // indirect
0 commit comments