graceful shutdown, CoreInterface changes, MongoDB official driver is the only DB backend

This commit is contained in:
Darko Luketic 2020-05-06 01:49:46 +02:00
parent b722cb8a62
commit 58609926b9
6 changed files with 277 additions and 175 deletions

9
go.mod Normal file
View file

@ -0,0 +1,9 @@
module git.icod.de/dalu/contentplatform
go 1.14
require (
github.com/davecgh/go-spew v1.1.1
go.mongodb.org/mongo-driver v1.3.3
golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd // indirect
)