1
0
Fork 0

Added github.com/gomarkdown/markdown to go.mod.

This commit is contained in:
Alexander Andreev 2023-02-05 04:40:08 +04:00
parent 720f20f6d6
commit 148b1d889a
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 4 additions and 0 deletions

2
go.mod
View File

@ -3,3 +3,5 @@ module git.arav.top/Arav/dwelling-home
go 1.19
require github.com/julienschmidt/httprouter v1.3.0
require github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c

2
go.sum
View File

@ -1,2 +1,4 @@
github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c h1:iyaGYbCmcYK0Ja9a3OUa2Fo+EaN0cbLu0eKpBwPFzc8=
github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c/go.mod h1:JDGcbDT52eL4fju3sZ4TeHGsQwhG9nbDV21aMyhwPoA=
github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=