init go mod

This commit is contained in:
椰子 2023-06-18 10:16:40 +08:00
parent 8d1f946b17
commit 29cd028bc6
2 changed files with 9 additions and 0 deletions

6
go.mod Normal file
View File

@ -0,0 +1,6 @@
module markdown-renderer
go 1.20
require code.simaek.com/xueye/markdown v1.0.0

3
go.sum Normal file
View File

@ -0,0 +1,3 @@
code.simaek.com/xueye/markdown v1.0.0 h1:YNDPtnBGKdIWxpVLRGo7HCCLJmf1BePolyK0lHrnYK8=
code.simaek.com/xueye/markdown v1.0.0/go.mod h1:16SxYql5Rhrb4Jy6GCgTwyn1AAouoPjwwctFFrLKzrs=