1
0
Fork 0

Updated git.arav.top/Arav/justguestbook to v1.0.1.

This commit is contained in:
Alexander Andreev 2023-02-05 21:22:19 +04:00
parent dfa5f9bac6
commit a6fd764cbd
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 3 additions and 5 deletions

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.19
require github.com/julienschmidt/httprouter v1.3.0
require (
git.arav.top/Arav/justguestbook v1.0.0
git.arav.top/Arav/justguestbook v1.0.1
github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c
)

6
go.sum
View File

@ -1,7 +1,5 @@
git.arav.top/Arav/justguestbook v0.0.0-20230116002504-729e58fdca8a h1:goIXiQ58fEpfsDNWf0pOMu/HVn+jncrsDLDjHL8dz+k=
git.arav.top/Arav/justguestbook v0.0.0-20230116002504-729e58fdca8a/go.mod h1:ZSwiVObh5hHvtEVWCNfmkKXtm9p6c+/9WNyaOppvFrQ=
git.arav.top/Arav/justguestbook v1.0.0 h1:h4gHlXgYuRinsXuwQlpn+RUHAFJL5NWugk7CEPwwwXs=
git.arav.top/Arav/justguestbook v1.0.0/go.mod h1:ZSwiVObh5hHvtEVWCNfmkKXtm9p6c+/9WNyaOppvFrQ=
git.arav.top/Arav/justguestbook v1.0.1 h1:zjrQY2V14j0uSifRI8DlVAQn8RFgZP/T90KlgMCFq64=
git.arav.top/Arav/justguestbook v1.0.1/go.mod h1:ZSwiVObh5hHvtEVWCNfmkKXtm9p6c+/9WNyaOppvFrQ=
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=