diff --git a/go.mod b/go.mod index c20d9e4a..9b036fcc 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,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/alecthomas/chroma/v2 v2.14.0 github.com/atotto/clipboard v0.1.4 github.com/barasher/go-exiftool v1.10.0 diff --git a/gomod2nix.toml b/gomod2nix.toml index 9c83fd32..44e5bb1c 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -4,9 +4,6 @@ schema = 3 [mod."github.com/adrg/xdg"] version = "v0.5.3" hash = "sha256-bo6tBgHS+3sl6f4oWpmdFrZjfV6eA/3xAlysSW0bIEs=" - [mod."github.com/alecthomas/chroma"] - version = "v0.10.0" - hash = "sha256-p721vddVTv4iv1O0/dqpdk5xF6x9iLIHcrfh8JEVnqQ=" [mod."github.com/alecthomas/chroma/v2"] version = "v2.14.0" hash = "sha256-d+zcIobMS5Y0/Ym9Uxubf20uyw0aBCr0f1oEOAGHlEA="