treewide: remove bzlmod dependency workaround

Closes #487 #486 #485 #484 #483

Change-Id: I2de434dab96743f9051b8c2064fb9f7d05d548aa
Reviewed-on: https://review.monogon.dev/c/monogon/+/4350
Tested-by: Jenkins CI
Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/third_party/libpg_query/libpg_query.bzl b/third_party/libpg_query/libpg_query.bzl
index c77c692..83207ea 100644
--- a/third_party/libpg_query/libpg_query.bzl
+++ b/third_party/libpg_query/libpg_query.bzl
@@ -57,6 +57,6 @@
         "-Iexternal/libpg_query/vendor/xxhash",
     ],
     visibility = [
-        "@//third_party/libpg_query:__pkg__",
+        "//visibility:public",
     ],
 )