aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-13 17:56:20 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-13 17:56:20 +0800
commit7d8ec380749cdd90a6e8c07529574007a527e9ec (patch)
tree6c3cae1a0c6dce6f846d7d063dfe9f0e22e2ae72 /go.mod
parentserve_mx stuff rename (diff)
downloadmaild-7d8ec380749cdd90a6e8c07529574007a527e9ec.tar.gz
maild-7d8ec380749cdd90a6e8c07529574007a527e9ec.tar.zst
maild-7d8ec380749cdd90a6e8c07529574007a527e9ec.zip
Actually I'll do it manually instead of using go-imap
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 0 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index de766ee..2ff8d98 100644
--- a/go.mod
+++ b/go.mod
@@ -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