update to latest bstore (with support for an index on a []string: Message.DKIMDomains), and cyclic data types (to be used for Message.Part soon); also adds a context.Context to database operations.

This commit is contained in:
Mechiel Lukkien
2023-05-22 14:40:36 +02:00
parent f6ed860ccb
commit e81930ba20
58 changed files with 1970 additions and 1035 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/mjl-/mox
go 1.18
require (
github.com/mjl-/bstore v0.0.0-20230211204415-a9899ef6e782
github.com/mjl-/bstore v0.0.1
github.com/mjl-/sconf v0.0.4
github.com/mjl-/sherpa v0.6.5
github.com/mjl-/sherpadoc v0.0.10