chore: bump go-rfc5322 dependency to v0.5.0

This commit is contained in:
James Houlahan
2020-12-29 08:05:56 +01:00
parent 36a6f1ed4b
commit 363f553d3c
3 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/)
* GODT-945 Fix panic in integration tests caused by concurrent map writes.
### Changed
* GODT-858 Bump go-rfc5322 dependency to v0.4.0 to handle some invalid RFC5322 groups.
* GODT-858 Bump go-rfc5322 dependency to v0.5.0 to handle some invalid RFC5322 groups and add support for semicolon delimiter in address-list.
* GODT-923 Fix listener locking.
### Changed