From c6d0eaac7895871ce9946defe6bf4074f7c0e59c Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 26 Apr 2024 15:43:42 +0200 Subject: all: add go-diff dependency and update vendor --- vendor/github.com/sergi/go-diff/AUTHORS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 vendor/github.com/sergi/go-diff/AUTHORS (limited to 'vendor/github.com/sergi/go-diff/AUTHORS') diff --git a/vendor/github.com/sergi/go-diff/AUTHORS b/vendor/github.com/sergi/go-diff/AUTHORS new file mode 100644 index 000000000..2d7bb2bf5 --- /dev/null +++ b/vendor/github.com/sergi/go-diff/AUTHORS @@ -0,0 +1,25 @@ +# This is the official list of go-diff authors for copyright purposes. +# This file is distinct from the CONTRIBUTORS files. +# See the latter for an explanation. + +# Names should be added to this file as +# Name or Organization +# The email address is not required for organizations. + +# Please keep the list sorted. + +Danny Yoo +James Kolb +Jonathan Amsterdam +Markus Zimmermann +Matt Kovars +Örjan Persson +Osman Masood +Robert Carlsen +Rory Flynn +Sergi Mansilla +Shatrugna Sadhu +Shawn Smith +Stas Maksimov +Tor Arvid Lund +Zac Bergquist -- cgit mrf-deployment