From 20202048d54c94fdb1293c6666390fc9c5074491 Mon Sep 17 00:00:00 2001 From: EKS Distro PR Bot <75336432+eks-distro-pr-bot@users.noreply.github.com> Date: Sun, 21 Jan 2024 03:58:46 -0600 Subject: [PATCH] [PR BOT] Update ATTRIBUTION.txt file (#7284) --- ATTRIBUTION.txt | 178 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 125 insertions(+), 53 deletions(-) diff --git a/ATTRIBUTION.txt b/ATTRIBUTION.txt index 526484efe4a7..87ca6be4662e 100644 --- a/ATTRIBUTION.txt +++ b/ATTRIBUTION.txt @@ -77,10 +77,10 @@ https://github.com/docker/go-metrics ** github.com/docker/go-units; version v0.5.0 -- https://github.com/docker/go-units -** github.com/go-git/go-billy/v5; version v5.3.1 -- +** github.com/go-git/go-billy/v5; version v5.5.0 -- https://github.com/go-git/go-billy/v5 -** github.com/go-git/go-git/v5; version v5.4.2 -- +** github.com/go-git/go-git/v5; version v5.11.0 -- https://github.com/go-git/go-git/v5 ** github.com/go-logr/logr; version v1.3.0 -- @@ -137,7 +137,7 @@ https://github.com/modern-go/concurrent ** github.com/modern-go/reflect2; version v1.0.2 -- https://github.com/modern-go/reflect2 -** github.com/nutanix-cloud-native/cluster-api-provider-nutanix/api/v1beta1; version v1.1.3 -- +** github.com/nutanix-cloud-native/cluster-api-provider-nutanix/api/v1beta1; version v1.2.4 -- https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix ** github.com/nutanix-cloud-native/prism-go-client; version v0.3.4 -- @@ -149,6 +149,9 @@ https://github.com/opencontainers/go-digest ** github.com/opencontainers/image-spec/specs-go; version v1.1.0-rc5 -- https://github.com/opencontainers/image-spec +** github.com/pjbgf/sha1cd; version v0.3.0 -- +https://github.com/pjbgf/sha1cd + ** github.com/prometheus/client_golang/prometheus; version v1.16.0 -- https://github.com/prometheus/client_golang @@ -161,6 +164,9 @@ https://github.com/prometheus/common ** github.com/prometheus/procfs; version v0.10.1 -- https://github.com/prometheus/procfs +** github.com/skeema/knownhosts; version v1.2.1 -- +https://github.com/skeema/knownhosts + ** github.com/spf13/afero; version v1.9.3 -- https://github.com/spf13/afero @@ -176,7 +182,7 @@ https://github.com/tinkerbell/tink ** github.com/vmware/govmomi; version v0.29.0 -- https://github.com/vmware/govmomi -** github.com/xanzy/ssh-agent; version v0.3.0 -- +** github.com/xanzy/ssh-agent; version v0.3.3 -- https://github.com/xanzy/ssh-agent ** go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp; version v0.45.0 -- @@ -269,6 +275,12 @@ https://github.com/kubernetes-sigs/json ** sigs.k8s.io/structured-merge-diff/v4; version v4.2.3 -- https://github.com/kubernetes-sigs/structured-merge-diff +** sigs.k8s.io/yaml; version v1.4.0 -- +https://github.com/kubernetes-sigs/yaml + +** sigs.k8s.io/yaml/goyaml.v2; version v1.4.0 -- +https://github.com/kubernetes-sigs/yaml + Apache License Version 2.0, January 2004 @@ -615,6 +627,22 @@ This product includes software developed at SoundCloud Ltd. (http://soundcloud.com/). +* For github.com/skeema/knownhosts see also this required NOTICE: +Copyright 2023 Skeema LLC and the Skeema Knownhosts authors + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + * For gopkg.in/yaml.v2 see also this required NOTICE: Copyright 2011-2016 Canonical Ltd. @@ -630,9 +658,25 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + +* For sigs.k8s.io/yaml/goyaml.v2 see also this required NOTICE: +Copyright 2011-2016 Canonical Ltd. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + ------ -** github.com/emirpasic/gods; version v1.12.0 -- +** github.com/emirpasic/gods; version v1.18.1 -- https://github.com/emirpasic/gods Copyright (c) 2015, Emir Pasic @@ -768,6 +812,43 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ +** dario.cat/mergo; version v1.0.0 -- +https://dario.cat/mergo + +** github.com/imdario/mergo; version v0.3.13 -- +https://github.com/darccio/mergo + +Copyright (c) 2013 Dario Castañé. All rights reserved. +Copyright (c) 2012 The Go Authors. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + ** github.com/aws/aws-sdk-go-v2/internal/sync/singleflight; version v1.22.1 -- https://github.com/aws/aws-sdk-go-v2 @@ -805,7 +886,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/cloudflare/circl; version v1.3.3 -- +** github.com/cloudflare/circl; version v1.3.7 -- https://github.com/cloudflare/circl Copyright (c) 2019 Cloudflare. All rights reserved. @@ -868,6 +949,40 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ +** github.com/cyphar/filepath-securejoin; version v0.2.4 -- +https://github.com/cyphar/filepath-securejoin + +Copyright (C) 2014-2015 Docker Inc & Go Authors. All rights reserved. +Copyright (C) 2017 SUSE LLC. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +------ + ** github.com/evanphx/json-patch/v5; version v5.6.0 -- https://github.com/evanphx/json-patch/v5 @@ -930,7 +1045,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/go-git/gcfg; version v1.5.0 -- +** github.com/go-git/gcfg; version v1.5.1-0.20230307220236-3a3c6141e376 -- https://github.com/go-git/gcfg ** gopkg.in/inf.v0; version v0.9.1 -- @@ -1207,40 +1322,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/imdario/mergo; version v0.3.13 -- -https://github.com/darccio/mergo - -Copyright (c) 2013 Dario Castañé. All rights reserved. -Copyright (c) 2012 The Go Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - ------- - ** github.com/klauspost/compress/internal/snapref; version v1.16.0 -- https://github.com/klauspost/compress @@ -1367,7 +1448,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/ProtonMail/go-crypto; version v0.0.0-20230619160724-3fbb1f12458c -- +** github.com/ProtonMail/go-crypto; version v0.0.0-20230828082145-3c4c8a2d2371 -- https://github.com/ProtonMail/go-crypto ** github.com/vmware/govmomi/vim25/xml; version v0.29.0 -- @@ -1385,7 +1466,7 @@ https://golang.org/x/exp ** golang.org/x/mod/semver; version v0.14.0 -- https://golang.org/x/mod -** golang.org/x/net; version v0.18.0 -- +** golang.org/x/net; version v0.19.0 -- https://golang.org/x/net ** golang.org/x/oauth2; version v0.10.0 -- @@ -1669,10 +1750,6 @@ Copyright (C) 2014-2019, Matt Butcher and Matt Farina https://github.com/mitchellh/copystructure Copyright (c) 2014 Mitchell Hashimoto -** github.com/mitchellh/go-homedir; version v1.1.0 -- -https://github.com/mitchellh/go-homedir -Copyright (c) 2013 Mitchell Hashimoto - ** github.com/mitchellh/mapstructure; version v1.5.0 -- https://github.com/mitchellh/mapstructure Copyright (c) 2013 Mitchell Hashimoto @@ -1754,11 +1831,6 @@ https://github.com/ghodss/yaml Copyright (c) 2014 Sam Ghods Copyright (c) 2012 The Go Authors. All rights reserved. -** sigs.k8s.io/yaml; version v1.3.0 -- -https://github.com/kubernetes-sigs/yaml -Copyright (c) 2014 Sam Ghods -Copyright (c) 2012 The Go Authors. All rights reserved. - Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights @@ -1807,7 +1879,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ------ -** github.com/kevinburke/ssh_config; version v1.1.0 -- +** github.com/kevinburke/ssh_config; version v1.2.0 -- https://github.com/kevinburke/ssh_config Copyright (c) 2017 Kevin Burke. Copyright (c) 2013 - 2017 Thomas Pelletier, Eric Anderton