1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-01-26 03:20:10 +02:00
chroma/go.mod
Alec Thomas 0bd7c6851b chore: bump go.mod to Go 1.22 + add Iterator.Stdlib()
The Stdlib() function converts a Chroma iterator to a Go 1.23 iterator.
2025-01-09 19:28:28 +09:00

12 lines
230 B
Modula-2

module github.com/alecthomas/chroma/v2
go 1.22
require (
github.com/alecthomas/assert/v2 v2.11.0
github.com/alecthomas/repr v0.4.0
github.com/dlclark/regexp2 v1.11.4
)
require github.com/hexops/gotextdiff v1.0.3 // indirect