diff --git a/go.mod b/go.mod index d808966..873381a 100644 --- a/go.mod +++ b/go.mod @@ -24,3 +24,5 @@ require ( retract v1.0.22 // old gx tag accidentally pushed as go tag retract v2.0.1+incompatible // old gx tag + +retract v2.0.2+incompatible // we need to use a newer version than v2.0.1 to retract v2.0.1+incompatible, but we can retract ourself directly once done