2019-02-18 19:29:11 +01:00
|
|
|
module github.com/alecthomas/chroma
|
|
|
|
|
2020-05-09 22:49:03 +02:00
|
|
|
go 1.13
|
|
|
|
|
2019-02-18 19:29:11 +01:00
|
|
|
require (
|
2022-01-28 18:23:06 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-08-04 20:11:59 +02:00
|
|
|
github.com/dlclark/regexp2 v1.4.0
|
2022-01-28 18:23:06 +01:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2019-02-18 19:29:11 +01:00
|
|
|
)
|