Added github.com/gomarkdown/markdown to go.mod.
This commit is contained in:
parent
720f20f6d6
commit
148b1d889a
2
go.mod
2
go.mod
@ -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
2
go.sum
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user