Skip to content

Commit 880306b

Browse files
authored
Merge pull request #21 from RoseSecurity/renovate/github.com-alecthomas-chroma-2.x
Update module github.com/alecthomas/chroma to v2
2 parents e7de4ca + 8b2962b commit 880306b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/RoseSecurity/kuzco
33
go 1.23.1
44

55
require (
6-
github.com/alecthomas/chroma v0.10.0
6+
github.com/alecthomas/chroma/v2 v2.14.0
77
github.com/arsham/figurine v1.3.0
88
github.com/briandowns/spinner v1.23.1
99
github.com/charmbracelet/glamour v0.8.0
@@ -17,7 +17,6 @@ require (
1717

1818
require (
1919
github.com/agext/levenshtein v1.2.1 // indirect
20-
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
2120
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
2221
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2322
github.com/arsham/rainbow v1.2.1 // indirect

0 commit comments

Comments
 (0)