From 4eb6158348626c6da78244b35cedeb8ad961c2f6 Mon Sep 17 00:00:00 2001 From: Shane C Date: Sun, 8 Dec 2024 21:05:15 -0500 Subject: [PATCH] add retract directive in go mod --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/go.mod b/go.mod index 53bcee8..9252220 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,11 @@ module egtyl.xyz/omnibill/archiver go 1.23.2 +retract ( + v1.0.1 + v1.0.0 +) // Retracting due to an oversight. Will be un-retracted in the future. + require ( github.com/dsnet/compress v0.0.1 github.com/go-git/go-billy/v5 v5.6.0