Update ent

The package changed its import path so we had to reflect
This commit is contained in:
Vojtěch Káně
2021-02-18 14:51:45 +01:00
parent b91e4cec55
commit 41ae2283b1
9 changed files with 69 additions and 32 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module vkane.cz/tinyquiz
go 1.14
require (
github.com/facebook/ent v0.5.4
entgo.io/ent v0.6.0
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/julienschmidt/httprouter v1.3.0