add retract directive in go mod

This commit is contained in:
Shane C. 2024-12-08 21:05:15 -05:00
parent 6f66040e09
commit 4eb6158348
Signed by: Shane C.
GPG key ID: E46B5FEA35B22FF9

5
go.mod
View file

@ -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