Update Go dependencies
This commit is contained in:
6
go.mod
6
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user