From 3fa3d076ff96447dbcb2e0916cd9bf0499546be6 Mon Sep 17 00:00:00 2001 From: Gustavo Passini Date: Thu, 6 Feb 2025 16:59:59 -0500 Subject: [PATCH] Retract v1.5.0 and v1.5.1 (#364) After this PR is merged, I'll tag the commit with `v1.5.1`. Fixes https://github.com/fullstorydev/grpcui/issues/363. --- go.mod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/go.mod b/go.mod index 03f3a61..02ca621 100644 --- a/go.mod +++ b/go.mod @@ -34,3 +34,8 @@ require ( google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect ) + +retract ( + v1.5.1 // Contains retractions only. + v1.5.0 // Published accidentally. +)