Skip to content

Commit 7c3b194

Browse files
committed
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 <[email protected]>
1 parent cde6a81 commit 7c3b194

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

common/go.mod

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,3 @@ require (
139139
google.golang.org/protobuf v1.36.8 // indirect
140140
gopkg.in/yaml.v3 v3.0.1 // indirect
141141
)
142-
143-
retract (
144-
v1.0.1 // This version is used only to publish retraction of v1.0.1.
145-
v1.0.0 // We reverted to v0.… version numbers; the v1.0.0 tag was actually deleted.
146-
)

0 commit comments

Comments
 (0)