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:
parent
d13d611a2d
commit
4dfc2caf03
@ -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 => ../../
|
||||
|
Loading…
x
Reference in New Issue
Block a user