Private
Public Access
1
0

Update to yaml.v3

Bonus: better rendering of tool results in the chat
This commit is contained in:
2024-06-23 04:00:55 +00:00
parent a1fc8a637b
commit 11402c5534
4 changed files with 4 additions and 8 deletions

3
go.mod
View File

@@ -7,11 +7,10 @@ require (
github.com/charmbracelet/bubbles v0.18.0
github.com/charmbracelet/bubbletea v0.25.0
github.com/charmbracelet/lipgloss v0.10.0
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/muesli/reflow v0.3.0
github.com/spf13/cobra v1.8.0
github.com/sqids/sqids-go v0.4.1
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/sqlite v1.5.4
gorm.io/gorm v1.25.5
)