mirror of
https://github.com/alecthomas/chroma.git
synced 2025-11-27 22:38:42 +02:00
12 lines
230 B
Modula-2
12 lines
230 B
Modula-2
module github.com/alecthomas/chroma/v2
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/alecthomas/assert/v2 v2.11.0
|
|
github.com/alecthomas/repr v0.5.1
|
|
github.com/dlclark/regexp2 v1.11.5
|
|
)
|
|
|
|
require github.com/hexops/gotextdiff v1.0.3 // indirect
|