Private
Public Access
1
0

Add syntax highlighting

This commit is contained in:
2023-11-19 05:00:59 +00:00
parent 815cb0c4b8
commit e6dcefacf5
4 changed files with 29 additions and 4 deletions

2
go.mod
View File

@@ -3,6 +3,7 @@ module git.mlow.ca/mlow/lmcli
go 1.21
require (
github.com/alecthomas/chroma/v2 v2.11.1
github.com/go-yaml/yaml v2.1.0+incompatible
github.com/gookit/color v1.5.4
github.com/sashabaranov/go-openai v1.17.7
@@ -13,6 +14,7 @@ require (
)
require (
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect