From fa96bef9fdcff338f972f8c6f018abb0c8345317 Mon Sep 17 00:00:00 2001 From: Unbreathable <70802809+Unbreathable@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:49:41 +0200 Subject: [PATCH] fix: Make sure previous versions are retracted --- go.mod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/go.mod b/go.mod index bf6eb2a..477a256 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,10 @@ module github.com/Liphium/magic go 1.24.3 +retract ( + [v1.0.0-rc1, v1.0.0-rc14] // This package used to be a executable, we wont the Go proxy to ignore all previous versions +) + require ( github.com/docker/docker v28.1.1+incompatible github.com/docker/go-connections v0.5.0