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/com_github_opencontainers_runc/runc-add-cdeps.patch b/third_party/com_github_opencontainers_runc/runc-add-cdeps.patch
index e980f59..fd15c15 100644
--- a/third_party/com_github_opencontainers_runc/runc-add-cdeps.patch
+++ b/third_party/com_github_opencontainers_runc/runc-add-cdeps.patch
@@ -4,7 +4,7 @@
          "enosys_unsupported.go",
      ],
      cgo = True,
-+    cdeps = ["@@//third_party/seccomp"],
++    cdeps = ["@seccomp"],
      importpath = "github.com/opencontainers/runc/libcontainer/seccomp/patchbpf",
      visibility = ["//visibility:public"],
      deps = select({