mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-12 14:46:28 +03:00
Update to Yggdrasil 0.5.4
This commit is contained in:
8
go.mod
8
go.mod
@@ -1,6 +1,6 @@
|
||||
module github.com/neilalexander/yggmail
|
||||
|
||||
go 1.21.0
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/emersion/go-imap v1.2.1
|
||||
@@ -11,15 +11,15 @@ require (
|
||||
github.com/fatih/color v1.15.0
|
||||
github.com/gologme/log v1.3.0
|
||||
github.com/mattn/go-sqlite3 v1.14.17
|
||||
github.com/yggdrasil-network/yggdrasil-go v0.5.3
|
||||
github.com/yggdrasil-network/yggquic v0.0.0-20231126185920-d9d7795ed0fb
|
||||
github.com/yggdrasil-network/yggdrasil-go v0.5.4
|
||||
github.com/yggdrasil-network/yggquic v0.0.0-20231128200724-ee4c89a84c63
|
||||
go.uber.org/atomic v1.11.0
|
||||
golang.org/x/crypto v0.14.0
|
||||
golang.org/x/term v0.13.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/Arceliar/ironwood v0.0.0-20231126105342-ad38416a77c8 // indirect
|
||||
github.com/Arceliar/ironwood v0.0.0-20231127131626-465b82dfb5bd // indirect
|
||||
github.com/Arceliar/phony v0.0.0-20220903101357-530938a4b13d // indirect
|
||||
github.com/bits-and-blooms/bitset v1.10.0 // indirect
|
||||
github.com/bits-and-blooms/bloom/v3 v3.6.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user