mirror of
https://github.com/alecthomas/chroma.git
synced 2025-04-11 11:32:05 +02:00
15 lines
356 B
Modula-2
15 lines
356 B
Modula-2
module github.com/alecthomas/chroma/cmd/chromad
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.0.0-00010101000000-000000000000
|
|
github.com/alecthomas/kong v0.2.4
|
|
github.com/alecthomas/kong-hcl v0.2.0
|
|
github.com/gorilla/csrf v1.6.2
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/mux v1.7.3
|
|
)
|
|
|
|
replace github.com/alecthomas/chroma => ../../
|