1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-09 13:23:51 +02:00

refactor: run go mod tidy on chromad

This commit is contained in:
Alec Thomas 2022-05-29 00:39:33 +10:00
parent d13d611a2d
commit 4dfc2caf03

View File

@ -11,4 +11,11 @@ require (
github.com/gorilla/mux v1.7.3
)
require (
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
)
replace github.com/alecthomas/chroma/v2 => ../../