cmd/golangorg: add x/mod repo to redirect map

Updates #31761

Change-Id: Ie98bad27f490b282948a5821bf3b191def7ae7b8
Reviewed-on: https://go-review.googlesource.com/c/website/+/176559
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/cmd/golangorg/x.go b/cmd/golangorg/x.go
index 3d624ca..539316f 100644
--- a/cmd/golangorg/x.go
+++ b/cmd/golangorg/x.go
@@ -34,6 +34,7 @@
 	"image":      {"https://go.googlesource.com/image", "git"},
 	"lint":       {"https://go.googlesource.com/lint", "git"}, // Not included at https://golang.org/pkg/#subrepo.
 	"mobile":     {"https://go.googlesource.com/mobile", "git"},
+	"mod":        {"https://go.googlesource.com/mod", "git"},
 	"net":        {"https://go.googlesource.com/net", "git"},
 	"oauth2":     {"https://go.googlesource.com/oauth2", "git"}, // Not included at https://golang.org/pkg/#subrepo.
 	"perf":       {"https://go.googlesource.com/perf", "git"},