From f1eb77272b9b80a31307f460e4622c84f741ee5f Mon Sep 17 00:00:00 2001 From: Lucas Fayoux <8889400+lfayoux@users.noreply.github.com> Date: Fri, 2 Sep 2022 10:34:15 -0400 Subject: [PATCH] retract new v1 tags (#34) --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 486e303..944e8c4 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,8 @@ module github.com/cohere-ai/cohere-go go 1.17 retract ( // retract all v1 releases, use v0 instead + v1.2.3 + v1.2.2 v1.2.1 v1.2.0 v1.1.0