From db52bfde6330a09abf6e3e4bcb0cd5d59d0c5478 Mon Sep 17 00:00:00 2001 From: Jacob Delgado Date: Mon, 16 Dec 2024 10:25:35 -0700 Subject: [PATCH] update dependencies --- docker/build-tools/Dockerfile | 2 +- .../cyphar/filepath-securejoin/LICENSE | 2 +- .../github.com/montanaflynn/stats/LICENSE | 2 +- .../shogo82148/go-shuffle/LICENSE.md | 2 +- .../graph/formats/rdf/testdata/LICENSE.md | 11 ++++++++++ .../internal/third_party/govalidator/LICENSE | 21 +++++++++++++++++++ 6 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 licenses/gonum.org/v1/gonum/graph/formats/rdf/testdata/LICENSE.md create mode 100644 licenses/k8s.io/kube-openapi/pkg/internal/third_party/govalidator/LICENSE diff --git a/docker/build-tools/Dockerfile b/docker/build-tools/Dockerfile index f80d215a08..7ab71bd59d 100644 --- a/docker/build-tools/Dockerfile +++ b/docker/build-tools/Dockerfile @@ -56,7 +56,7 @@ ENV GO_BINDATA_VERSION=v3.1.2 ENV GO_JUNIT_REPORT_VERSION=df0ed838addb0fa189c4d76ad4657f6007a5811c ENV HADOLINT_VERSION=v2.12.0 ENV HELM3_VERSION=v3.16.3 -ENV HUGO_VERSION=0.139.5 +ENV HUGO_VERSION=0.139.4 ENV JB_VERSION=v0.3.1 ENV JSONNET_VERSION=v0.20.0 ENV JUNIT_MERGER_VERSION=adf1545b49509db1f83c49d1de90bbcb235642a8 diff --git a/licenses/github.com/cyphar/filepath-securejoin/LICENSE b/licenses/github.com/cyphar/filepath-securejoin/LICENSE index bec842f294..cb1ab88da0 100644 --- a/licenses/github.com/cyphar/filepath-securejoin/LICENSE +++ b/licenses/github.com/cyphar/filepath-securejoin/LICENSE @@ -1,5 +1,5 @@ Copyright (C) 2014-2015 Docker Inc & Go Authors. All rights reserved. -Copyright (C) 2017 SUSE LLC. All rights reserved. +Copyright (C) 2017-2024 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 diff --git a/licenses/github.com/montanaflynn/stats/LICENSE b/licenses/github.com/montanaflynn/stats/LICENSE index 159096129d..3162cb1a58 100644 --- a/licenses/github.com/montanaflynn/stats/LICENSE +++ b/licenses/github.com/montanaflynn/stats/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2020 Montana Flynn (https://montanaflynn.com) +Copyright (c) 2014-2023 Montana Flynn (https://montanaflynn.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/licenses/github.com/shogo82148/go-shuffle/LICENSE.md b/licenses/github.com/shogo82148/go-shuffle/LICENSE.md index 46b228c421..d4de3a56db 100644 --- a/licenses/github.com/shogo82148/go-shuffle/LICENSE.md +++ b/licenses/github.com/shogo82148/go-shuffle/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017 Ichinose Shogo +Copyright (c) 2017 ICHINOSE Shogo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/licenses/gonum.org/v1/gonum/graph/formats/rdf/testdata/LICENSE.md b/licenses/gonum.org/v1/gonum/graph/formats/rdf/testdata/LICENSE.md new file mode 100644 index 0000000000..b7f1ca5dbb --- /dev/null +++ b/licenses/gonum.org/v1/gonum/graph/formats/rdf/testdata/LICENSE.md @@ -0,0 +1,11 @@ +Test suite license + +This document refers to nquad_tests.tar.gz, ntriple_tests.tar.gz and normalization tests in this directory. The original files can be obtained here: + +- [nquad_tests.tar.gz](https://w3c.github.io/rdf-tests/nquads/TESTS.tar.gz) +- [ntriple_tests.tar.gz](https://w3c.github.io/rdf-tests/ntriples/TESTS.tar.gz) +- [normalization tests](https://json-ld.github.io/rdf-dataset-canonicalization/). + +Distributed under both the [W3C Test Suite License](https://www.w3.org/Consortium/Legal/2008/04-testsuite-license) and the [W3C 3-clause BSD License](https://www.w3.org/Consortium/Legal/2008/03-bsd-license). +To contribute to a W3C Test Suite, see the [policies and contribution forms](href="https://www.w3.org/2004/10/27-testcases"). + diff --git a/licenses/k8s.io/kube-openapi/pkg/internal/third_party/govalidator/LICENSE b/licenses/k8s.io/kube-openapi/pkg/internal/third_party/govalidator/LICENSE new file mode 100644 index 0000000000..2f9a31fadf --- /dev/null +++ b/licenses/k8s.io/kube-openapi/pkg/internal/third_party/govalidator/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Alex Saskevich + +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 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file