commit | 506b88652ae57ca4f85a51b9f51641bb50d875af | [log] [tgz] |
---|---|---|
author | Leopold <leo@monogon.tech> | Tue Jan 31 14:54:13 2023 +0100 |
committer | Leopold Schabel <leo@monogon.tech> | Tue Jan 31 17:13:14 2023 +0000 |
tree | 3c9f18d07b1c925a814a090b9d446dd18e457d88 | |
parent | 97f212c1d25424a099b6a2ff52e0464a2755f11e [diff] [blame] |
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", )