all: retract v0.1.x and v0.3.0 modules Signed-off-by: Sebastien Binet <s@sbinet.org>
1 files changed, 9 insertions(+), 0 deletions(-) M go.mod
M go.mod => go.mod +9 -0
@@ 1,3 1,12 @@ module star-tex.org/x/tex go 1.16 + +retract ( + // v0.3.0 had commits missing "sign-off" + v0.3.0 + + // v0.1.x are the old CGo-based versions + v0.1.1 + v0.1.0 +)