From 7fc67a10c9e4f4a11ed4ab306efc0e2149d689c3 Mon Sep 17 00:00:00 2001 From: Shane C Date: Mon, 9 Dec 2024 08:10:12 -0500 Subject: [PATCH] transfer repo, remove retractions --- go.mod | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 9252220..a0e3882 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,7 @@ -module egtyl.xyz/omnibill/archiver +module egtyl.xyz/shane/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