commentwrap: ignore lines with URIs in them

Change-Id: Iad0234ff59d74845bda35213deecf9719439d1aa
Reviewed-on: https://review.monogon.dev/c/monogon/+/1105
Reviewed-by: Serge Bazanski <serge@monogon.tech>
Tested-by: Jenkins CI
diff --git a/third_party/go/repositories.bzl b/third_party/go/repositories.bzl
index c8654fe..85d8e56 100644
--- a/third_party/go/repositories.bzl
+++ b/third_party/go/repositories.bzl
@@ -1051,6 +1051,10 @@
     go_repository(
         name = "com_github_corverroos_commentwrap",
         importpath = "github.com/corverroos/commentwrap",
+        patch_args = ["-p1"],
+        patches = [
+            "//third_party/go/patches:commentwrap-uri.patch",
+        ],
         sum = "h1:toeMwwechJKH0iwOoGJLZK6x42Ba9si+816KxqmgFc8=",
         version = "v0.0.0-20191204065359-2926638be44c",
     )