mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
15 lines
481 B
Modula-2
15 lines
481 B
Modula-2
|
module github.com/yuin/goldmark-highlighting
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/GeertJohan/go.rice v1.0.0 // indirect
|
||
|
github.com/alecthomas/chroma v0.7.2-0.20200305040604-4f3623dce67a
|
||
|
github.com/alecthomas/kong-hcl v0.1.8-0.20190615233001-b21fea9723c8 // indirect
|
||
|
github.com/dlclark/regexp2 v1.2.0 // indirect
|
||
|
github.com/gorilla/csrf v1.6.0 // indirect
|
||
|
github.com/gorilla/handlers v1.4.1 // indirect
|
||
|
github.com/gorilla/mux v1.7.3 // indirect
|
||
|
github.com/yuin/goldmark v1.1.22
|
||
|
)
|