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.
1 parent 498bb29 commit e02b54eCopy full SHA for e02b54e
go.mod
@@ -5,6 +5,7 @@ go 1.22.2
5
require (
6
github.com/adrg/xdg v0.5.3
7
github.com/alecthomas/chroma v0.10.0
8
+ github.com/alecthomas/chroma/v2 v2.14.0
9
github.com/atotto/clipboard v0.1.4
10
github.com/barasher/go-exiftool v1.10.0
11
github.com/charmbracelet/bubbles v0.20.0
@@ -20,7 +21,6 @@ require (
20
21
)
22
23
- github.com/alecthomas/chroma/v2 v2.14.0 // indirect
24
github.com/charmbracelet/x/ansi v0.4.5 // indirect
25
github.com/charmbracelet/x/term v0.2.1 // indirect
26
0 commit comments