You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
481 B
14 lines
481 B
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
|
|
)
|
|
|