From 8cae2617fb41b86a0a911fad2be3d3494028b28f Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Thu, 1 Aug 2024 08:39:25 +0100 Subject: [PATCH] Add retract explanation --- go.mod | 2 +- v2/go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 6ffd420..55b44be 100644 --- a/go.mod +++ b/go.mod @@ -20,4 +20,4 @@ require ( golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect ) -retract v2.0.6+incompatible +retract v2.0.6+incompatible // Published in error - v1 is the current version diff --git a/v2/go.mod b/v2/go.mod index f8a7985..b795486 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -3,6 +3,6 @@ module github.com/tecnickcom/statsd/v2 go 1.22 retract ( - v2.1.0 - v2.0.8 + v2.1.0 // Published in error - v1 is the current version + v2.0.8 // Published in error - v1 is the current version )