From 866c8c203f23a659ce45d2e06d54f2de06eef9b2 Mon Sep 17 00:00:00 2001 From: Michael Darmawan Date: Wed, 30 Aug 2023 15:45:37 -0500 Subject: [PATCH] retractions (#119) Signed-off-by: Michael Darmawan --- go.mod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/go.mod b/go.mod index a428aab..a761b1f 100644 --- a/go.mod +++ b/go.mod @@ -8,3 +8,10 @@ require ( github.com/stretchr/testify v1.7.0 gopkg.in/h2non/gock.v1 v1.1.2 ) + +retract ( + v0.11.0 // Contains bugs that break create key + v0.12.0 // Contains bugs that break create key + v0.12.1 // Contains bugs that break create key + v0.12.3 // Contains only retractions +)