graceful shutdown, CoreInterface changes, MongoDB official driver is the only DB backend
This commit is contained in:
parent
b722cb8a62
commit
58609926b9
6 changed files with 277 additions and 175 deletions
9
go.mod
Normal file
9
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue