From 162ed022a35991830c265f24896b07d6537b3702 Mon Sep 17 00:00:00 2001 From: Steven Hartland Date: Tue, 20 Feb 2024 23:50:35 +0000 Subject: [PATCH] chore: retract v1.8.10 (#664) Retract v1.8.10 which was tagged incorrectly for a feature release and only available for a few minutes. v1.9.0 is identical. --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index ff1d95bf..ea9821d8 100644 --- a/go.mod +++ b/go.mod @@ -6,5 +6,6 @@ require github.com/stretchr/testify v1.8.4 retract ( v2.0.0+incompatible // Old development version not maintained or published. + v1.8.10 // Incorrect version tag for feature. v0.0.0-do-not-use // Never used only present due to lack of retract. )