Skip to content

Commit d74f511

Browse files
committed
storage/imapsql: Upgrade go-imap-sql to disable Repeatable Read by default
1 parent 9db7e61 commit d74f511

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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.20260412133145-20097edd35ec
25+
github.com/foxcpp/go-imap-sql v0.5.1-0.20260412184517-b5e85e90f14d
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
@@ -322,6 +322,8 @@ github.com/foxcpp/go-imap-sql v0.5.1-0.20250124140007-8da5567429d5 h1:jMxhw9qmwq
322322
github.com/foxcpp/go-imap-sql v0.5.1-0.20250124140007-8da5567429d5/go.mod h1:LMlfyNkVs7v2zE6OVeGe9qWPmKFdXDmLNddPLodPVIw=
323323
github.com/foxcpp/go-imap-sql v0.5.1-0.20260412133145-20097edd35ec h1:Jm71K60qrrnyISeLXMYKzSZe0RVco+aO/RJugJvafIM=
324324
github.com/foxcpp/go-imap-sql v0.5.1-0.20260412133145-20097edd35ec/go.mod h1:LMlfyNkVs7v2zE6OVeGe9qWPmKFdXDmLNddPLodPVIw=
325+
github.com/foxcpp/go-imap-sql v0.5.1-0.20260412184517-b5e85e90f14d h1:oiq5MLSSqd3sl4VNHKTlrwszWTHIx8+x8y/olInMJRo=
326+
github.com/foxcpp/go-imap-sql v0.5.1-0.20260412184517-b5e85e90f14d/go.mod h1:LMlfyNkVs7v2zE6OVeGe9qWPmKFdXDmLNddPLodPVIw=
325327
github.com/foxcpp/go-mockdns v0.0.0-20191216195825-5eabd8dbfe1f/go.mod h1:tPg4cp4nseejPd+UKxtCVQ2hUxNTZ7qQZJa7CLriIeo=
326328
github.com/foxcpp/go-mockdns v1.1.0 h1:jI0rD8M0wuYAxL7r/ynTrCQQq0BVqfB99Vgk7DlmewI=
327329
github.com/foxcpp/go-mockdns v1.1.0/go.mod h1:IhLeSFGed3mJIAXPH2aiRQB+kqz7oqu8ld2qVbOu7Wk=

0 commit comments

Comments
 (0)