Initial commit

This commit is contained in:
Vojtěch Káně
2020-12-03 23:07:44 +01:00
commit 28e22e3422
24 changed files with 1526 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module vkane.cz/tinyquiz
go 1.14
require (
github.com/facebook/ent v0.5.1
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.2
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.8.0
)