From 7c3b194c59f46559c53afdd3f513f0485224cbb8 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 2 Sep 2025 13:33:02 +0200 Subject: [PATCH] common: remove go.mod retract Now that we have a new repo there are no v1 tags anymore that we must retract, we start with a fresh repo without tags so delete them. Signed-off-by: Paul Holzinger --- common/go.mod | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/go.mod b/common/go.mod index ad3231f859..838c6bd323 100644 --- a/common/go.mod +++ b/common/go.mod @@ -139,8 +139,3 @@ require ( google.golang.org/protobuf v1.36.8 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) - -retract ( - v1.0.1 // This version is used only to publish retraction of v1.0.1. - v1.0.0 // We reverted to v0.… version numbers; the v1.0.0 tag was actually deleted. -)