Skip to content

Commit

Permalink
jmap: bump go-jmap to v0.5.0
Browse files Browse the repository at this point in the history
Update go-jmap to latest release. Includes relevant jmap.ID validation
for aerc

Signed-off-by: Tim Culverhouse <[email protected]>
Acked-by: Robin Jarry <[email protected]>
  • Loading branch information
rockorager authored and rjarry committed Jun 4, 2024
1 parent a1b60d2 commit a647e1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.18

require (
git.sr.ht/~rjarry/go-opt v1.4.0
git.sr.ht/~rockorager/go-jmap v0.4.6
git.sr.ht/~rockorager/go-jmap v0.5.0
git.sr.ht/~rockorager/vaxis v0.8.5
github.com/ProtonMail/go-crypto v1.0.0
github.com/arran4/golang-ical v0.2.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
git.sr.ht/~rjarry/go-opt v1.4.0 h1:YHUKRXOuoy6d57Jt2b0DRSLbxq0mz5biq+6P/npFK5s=
git.sr.ht/~rjarry/go-opt v1.4.0/go.mod h1:oEPZUTJKGn1FVye0znaLoeskE/QTuyoJw5q+fjusdM4=
git.sr.ht/~rockorager/go-jmap v0.4.6 h1:p6ocaxC1jdv7N89i20o71zbMcTRMgon/bkAfw7NBsng=
git.sr.ht/~rockorager/go-jmap v0.4.6/go.mod h1:aOTCtwpZSINpDDSOkLGpHU0Kbbm5lcSDMcobX3ZtOjY=
git.sr.ht/~rockorager/go-jmap v0.5.0 h1:Xs8NeqpA631HUz4uIe6V+0CpWt6b+nnHF7S14U2BVPA=
git.sr.ht/~rockorager/go-jmap v0.5.0/go.mod h1:aOTCtwpZSINpDDSOkLGpHU0Kbbm5lcSDMcobX3ZtOjY=
git.sr.ht/~rockorager/vaxis v0.8.5 h1:9R8P6n05wuk9+SoA11Wo+yI18L2/qPYjWmWdvctWF6k=
git.sr.ht/~rockorager/vaxis v0.8.5/go.mod h1:h94aKek3frIV1hJbdXjqnBqaLkbWXvV+UxAsQHg9bns=
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0=
Expand Down

0 comments on commit a647e1c

Please sign in to comment.