WORKSPACE: bump rules_go go 0.29 and Go to 1.17.1

The changes to nogo are from rules_go being able to use go_library
targets as part toolchain definitions. gVisor needed to be bumped
to be compatible with Go 1.17. It also needs a fix for us not having
the systemd cgroup controller.

Change-Id: I058b5c68d97809a286fbe36df00e49e55874dfd5
Reviewed-on: https://review.monogon.dev/c/monogon/+/438
Reviewed-by: Sergiusz Bazanski <serge@monogon.tech>
diff --git a/build/analysis/nogo_config.json b/build/analysis/nogo_config.json
index e9054ca..8f97918 100644
--- a/build/analysis/nogo_config.json
+++ b/build/analysis/nogo_config.json
@@ -1,20 +1,7 @@
 {
   "composites": {
     "exclude_files": {
-      "external/io_k8s_kubernetes/": "third_party",
-      "external/bazel_gazelle/language/go/": "third_party",
-      "external/com_github_golang_protobuf/": "third_party",
-      "external/com_github_google_gvisor/": "third_party",
-      "external/io_k8s_apimachinery/pkg/runtime/serializer/versioning/": "third_party",
-      "external/io_k8s_sigs_structured_merge_diff/": "third_party",
-      "external/io_k8s_client_go/": "third_party",
-      "external/io_k8s_kube_openapi/": "third_party",
-      "external/io_k8s_apiserver/": "third_party",
-      "external/org_golang_x_tools/": "third_party",
-      "external/io_k8s_apiextensions_apiserver/": "third_party",
-      "external/org_golang_x_text/": "third_party",
-      "external/io_bazel_rules_docker/": "third_party",
-      "external/com_github_grpc_ecosystem_grpc_opentracing": "third_party"
+      "external/": "third_party"
     }
   },
   "copylocks": {
@@ -65,7 +52,8 @@
       "external/io_k8s_sigs_structured_merge_diff/": "third_party",
       "external/com_github_go_delve_delve/": "third_party",
       "external/com_github_mailru_easyjson/jlexer/": "third_party",
-      "external/com_github_cilium_ebpf/": "third_party"
+      "external/com_github_cilium_ebpf/": "third_party",
+      "external/org_golang_x_sys": "third_party"
     }
   },
   "unusedresult": {