mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-16 00:26:29 +03:00
Update to Yggdrasil 0.5.10
This commit is contained in:
16
go.mod
16
go.mod
@@ -5,7 +5,7 @@ go 1.21
|
||||
toolchain go1.21.5
|
||||
|
||||
require (
|
||||
github.com/Arceliar/ironwood v0.0.0-20241016082300-f6fb9da97a17
|
||||
github.com/Arceliar/ironwood v0.0.0-20241122002527-75a6e82fa380
|
||||
github.com/emersion/go-imap v1.2.1
|
||||
github.com/emersion/go-imap-idle v0.0.0-20210907174914-db2568431445
|
||||
github.com/emersion/go-message v0.17.0
|
||||
@@ -15,10 +15,10 @@ require (
|
||||
github.com/gologme/log v1.3.0
|
||||
github.com/mattn/go-sqlite3 v1.14.24
|
||||
github.com/quic-go/quic-go v0.46.0
|
||||
github.com/yggdrasil-network/yggdrasil-go v0.5.9
|
||||
github.com/yggdrasil-network/yggdrasil-go v0.5.10
|
||||
go.uber.org/atomic v1.11.0
|
||||
golang.org/x/crypto v0.28.0
|
||||
golang.org/x/term v0.25.0
|
||||
golang.org/x/crypto v0.29.0
|
||||
golang.org/x/term v0.26.0
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -38,9 +38,9 @@ require (
|
||||
go.uber.org/mock v0.4.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
|
||||
golang.org/x/mod v0.19.0 // indirect
|
||||
golang.org/x/net v0.30.0 // indirect
|
||||
golang.org/x/sync v0.8.0 // indirect
|
||||
golang.org/x/sys v0.26.0 // indirect
|
||||
golang.org/x/text v0.19.0 // indirect
|
||||
golang.org/x/net v0.31.0 // indirect
|
||||
golang.org/x/sync v0.9.0 // indirect
|
||||
golang.org/x/sys v0.27.0 // indirect
|
||||
golang.org/x/text v0.20.0 // indirect
|
||||
golang.org/x/tools v0.23.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user