summaryrefslogtreecommitdiffstats
path: root/commands/genchromastyles.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/genchromastyles.go')
-rw-r--r--commands/genchromastyles.go6
1 files changed, 3 insertions, 3 deletions
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"
)