Linked goldmark to git.os31.xyz/zhanshi/goldmark
This commit is contained in:
parent
5031b8af1c
commit
d49ee744dc
2 changed files with 5 additions and 3 deletions
4
go.mod
4
go.mod
|
|
@ -2,4 +2,6 @@ module codex
|
|||
|
||||
go 1.23.2
|
||||
|
||||
require github.com/yuin/goldmark v1.7.8
|
||||
require github.com/yuin/goldmark v1.7.8
|
||||
|
||||
replace github.com/yuin/goldmark => git.os31.xyz/zhanshi/goldmark v1.7.8
|
||||
|
|
|
|||
4
go.sum
4
go.sum
|
|
@ -1,2 +1,2 @@
|
|||
github.com/yuin/goldmark v1.7.8 h1:iERMLn0/QJeHFhxSt3p6PeN9mGnvIKSpG9YYorDMnic=
|
||||
github.com/yuin/goldmark v1.7.8/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
|
||||
git.os31.xyz/zhanshi/goldmark v1.7.8 h1:UjZ7GLI+AULDg920h4xY8lTSRbh9zUlAyJQh2Grh0Oo=
|
||||
git.os31.xyz/zhanshi/goldmark v1.7.8/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
|
||||
|
|
|
|||
Loading…
Reference in a new issue