Update Go dependencies

This commit is contained in:
Vojtěch Káně
2021-04-20 19:59:02 +02:00
parent 2dd4b1cf40
commit 2963efc498
3 changed files with 54 additions and 21 deletions

6
go.mod
View File

@@ -3,10 +3,10 @@ module vkane.cz/tinyquiz
go 1.14
require (
entgo.io/ent v0.6.0
entgo.io/ent v0.8.0
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/julienschmidt/httprouter v1.3.0
github.com/lib/pq v1.9.0
github.com/mattn/go-sqlite3 v1.14.6
github.com/lib/pq v1.10.0
github.com/mattn/go-sqlite3 v1.14.7
)