Update to Yggdrasil v0.4.5

This commit is contained in:
Neil Alexander
2022-10-19 00:02:39 +01:00
parent a4dca1686b
commit 4cbf7d63de
2 changed files with 33 additions and 22 deletions

8
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/neilalexander/yggmail
go 1.16
require (
github.com/Arceliar/ironwood v0.0.0-20220409035209-b7f71f05435a
github.com/Arceliar/ironwood v0.0.0-20220924160422-ed4b6d4750b6
github.com/emersion/go-imap v1.1.0
github.com/emersion/go-imap-idle v0.0.0-20201224103203-6f42b9020098
github.com/emersion/go-message v0.15.0
@@ -13,9 +13,9 @@ require (
github.com/gologme/log v1.3.0
github.com/mattn/go-sqlite3 v1.14.7
github.com/neilalexander/utp v0.1.1-0.20210705212447-691f29ad692b
github.com/yggdrasil-network/yggdrasil-go v0.4.4
github.com/yggdrasil-network/yggdrasil-go v0.4.5
go.uber.org/atomic v1.7.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)