mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-05 13:05:18 +02:00
0f92de4f03
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 lines
229 B
Modula-2
12 lines
229 B
Modula-2
module github.com/alecthomas/chroma/v2
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/alecthomas/assert/v2 v2.6.0
|
|
github.com/alecthomas/repr v0.4.0
|
|
github.com/dlclark/regexp2 v1.11.0
|
|
)
|
|
|
|
require github.com/hexops/gotextdiff v1.0.3 // indirect
|