diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-13 17:56:20 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-13 17:56:20 +0800 |
commit | 7d8ec380749cdd90a6e8c07529574007a527e9ec (patch) | |
tree | 6c3cae1a0c6dce6f846d7d063dfe9f0e22e2ae72 /go.mod | |
parent | serve_mx stuff rename (diff) | |
download | maild-7d8ec380749cdd90a6e8c07529574007a527e9ec.tar.gz maild-7d8ec380749cdd90a6e8c07529574007a527e9ec.tar.zst maild-7d8ec380749cdd90a6e8c07529574007a527e9ec.zip |
Actually I'll do it manually instead of using go-imap
Diffstat (limited to '')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,13 +3,11 @@ module go.lindenii.runxiyu.org/maild go 1.23.4 require ( - github.com/emersion/go-imap/v2 v2.0.0-beta.4 github.com/jackc/pgx/v5 v5.7.2 go.lindenii.runxiyu.org/lindenii-common v0.0.0-20250113062520-2daa71bfa256 ) require ( - github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect github.com/jackc/puddle/v2 v2.2.2 // indirect |