From 8e77306036121490f0ed370222bd0309521298bb Mon Sep 17 00:00:00 2001 From: acpana <8968914+acpana@users.noreply.github.com> Date: Wed, 11 May 2022 11:31:02 -0700 Subject: [PATCH] stage retract for v0.3.11 Signed-off-by: acpana <8968914+acpana@users.noreply.github.com> --- go.mod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/go.mod b/go.mod index e3a656e..a16b9e6 100644 --- a/go.mod +++ b/go.mod @@ -15,3 +15,6 @@ require ( github.com/prometheus/common v0.9.1 github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect ) + +// Introduced undocumented breaking change to metrics sink interface +retract v0.3.11