From c1cfb6a3e2b2f9cb1d9060bdfe52abcb0034c557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= Date: Wed, 8 Jun 2022 23:36:01 +0200 Subject: [PATCH] mergo: initial integration (#7801) --- projects/mergo/project.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 projects/mergo/project.yaml diff --git a/projects/mergo/project.yaml b/projects/mergo/project.yaml new file mode 100644 index 000000000..82b77b453 --- /dev/null +++ b/projects/mergo/project.yaml @@ -0,0 +1,8 @@ +homepage: "https://github.com/imdario/mergo" +language: go +primary_contact: "d@rio.hn" +fuzzing_engines: + - libfuzzer +sanitizers: + - address +main_repo: 'https://github.com/imdario/mergo.git'