From 41389bb5b039ce908722fba03a9bbd0f2cb32c4f Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Sat, 14 Dec 2024 14:46:50 -0800 Subject: [PATCH] Fix cache issue --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b94ce2e..9dc0adb 100644 --- a/go.mod +++ b/go.mod @@ -19,4 +19,4 @@ require ( gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect ) -replace github.com/ProtonMail/go-crypto => github.com/mssun/go-crypto v1.1.3-passforios +replace github.com/ProtonMail/go-crypto => github.com/mssun/go-crypto v1.1.3-mssun-passforios