1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-05 13:05:18 +02:00
chroma/go.mod
toshimaru 366b9db3fe deps: Bump go modules
- alecthomas/assert
- alecthomas/repr
2023-01-16 01:47:17 +11:00

12 lines
228 B
Modula-2

module github.com/alecthomas/chroma/v2
go 1.19
require (
github.com/alecthomas/assert/v2 v2.2.1
github.com/alecthomas/repr v0.2.0
github.com/dlclark/regexp2 v1.4.0
)
require github.com/hexops/gotextdiff v1.0.3 // indirect