From 12034c4f0bd761751b8199c0f296b0ea299b5dd2 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Mon, 24 Feb 2025 14:09:39 +0000 Subject: [PATCH] Retract. --- go.mod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3583f40..4c542ca 100644 --- a/go.mod +++ b/go.mod @@ -21,4 +21,7 @@ require ( lukechampine.com/adiantum v1.1.1 // vfs/adiantum ) -retract v0.4.0 // tagged from the wrong branch +retract ( + v0.23.2 // tagged from the wrong branch + v0.4.0 // tagged from the wrong branch +)