treewide: replace references to @@ with @monogon
By giving our module a name, we can use inject_repo to inject ourselves into rules_go dependencies. This then allows usage of an absolute name reference inside the patches.
Change-Id: I3a1ef8ae721c4e96e0ee23c8c3438720edb29ffe
Reviewed-on: https://review.monogon.dev/c/monogon/+/4461
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/build/bazel/go.MODULE.bazel b/build/bazel/go.MODULE.bazel
index d2f56ed..471c8b9 100644
--- a/build/bazel/go.MODULE.bazel
+++ b/build/bazel/go.MODULE.bazel
@@ -12,6 +12,7 @@
go_deps,
"libpg_query",
"seccomp",
+ "monogon",
)
# All *direct* Go dependencies of the module have to be listed explicitly.