File: go.mod

package info (click to toggle)
golang-github-yuin-goldmark 1.7.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,692 kB
  • sloc: ansic: 76; makefile: 37
file content (28 lines) | stat: -rw-r--r-- 983 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module banchmark

go 1.22

toolchain go1.22.9

require (
	github.com/88250/lute v1.7.5
	github.com/gomarkdown/markdown v0.0.0-20230322041520-c84983bdbf2a
	github.com/russross/blackfriday/v2 v2.1.0
	github.com/yuin/goldmark v0.0.0
	gitlab.com/golang-commonmark/markdown v0.0.0-20211110145824-bf3e522c626a
)

require (
	github.com/alecthomas/chroma v0.10.0 // indirect
	github.com/dlclark/regexp2 v1.10.0 // indirect
	github.com/gopherjs/gopherjs v1.17.2 // indirect
	gitlab.com/golang-commonmark/html v0.0.0-20191124015941-a22733972181 // indirect
	gitlab.com/golang-commonmark/linkify v0.0.0-20191026162114-a0c2df6c8f82 // indirect
	gitlab.com/golang-commonmark/mdurl v0.0.0-20191124015652-932350d1cb84 // indirect
	gitlab.com/golang-commonmark/puny v0.0.0-20191124015043-9f83538fa04f // indirect
	golang.org/x/text v0.10.0 // indirect
)

replace gopkg.in/russross/blackfriday.v2 v2.0.1 => github.com/russross/blackfriday/v2 v2.0.1

replace github.com/yuin/goldmark v0.0.0 => ../../