File: go.mod

package info (click to toggle)
golang-github-alecthomas-chroma-v2 2.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, sid, trixie
  • size: 9,472 kB
  • sloc: xml: 39,589; python: 422; javascript: 357; sh: 37; makefile: 36
file content (11 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/alecthomas/chroma/v2

go 1.19

require (
	github.com/alecthomas/assert/v2 v2.7.0
	github.com/alecthomas/repr v0.4.0
	github.com/dlclark/regexp2 v1.11.0
)

require github.com/hexops/gotextdiff v1.0.3 // indirect