Skip to content

Commit 2f6a4cf

Browse files
committed
storage/imapsql: Upgrade go-imap-sql to fix SQLITE_BUSY issues
Might fix #786
1 parent ec821b7 commit 2f6a4cf

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/foxcpp/go-imap-i18nlevel v0.0.0-20200208001533-d6ec88553005
2323
github.com/foxcpp/go-imap-mess v0.0.0-20230108134257-b7ec3a649613
2424
github.com/foxcpp/go-imap-namespace v0.0.0-20200802091432-08496dd8e0ed
25-
github.com/foxcpp/go-imap-sql v0.5.1-0.20250124140007-8da5567429d5
25+
github.com/foxcpp/go-imap-sql v0.5.1-0.20260412133145-20097edd35ec
2626
github.com/foxcpp/go-mockdns v1.1.0
2727
github.com/foxcpp/go-mtasts v0.0.0-20240130093538-1438da2e5932
2828
github.com/go-ldap/ldap/v3 v3.4.10

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ github.com/foxcpp/go-imap-namespace v0.0.0-20200802091432-08496dd8e0ed h1:1Jo7ge
320320
github.com/foxcpp/go-imap-namespace v0.0.0-20200802091432-08496dd8e0ed/go.mod h1:Shows1vmkBWO40ChOClaUe6DUnZrsP1UPAuoWzIUdgQ=
321321
github.com/foxcpp/go-imap-sql v0.5.1-0.20250124140007-8da5567429d5 h1:jMxhw9qmwqg70qfMDWq0ImRHAduQjkTZOC9vBs5t2ug=
322322
github.com/foxcpp/go-imap-sql v0.5.1-0.20250124140007-8da5567429d5/go.mod h1:LMlfyNkVs7v2zE6OVeGe9qWPmKFdXDmLNddPLodPVIw=
323+
github.com/foxcpp/go-imap-sql v0.5.1-0.20260412133145-20097edd35ec h1:Jm71K60qrrnyISeLXMYKzSZe0RVco+aO/RJugJvafIM=
324+
github.com/foxcpp/go-imap-sql v0.5.1-0.20260412133145-20097edd35ec/go.mod h1:LMlfyNkVs7v2zE6OVeGe9qWPmKFdXDmLNddPLodPVIw=
323325
github.com/foxcpp/go-mockdns v0.0.0-20191216195825-5eabd8dbfe1f/go.mod h1:tPg4cp4nseejPd+UKxtCVQ2hUxNTZ7qQZJa7CLriIeo=
324326
github.com/foxcpp/go-mockdns v1.1.0 h1:jI0rD8M0wuYAxL7r/ynTrCQQq0BVqfB99Vgk7DlmewI=
325327
github.com/foxcpp/go-mockdns v1.1.0/go.mod h1:IhLeSFGed3mJIAXPH2aiRQB+kqz7oqu8ld2qVbOu7Wk=

0 commit comments

Comments
 (0)