Skip to content

Commit e02b54e

Browse files
fix(deps): update module github.com/alecthomas/chroma to v2
1 parent 498bb29 commit e02b54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.22.2
55
require (
66
github.com/adrg/xdg v0.5.3
77
github.com/alecthomas/chroma v0.10.0
8+
github.com/alecthomas/chroma/v2 v2.14.0
89
github.com/atotto/clipboard v0.1.4
910
github.com/barasher/go-exiftool v1.10.0
1011
github.com/charmbracelet/bubbles v0.20.0
@@ -20,7 +21,6 @@ require (
2021
)
2122

2223
require (
23-
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
2424
github.com/charmbracelet/x/ansi v0.4.5 // indirect
2525
github.com/charmbracelet/x/term v0.2.1 // indirect
2626
)

0 commit comments

Comments
 (0)