From 58caa8580071a66b208a58afbf84b7d82e5858ed Mon Sep 17 00:00:00 2001 From: Tyler French Date: Sat, 18 Jan 2025 17:30:38 -0500 Subject: [PATCH] fix go.mod to have a correct module name The `rules_python` will conflict if this is imported as a Go module. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5ea1e43..aecd9a0 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/bazelbuild/rules_python +module github.com/benchsci/rules_nodejs_gazelle go 1.21