From 35fa192838ecfa244335fca957e55d3956a48665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 26 May 2022 12:17:10 +0200 Subject: deps: Udpate to github.com/alecthomas/chroma/v2 Fixes #9932 Fixes #9931 --- commands/genchromastyles.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'commands') diff --git a/commands/genchromastyles.go b/commands/genchromastyles.go index a2476ffdf..4dfa77d2e 100644 --- a/commands/genchromastyles.go +++ b/commands/genchromastyles.go @@ -16,9 +16,9 @@ package commands import ( "os" - "github.com/alecthomas/chroma" - "github.com/alecthomas/chroma/formatters/html" - "github.com/alecthomas/chroma/styles" + "github.com/alecthomas/chroma/v2" + "github.com/alecthomas/chroma/v2/formatters/html" + "github.com/alecthomas/chroma/v2/styles" "github.com/spf13/cobra" ) -- cgit v1.2.3