Skip to content

Commit 1563ace

Browse files
添加go模块配置
1 parent 8568664 commit 1563ace

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
)

go.sum

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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=

0 commit comments

Comments
 (0)