...

Text file src/github.com/alecthomas/chroma/v2/go.mod

Documentation: github.com/alecthomas/chroma/v2

     1module github.com/alecthomas/chroma/v2
     2
     3go 1.19
     4
     5require (
     6	github.com/alecthomas/assert/v2 v2.2.1
     7	github.com/alecthomas/repr v0.2.0
     8	github.com/dlclark/regexp2 v1.4.0
     9)
    10
    11require github.com/hexops/gotextdiff v1.0.3 // indirect

View as plain text