Skip to content

Commit 210a885

Browse files
committed
Bump go-imap-sql version
Fixes schema upgrade failure.
1 parent 840d687 commit 210a885

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/foxcpp/go-imap-i18nlevel v0.0.0-20200208001533-d6ec88553005
2020
github.com/foxcpp/go-imap-mess v0.0.0-20220105225909-b3469f4a4315
2121
github.com/foxcpp/go-imap-namespace v0.0.0-20200802091432-08496dd8e0ed
22-
github.com/foxcpp/go-imap-sql v0.5.1-0.20220105233636-946daf36ce81
22+
github.com/foxcpp/go-imap-sql v0.5.1-0.20220623181604-c20be1a387b4
2323
github.com/foxcpp/go-mockdns v1.0.0
2424
github.com/foxcpp/go-mtasts v0.0.0-20191219193356-62bc3f1f74b8
2525
github.com/go-ldap/ldap/v3 v3.4.3

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ github.com/foxcpp/go-imap-namespace v0.0.0-20200802091432-08496dd8e0ed h1:1Jo7ge
164164
github.com/foxcpp/go-imap-namespace v0.0.0-20200802091432-08496dd8e0ed/go.mod h1:Shows1vmkBWO40ChOClaUe6DUnZrsP1UPAuoWzIUdgQ=
165165
github.com/foxcpp/go-imap-sql v0.5.1-0.20220105233636-946daf36ce81 h1:hd79KlESgagszJqmV+dm36r5NR5NFYCMQ2dWi05gKKs=
166166
github.com/foxcpp/go-imap-sql v0.5.1-0.20220105233636-946daf36ce81/go.mod h1:tl6w1OlN7LLvJOoWTR7bNt0JQE+wPbYr8f3/nJSSlwU=
167+
github.com/foxcpp/go-imap-sql v0.5.1-0.20220623181604-c20be1a387b4 h1:UFnLWaLQ0bEziClwROuIYBQ+JHEn4jYxHX19rY0I6Pc=
168+
github.com/foxcpp/go-imap-sql v0.5.1-0.20220623181604-c20be1a387b4/go.mod h1:tl6w1OlN7LLvJOoWTR7bNt0JQE+wPbYr8f3/nJSSlwU=
167169
github.com/foxcpp/go-mockdns v0.0.0-20191216195825-5eabd8dbfe1f/go.mod h1:tPg4cp4nseejPd+UKxtCVQ2hUxNTZ7qQZJa7CLriIeo=
168170
github.com/foxcpp/go-mockdns v1.0.0 h1:7jBqxd3WDWwi/6WhDvacvH1XsN3rOLXyHM1uhvIx6FI=
169171
github.com/foxcpp/go-mockdns v1.0.0/go.mod h1:lgRN6+KxQBawyIghpnl5CezHFGS9VLzvtVlwxvzXTQ4=

0 commit comments

Comments
 (0)