1
0
Fork 0

Replaced julienschmidt/httprouter with my httpr.

This commit is contained in:
Alexander Andreev 2023-05-27 21:01:13 +04:00
parent 58887ac5e6
commit 7180b7f35e
Signed by: Arav
GPG Key ID: D22A817D95815393
2 changed files with 6 additions and 4 deletions

7
go.mod
View File

@ -2,8 +2,6 @@ module git.arav.su/Arav/dwelling-home
go 1.17
require github.com/julienschmidt/httprouter v1.3.0
require (
git.arav.su/Arav/justcaptcha v0.0.0-20230506005225-406fb66c17ca
git.arav.su/Arav/justguestbook v1.3.2
@ -17,4 +15,7 @@ require (
golang.org/x/image v0.7.0 // indirect
)
require github.com/mattn/go-sqlite3 v1.14.16 // indirect
require (
git.arav.su/Arav/httpr v0.1.0
github.com/mattn/go-sqlite3 v1.14.16 // indirect
)

3
go.sum
View File

@ -1,3 +1,5 @@
git.arav.su/Arav/httpr v0.1.0 h1:jp1BDGioYUV/egITFSGHbCRvIORjjnCvv42DZFJ7uWg=
git.arav.su/Arav/httpr v0.1.0/go.mod h1:z0SVYwe5dBReeVuFU9QH2PmBxICJwchxqY5OfZbeVzU=
git.arav.su/Arav/justcaptcha v0.0.0-20230506005225-406fb66c17ca h1:keam4p+hYktoRNNparpacUS5LMjzFs4ERwHuV/IXqAw=
git.arav.su/Arav/justcaptcha v0.0.0-20230506005225-406fb66c17ca/go.mod h1:eXjBHk26MLvfRZrf3MY29HCIN/YlICklXby0JVkG4oA=
git.arav.su/Arav/justguestbook v1.3.2 h1:B1AzS14dW3bVlp0Qj6pu1PrJlWaPK1mplmx3UNBcxo4=
@ -8,7 +10,6 @@ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 h1:DACJavvAHhabrF0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k=
github.com/gomarkdown/markdown v0.0.0-20230322041520-c84983bdbf2a h1:AWZzzFrqyjYlRloN6edwTLTUbKxf5flLXNuTBDm3Ews=
github.com/gomarkdown/markdown v0.0.0-20230322041520-c84983bdbf2a/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=