File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1+ module github.com/athurg/go-confluence
2+
3+ replace gopkg.in/russross/blackfriday.v2 v2.0.1 => github.com/russross/blackfriday v2.0.0+incompatible
4+
5+ require (
6+ github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect
7+ gopkg.in/russross/blackfriday.v2 v2.0.1
8+ )
Original file line number Diff line number Diff line change 1+ github.com/russross/blackfriday v2.0.0+incompatible /go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g =
2+ github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 h1:/vdW8Cb7EXrkqWGufVMES1OH2sU9gKVb2n9/1y5NMBY =
3+ github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 /go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc =
You can’t perform that action at this time.
0 commit comments