From bb631058a322f11ab1aaadb6b833cd55544dc394 Mon Sep 17 00:00:00 2001 From: "Jim.Idle" Date: Fri, 19 May 2023 10:00:33 +0800 Subject: [PATCH] fix: Remove go.mod from v1 tree - it wasn't being found anyway Signed-off-by: Jim.Idle --- runtime/Go/antlr/go.mod | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 runtime/Go/antlr/go.mod diff --git a/runtime/Go/antlr/go.mod b/runtime/Go/antlr/go.mod deleted file mode 100644 index a3d3a77616..0000000000 --- a/runtime/Go/antlr/go.mod +++ /dev/null @@ -1,4 +0,0 @@ -// Deprecated: Please switch to the new v4 module path: github.com/antlr/antlr4/runtime/Go/antlr/v4 - see https://github.com/antlr/antlr4/blob/master/doc/go-target.md -module github.com/antlr/antlr4/runtime/Go/antlr - -go 1.18