diff options
Diffstat (limited to 'www-apps/gitea/files/1.12-fix-vendoring.patch')
-rw-r--r-- | www-apps/gitea/files/1.12-fix-vendoring.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www-apps/gitea/files/1.12-fix-vendoring.patch b/www-apps/gitea/files/1.12-fix-vendoring.patch new file mode 100644 index 000000000000..9baff97307a0 --- /dev/null +++ b/www-apps/gitea/files/1.12-fix-vendoring.patch @@ -0,0 +1,13 @@ +diff --git a/vendor/modules.txt b/vendor/modules.txt +index efbc866..1c34104 100644 +--- a/vendor/modules.txt ++++ b/vendor/modules.txt +@@ -845,6 +845,8 @@ gopkg.in/yaml.v2 + # mvdan.cc/xurls/v2 v2.1.0 + ## explicit + mvdan.cc/xurls/v2 ++# src.techknowlogick.com/xgo v0.0.0-20200602060627-a09175ea9056 ++## explicit + # strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251 + ## explicit + strk.kbt.io/projects/go/libravatar |