Update chroma: v0.10.0 -> v2

This commit is contained in:
Niklas Fasching 2022-05-30 17:16:31 +02:00
parent 2c87232bd4
commit 67951ec664
6 changed files with 113 additions and 107 deletions

View file

@ -5,10 +5,10 @@ import (
"regexp"
"strings"
"github.com/alecthomas/chroma"
"github.com/alecthomas/chroma/formatters/html"
"github.com/alecthomas/chroma/lexers"
"github.com/alecthomas/chroma/styles"
"github.com/alecthomas/chroma/v2"
"github.com/alecthomas/chroma/v2/formatters/html"
"github.com/alecthomas/chroma/v2/lexers"
"github.com/alecthomas/chroma/v2/styles"
"github.com/niklasfasching/go-org/org"
)