We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7de4ca + 8b2962b commit 880306bCopy full SHA for 880306b
go.mod
@@ -3,7 +3,7 @@ module github.com/RoseSecurity/kuzco
3
go 1.23.1
4
5
require (
6
- github.com/alecthomas/chroma v0.10.0
+ github.com/alecthomas/chroma/v2 v2.14.0
7
github.com/arsham/figurine v1.3.0
8
github.com/briandowns/spinner v1.23.1
9
github.com/charmbracelet/glamour v0.8.0
@@ -17,7 +17,6 @@ require (
17
18
19
github.com/agext/levenshtein v1.2.1 // indirect
20
- github.com/alecthomas/chroma/v2 v2.14.0 // indirect
21
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
22
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
23
github.com/arsham/rainbow v1.2.1 // indirect
0 commit comments