1module github.com/alecthomas/chroma 2 3go 1.13 4 5require ( 6 github.com/davecgh/go-spew v1.1.1 // indirect 7 github.com/dlclark/regexp2 v1.4.0 8 github.com/stretchr/testify v1.7.0 9)
View as plain text