1
0
Fork 0

Added git.arav.top/Arav/justguestbook dependency.

This commit is contained in:
Alexander Andreev 2023-02-05 21:12:42 +04:00
parent 6d2b88c46a
commit ed09db85ed
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
2 changed files with 17 additions and 1 deletions

10
go.mod
View File

@ -4,4 +4,12 @@ go 1.19
require github.com/julienschmidt/httprouter v1.3.0
require github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c
require (
git.arav.top/Arav/justguestbook v1.0.0
github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c
)
require (
github.com/mattn/go-sqlite3 v1.14.16 // indirect
github.com/pkg/errors v0.9.1 // indirect
)

8
go.sum
View File

@ -1,4 +1,12 @@
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=
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=
github.com/mattn/go-sqlite3 v1.14.16 h1:yOQRA0RpS5PFz/oikGwBEqvAWhWg5ufRz4ETLjwpU1Y=
github.com/mattn/go-sqlite3 v1.14.16/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=