From 7d8ec380749cdd90a6e8c07529574007a527e9ec Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 13 Jan 2025 17:56:20 +0800 Subject: Actually I'll do it manually instead of using go-imap --- go.mod | 2 -- 1 file changed, 2 deletions(-) (limited to 'go.mod') 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 -- cgit v1.2.3