diff --git a/go.mod b/go.mod index d834f283..c20d9e4a 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.22.2 require ( github.com/adrg/xdg v0.5.3 github.com/alecthomas/chroma v0.10.0 + github.com/alecthomas/chroma/v2 v2.14.0 github.com/atotto/clipboard v0.1.4 github.com/barasher/go-exiftool v1.10.0 github.com/charmbracelet/bubbles v0.20.0 @@ -20,7 +21,6 @@ require ( ) require ( - github.com/alecthomas/chroma/v2 v2.14.0 // indirect github.com/charmbracelet/x/ansi v0.4.5 // indirect github.com/charmbracelet/x/term v0.2.1 // indirect )