From 625bc0d022e55377f6f9e70ec634d1493916a265 Mon Sep 17 00:00:00 2001 From: Charith Ellawala Date: Tue, 31 Oct 2023 07:55:53 +0000 Subject: [PATCH] chore(release): Prepare release 0.31.0 Signed-off-by: Charith Ellawala --- Makefile | 2 +- NOTICE.txt | 2386 +++++++++++++++++--------- docs/antora.yml | 1 - hack/notice/overrides/overrides.json | 4 + hack/notice/rules.json | 1 + 5 files changed, 1602 insertions(+), 792 deletions(-) diff --git a/Makefile b/Makefile index 7339434b6..91ae82451 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ generate-mocks: $(MOCKERY) .PHONY: generate-notice generate-notice: $(GO_LICENCE_DETECTOR) @ go mod download - @ go list -m -json all | $(GO_LICENCE_DETECTOR) -includeIndirect \ + @ GOWORK=off go list -m -json all | $(GO_LICENCE_DETECTOR) -includeIndirect \ -noticeTemplate=hack/notice/templates/NOTICE.txt.tmpl \ -overrides=hack/notice/overrides/overrides.json \ -rules=hack/notice/rules.json \ diff --git a/NOTICE.txt b/NOTICE.txt index 87c78c52a..fb706f04c 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -281,11 +281,11 @@ THE SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/alecthomas/chroma/v2 -Version : v2.9.1 -Time : 2023-09-09T03:08:27Z +Version : v2.10.0 +Time : 2023-10-26T09:34:50Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/alecthomas/chroma/v2@v2.9.1/COPYING: +Contents of probable licence file $GOMODCACHE/github.com/alecthomas/chroma/v2@v2.10.0/COPYING: Copyright (C) 2017 Alec Thomas @@ -310,11 +310,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/alecthomas/kong -Version : v0.8.0 -Time : 2023-02-25T01:39:03Z +Version : v0.8.1 +Time : 2023-10-07T07:15:33Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/alecthomas/kong@v0.8.0/COPYING: +Contents of probable licence file $GOMODCACHE/github.com/alecthomas/kong@v0.8.1/COPYING: Copyright (C) 2018 Alec Thomas @@ -368,11 +368,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/aws/aws-sdk-go -Version : v1.45.6 -Time : 2023-09-08T18:25:23Z +Version : v1.46.6 +Time : 2023-10-27T18:26:51Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/aws/aws-sdk-go@v1.45.6/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/aws/aws-sdk-go@v1.46.6/LICENSE.txt: Apache License @@ -851,84 +851,12 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- -Module : github.com/cerbos/cloud-api -Version : v0.1.7 -Time : 2023-09-11T07:40:04Z -Licence : Apache-2.0 - -No licence file provided. - --------------------------------------------------------------------------------- -Module : github.com/cespare/xxhash -Version : v1.1.0 -Time : 2018-09-10T06:45:31Z -Licence : MIT - -Contents of probable licence file $GOMODCACHE/github.com/cespare/xxhash@v1.1.0/LICENSE.txt: - -Copyright (c) 2016 Caleb Spare - -MIT License - -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. - - --------------------------------------------------------------------------------- -Module : github.com/cespare/xxhash/v2 -Version : v2.2.0 -Time : 2022-12-04T02:06:23Z -Licence : MIT - -Contents of probable licence file $GOMODCACHE/github.com/cespare/xxhash/v2@v2.2.0/LICENSE.txt: - -Copyright (c) 2016 Caleb Spare - -MIT License - -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. - - --------------------------------------------------------------------------------- -Module : github.com/dgraph-io/badger/v4 -Version : v4.2.0 -Time : 2023-08-04T12:37:15Z +Module : github.com/cerbos/cerbos-sdk-go +Version : v0.2.0 +Time : 2023-10-03T10:28:57Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/dgraph-io/badger/v4@v4.2.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/cerbos/cerbos-sdk-go@v0.2.0/LICENSE: Apache License Version 2.0, January 2004 @@ -1107,46 +1035,39 @@ Contents of probable licence file $GOMODCACHE/github.com/dgraph-io/badger/v4@v4. END OF TERMS AND CONDITIONS + APPENDIX: How to apply the Apache License to your work. --------------------------------------------------------------------------------- -Module : github.com/doug-martin/goqu/v9 -Version : v9.18.0 -Time : 2021-10-16T21:42:53Z -Licence : MIT - -Contents of probable licence file $GOMODCACHE/github.com/doug-martin/goqu/v9@v9.18.0/LICENSE: - -MIT License + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. -Copyright (c) 2017 Doug Martin + Copyright [yyyy] [name of copyright owner] -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: + 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 -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. + http://www.apache.org/licenses/LICENSE-2.0 -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. + 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. -------------------------------------------------------------------------------- -Module : github.com/envoyproxy/protoc-gen-validate -Version : v1.0.2 -Time : 2023-06-23T18:41:29Z +Module : github.com/cerbos/cerbos/api/genpb +Version : v0.0.0-20231026063842-f134903b8ddb +Time : 2023-10-26T06:38:42Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/envoyproxy/protoc-gen-validate@v1.0.2/LICENSE: - +Contents of probable licence file $GOMODCACHE/github.com/cerbos/cerbos/api/genpb@v0.0.0-20231026063842-f134903b8ddb/LICENSE: Apache License Version 2.0, January 2004 @@ -1352,59 +1273,101 @@ Contents of probable licence file $GOMODCACHE/github.com/envoyproxy/protoc-gen-v -------------------------------------------------------------------------------- -Module : github.com/fatih/color -Version : v1.15.0 -Time : 2023-03-12T11:25:03Z +Module : github.com/cerbos/cloud-api +Version : v0.1.8 +Time : 2023-10-24T12:12:22Z +Licence : Apache-2.0 + +No licence file provided. + +-------------------------------------------------------------------------------- +Module : github.com/cespare/xxhash +Version : v1.1.0 +Time : 2018-09-10T06:45:31Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/fatih/color@v1.15.0/LICENSE.md: +Contents of probable licence file $GOMODCACHE/github.com/cespare/xxhash@v1.1.0/LICENSE.txt: -The MIT License (MIT) +Copyright (c) 2016 Caleb Spare -Copyright (c) 2013 Fatih Arslan +MIT License -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: +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 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. +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. -------------------------------------------------------------------------------- -Module : github.com/fatih/structtag -Version : v1.2.0 -Time : 2019-12-06T02:28:10Z +Module : github.com/cespare/xxhash/v2 +Version : v2.2.0 +Time : 2022-12-04T02:06:23Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/cespare/xxhash/v2@v2.2.0/LICENSE.txt: + +Copyright (c) 2016 Caleb Spare + +MIT License + +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. + + +-------------------------------------------------------------------------------- +Module : github.com/cloudflare/certinel +Version : v0.4.0 +Time : 2021-08-03T19:51:11Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/github.com/fatih/structtag@v1.2.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/cloudflare/certinel@v0.4.0/LICENSE.md: -Copyright (c) 2017, Fatih Arslan +Copyright (c) 2017-2020, Cloudflare, Inc. 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. +1. 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. +2. 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 structtag nor the names of its - contributors may be used to endorse or promote products derived from - this software without specific prior written permission. +3. Neither the name of the copyright holder 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 @@ -1417,79 +1380,364 @@ 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. -This software includes some portions from Go. Go is used under the terms of the -BSD like license. - -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. - -The Go gopher was designed by Renee French. http://reneefrench.blogspot.com/ The design is licensed under the Creative Commons 3.0 Attributions license. Read this article for more details: https://blog.golang.org/gopher -------------------------------------------------------------------------------- -Module : github.com/fergusstrange/embedded-postgres -Version : v1.24.0 -Time : 2023-08-11T23:42:29Z -Licence : MIT - -Contents of probable licence file $GOMODCACHE/github.com/fergusstrange/embedded-postgres@v1.24.0/LICENSE: - -MIT License - -Copyright (c) 2019 Fergus Strange - -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. - - --------------------------------------------------------------------------------- -Module : github.com/gdamore/tcell/v2 -Version : v2.6.0 -Time : 2023-02-21T05:39:19Z +Module : github.com/dgraph-io/badger/v4 +Version : v4.2.0 +Time : 2023-08-04T12:37:15Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/gdamore/tcell/v2@v2.6.0/LICENSE: - +Contents of probable licence file $GOMODCACHE/github.com/dgraph-io/badger/v4@v4.2.0/LICENSE: + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + +-------------------------------------------------------------------------------- +Module : github.com/doug-martin/goqu/v9 +Version : v9.18.0 +Time : 2021-10-16T21:42:53Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/doug-martin/goqu/v9@v9.18.0/LICENSE: + +MIT License + +Copyright (c) 2017 Doug Martin + +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. + + +-------------------------------------------------------------------------------- +Module : github.com/fatih/color +Version : v1.15.0 +Time : 2023-03-12T11:25:03Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/fatih/color@v1.15.0/LICENSE.md: + +The MIT License (MIT) + +Copyright (c) 2013 Fatih Arslan + +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. + + +-------------------------------------------------------------------------------- +Module : github.com/fatih/structtag +Version : v1.2.0 +Time : 2019-12-06T02:28:10Z +Licence : BSD-3-Clause + +Contents of probable licence file $GOMODCACHE/github.com/fatih/structtag@v1.2.0/LICENSE: + +Copyright (c) 2017, Fatih Arslan +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 structtag 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 HOLDER 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. + +This software includes some portions from Go. Go is used under the terms of the +BSD like license. + +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. + +The Go gopher was designed by Renee French. http://reneefrench.blogspot.com/ The design is licensed under the Creative Commons 3.0 Attributions license. Read this article for more details: https://blog.golang.org/gopher + + +-------------------------------------------------------------------------------- +Module : github.com/fergusstrange/embedded-postgres +Version : v1.24.0 +Time : 2023-08-11T23:42:29Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/fergusstrange/embedded-postgres@v1.24.0/LICENSE: + +MIT License + +Copyright (c) 2019 Fergus Strange + +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. + + +-------------------------------------------------------------------------------- +Module : github.com/gdamore/tcell/v2 +Version : v2.6.0 +Time : 2023-02-21T05:39:19Z +Licence : Apache-2.0 + +Contents of probable licence file $GOMODCACHE/github.com/gdamore/tcell/v2@v2.6.0/LICENSE: + Apache License Version 2.0, January 2004 @@ -1787,11 +2035,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/go-git/go-git/v5 -Version : v5.8.1 -Time : 2023-07-24T09:00:51Z +Version : v5.10.0 +Time : 2023-10-13T22:06:19Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/go-git/go-git/v5@v5.8.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/go-git/go-git/v5@v5.10.0/LICENSE: Apache License Version 2.0, January 2004 @@ -2903,11 +3151,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : github.com/google/go-cmp -Version : v0.5.9 -Time : 2022-09-02T22:41:56Z +Version : v0.6.0 +Time : 2023-08-31T17:32:40Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/github.com/google/go-cmp@v0.5.9/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/google/go-cmp@v0.6.0/LICENSE: Copyright (c) 2017 The Go Authors. All rights reserved. @@ -2977,11 +3225,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : github.com/google/uuid -Version : v1.3.1 -Time : 2023-08-21T16:29:15Z +Version : v1.4.0 +Time : 2023-10-26T15:24:04Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/github.com/google/uuid@v1.3.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/google/uuid@v1.4.0/LICENSE: Copyright (c) 2009,2014 Google Inc. All rights reserved. @@ -3051,11 +3299,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : github.com/grpc-ecosystem/go-grpc-middleware/v2 -Version : v2.0.0 -Time : 2023-08-21T16:26:12Z +Version : v2.0.1 +Time : 2023-09-20T21:01:57Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.0/COPYRIGHT: +Contents of probable licence file $GOMODCACHE/github.com/grpc-ecosystem/go-grpc-middleware/v2@v2.0.1/COPYRIGHT: Copyright (c) The go-grpc-middleware Authors. Licensed under the Apache License 2.0. @@ -3416,11 +3664,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/lestrrat-go/jwx/v2 -Version : v2.0.12 -Time : 2023-08-10T02:55:19Z +Version : v2.0.15 +Time : 2023-10-19T23:39:32Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/lestrrat-go/jwx/v2@v2.0.12/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/lestrrat-go/jwx/v2@v2.0.15/LICENSE: The MIT License (MIT) @@ -3448,11 +3696,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/mattn/go-isatty -Version : v0.0.19 -Time : 2023-03-22T15:51:17Z +Version : v0.0.20 +Time : 2023-10-17T07:28:21Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/mattn/go-isatty@v0.0.19/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/mattn/go-isatty@v0.0.20/LICENSE: Copyright (c) Yasuhiro MATSUMOTO @@ -4272,11 +4520,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : github.com/prometheus/client_golang -Version : v1.16.0 -Time : 2023-06-15T10:46:32Z +Version : v1.17.0 +Time : 2023-09-27T12:41:57Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_golang@v1.16.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_golang@v1.17.0/LICENSE: Apache License Version 2.0, January 2004 @@ -4483,11 +4731,11 @@ Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_golan -------------------------------------------------------------------------------- Module : github.com/pterm/pterm -Version : v0.12.67 -Time : 2023-08-27T04:02:46Z +Version : v0.12.69 +Time : 2023-09-16T01:05:01Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/pterm/pterm@v0.12.67/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/pterm/pterm@v0.12.69/LICENSE: MIT License @@ -4514,11 +4762,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/rivo/tview -Version : v0.0.0-20230909130259-ba6a2a345459 -Time : 2023-09-09T13:02:59Z +Version : v0.0.0-20231024211518-8b7bcf9883df +Time : 2023-10-24T21:15:18Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/rivo/tview@v0.0.0-20230909130259-ba6a2a345459/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/rivo/tview@v0.0.0-20231024211518-8b7bcf9883df/LICENSE.txt: MIT License @@ -4613,11 +4861,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : github.com/rs/cors -Version : v1.10.0 -Time : 2023-09-05T14:53:21Z +Version : v1.10.1 +Time : 2023-09-29T21:36:13Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/rs/cors@v1.10.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/rs/cors@v1.10.1/LICENSE: Copyright (c) 2014 Olivier Poitrey @@ -4919,11 +5167,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/spf13/afero -Version : v1.9.5 -Time : 2023-03-06T09:41:24Z +Version : v1.10.0 +Time : 2023-09-22T14:18:35Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/spf13/afero@v1.9.5/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/github.com/spf13/afero@v1.10.0/LICENSE.txt: Apache License Version 2.0, January 2004 @@ -5134,11 +5382,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/tidwall/gjson -Version : v1.16.0 -Time : 2023-08-09T22:09:36Z +Version : v1.17.0 +Time : 2023-09-22T17:13:56Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/tidwall/gjson@v1.16.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/tidwall/gjson@v1.17.0/LICENSE: The MIT License (MIT) @@ -5225,11 +5473,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/twmb/franz-go -Version : v1.14.4 -Time : 2023-08-18T00:33:06Z +Version : v1.15.1 +Time : 2023-10-22T03:17:19Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/github.com/twmb/franz-go@v1.14.4/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/twmb/franz-go@v1.15.1/LICENSE: Copyright 2020, Travis Bischel. All rights reserved. @@ -5259,11 +5507,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : github.com/twmb/franz-go/pkg/kadm -Version : v1.9.0 -Time : 2023-07-11T03:00:15Z +Version : v1.10.0 +Time : 2023-10-22T03:20:33Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/github.com/twmb/franz-go/pkg/kadm@v1.9.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/twmb/franz-go/pkg/kadm@v1.10.0/LICENSE: Copyright 2020, Travis Bischel. All rights reserved. @@ -5749,11 +5997,11 @@ Contents of probable licence file $GOMODCACHE/go.opencensus.io@v0.24.0/LICENSE: -------------------------------------------------------------------------------- Module : go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc -Version : v0.43.0 -Time : 2023-08-28T16:08:51Z +Version : v0.45.0 +Time : 2023-09-28T22:42:46Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.43.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc@v0.45.0/LICENSE: Apache License Version 2.0, January 2004 @@ -5960,11 +6208,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/instru -------------------------------------------------------------------------------- Module : go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp -Version : v0.43.0 -Time : 2023-08-28T16:08:51Z +Version : v0.45.0 +Time : 2023-09-28T22:42:46Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.43.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp@v0.45.0/LICENSE: Apache License Version 2.0, January 2004 @@ -6171,11 +6419,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/instru -------------------------------------------------------------------------------- Module : go.opentelemetry.io/contrib/propagators/autoprop -Version : v0.43.0 -Time : 2023-08-28T16:08:51Z +Version : v0.45.0 +Time : 2023-09-28T22:42:46Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propagators/autoprop@v0.43.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propagators/autoprop@v0.45.0/LICENSE: Apache License Version 2.0, January 2004 @@ -6382,11 +6630,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propag -------------------------------------------------------------------------------- Module : go.opentelemetry.io/contrib/propagators/b3 -Version : v1.18.0 -Time : 2023-08-28T16:08:51Z +Version : v1.20.0 +Time : 2023-09-28T22:42:46Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propagators/b3@v1.18.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propagators/b3@v1.20.0/LICENSE: Apache License Version 2.0, January 2004 @@ -6593,11 +6841,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propag -------------------------------------------------------------------------------- Module : go.opentelemetry.io/otel -Version : v1.17.0 -Time : 2023-08-28T14:50:03Z +Version : v1.19.0 +Time : 2023-09-28T19:28:51Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel@v1.17.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel@v1.19.0/LICENSE: Apache License Version 2.0, January 2004 @@ -6804,11 +7052,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel@v1.17.0/L -------------------------------------------------------------------------------- Module : go.opentelemetry.io/otel/bridge/opencensus -Version : v0.40.0 -Time : 2023-08-28T14:50:03Z +Version : v0.42.0 +Time : 2023-09-28T19:28:51Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/bridge/opencensus@v0.40.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/bridge/opencensus@v0.42.0/LICENSE: Apache License Version 2.0, January 2004 @@ -7226,11 +7474,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/exporters -------------------------------------------------------------------------------- Module : go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc -Version : v1.17.0 -Time : 2023-08-28T14:50:03Z +Version : v1.19.0 +Time : 2023-09-28T19:28:51Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.17.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc@v1.19.0/LICENSE: Apache License Version 2.0, January 2004 @@ -7437,11 +7685,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/exporters -------------------------------------------------------------------------------- Module : go.opentelemetry.io/otel/sdk -Version : v1.17.0 -Time : 2023-08-28T14:50:03Z +Version : v1.19.0 +Time : 2023-09-28T19:28:51Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/sdk@v1.17.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/sdk@v1.19.0/LICENSE: Apache License Version 2.0, January 2004 @@ -7648,11 +7896,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/sdk@v1.17 -------------------------------------------------------------------------------- Module : go.opentelemetry.io/otel/trace -Version : v1.17.0 -Time : 2023-08-28T14:50:03Z +Version : v1.19.0 +Time : 2023-09-28T19:28:51Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/trace@v1.17.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/trace@v1.19.0/LICENSE: Apache License Version 2.0, January 2004 @@ -7945,11 +8193,11 @@ THE SOFTWARE. -------------------------------------------------------------------------------- Module : go.uber.org/zap -Version : v1.25.0 -Time : 2023-08-02T05:47:56Z +Version : v1.26.0 +Time : 2023-09-14T20:29:58Z Licence : MIT -Contents of probable licence file $GOMODCACHE/go.uber.org/zap@v1.25.0/LICENSE.txt: +Contents of probable licence file $GOMODCACHE/go.uber.org/zap@v1.26.0/LICENSE.txt: Copyright (c) 2016-2017 Uber Technologies, Inc. @@ -8186,11 +8434,11 @@ Contents of probable licence file $GOMODCACHE/gocloud.dev@v0.34.0/LICENSE: -------------------------------------------------------------------------------- Module : golang.org/x/crypto -Version : v0.13.0 -Time : 2023-09-05T14:51:56Z +Version : v0.14.0 +Time : 2023-10-05T15:12:11Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.13.0/LICENSE: +Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.14.0/LICENSE: Copyright (c) 2009 The Go Authors. All rights reserved. @@ -8223,11 +8471,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : golang.org/x/net -Version : v0.15.0 -Time : 2023-09-05T15:09:00Z +Version : v0.17.0 +Time : 2023-10-10T15:45:19Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.15.0/LICENSE: +Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.17.0/LICENSE: Copyright (c) 2009 The Go Authors. All rights reserved. @@ -8260,11 +8508,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : golang.org/x/sync -Version : v0.3.0 -Time : 2023-06-01T20:35:10Z +Version : v0.4.0 +Time : 2023-09-26T16:46:49Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.3.0/LICENSE: +Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.4.0/LICENSE: Copyright (c) 2009 The Go Authors. All rights reserved. @@ -8297,11 +8545,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : golang.org/x/tools -Version : v0.13.0 -Time : 2023-09-05T16:59:35Z +Version : v0.14.0 +Time : 2023-10-06T08:34:21Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/golang.org/x/tools@v0.13.0/LICENSE: +Contents of probable licence file $GOMODCACHE/golang.org/x/tools@v0.14.0/LICENSE: Copyright (c) 2009 The Go Authors. All rights reserved. @@ -8366,11 +8614,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : google.golang.org/genproto/googleapis/api -Version : v0.0.0-20230822172742-b8732ec3820d -Time : 2023-08-22T17:27:42Z +Version : v0.0.0-20231016165738-49dd2c1f3d0b +Time : 2023-10-16T16:57:38Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/api@v0.0.0-20230822172742-b8732ec3820d/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/api@v0.0.0-20231016165738-49dd2c1f3d0b/LICENSE: Apache License @@ -8578,11 +8826,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googlea -------------------------------------------------------------------------------- Module : google.golang.org/grpc -Version : v1.58.0 -Time : 2023-09-06T17:16:07Z +Version : v1.59.0 +Time : 2023-10-17T21:58:23Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.58.0/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.59.0/LICENSE: Apache License @@ -8917,11 +9165,11 @@ limitations under the License. -------------------------------------------------------------------------------- Module : helm.sh/helm/v3 -Version : v3.12.3 -Time : 2023-08-10T19:59:04Z +Version : v3.13.1 +Time : 2023-10-12T13:24:31Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/helm.sh/helm/v3@v3.12.3/LICENSE: +Contents of probable licence file $GOMODCACHE/helm.sh/helm/v3@v3.13.1/LICENSE: Apache License @@ -9129,11 +9377,11 @@ Contents of probable licence file $GOMODCACHE/helm.sh/helm/v3@v3.12.3/LICENSE: -------------------------------------------------------------------------------- Module : modernc.org/sqlite -Version : v1.25.0 -Time : 2023-08-03T19:22:08Z +Version : v1.26.0 +Time : 2023-09-15T12:57:11Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/modernc.org/sqlite@v1.25.0/LICENSE: +Contents of probable licence file $GOMODCACHE/modernc.org/sqlite@v1.26.0/LICENSE: Copyright (c) 2017 The Sqlite Authors. All rights reserved. @@ -9169,6 +9417,37 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Indirect dependencies +-------------------------------------------------------------------------------- +Module : atomicgo.dev/assert +Version : v0.0.2 +Time : 2022-10-09T21:43:18Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/atomicgo.dev/assert@v0.0.2/LICENSE: + +MIT License + +Copyright (c) 2022 Marvin Wendt (MarvinJWendt) + +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. + + -------------------------------------------------------------------------------- Module : atomicgo.dev/cursor Version : v0.2.0 @@ -9264,11 +9543,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go -Version : v1.31.0-20230824200731-b9b8148056b9.1 +Version : v1.31.0-20231017183020-0de7443d03cf.1 Time : 0001-01-01T00:00:00Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go@v1.31.0-20230824200731-b9b8148056b9.1/LICENSE: +Contents of probable licence file $GOMODCACHE/buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go@v1.31.0-20231017183020-0de7443d03cf.1/LICENSE: Apache License Version 2.0, January 2004 @@ -9475,11 +9754,11 @@ Contents of probable licence file $GOMODCACHE/buf.build/gen/go/bufbuild/protoval -------------------------------------------------------------------------------- Module : cloud.google.com/go -Version : v0.110.7 -Time : 2023-07-31T19:09:50Z +Version : v0.110.8 +Time : 2023-09-11T19:22:13Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/cloud.google.com/go@v0.110.7/LICENSE: +Contents of probable licence file $GOMODCACHE/cloud.google.com/go@v0.110.8/LICENSE: Apache License @@ -10111,11 +10390,11 @@ Contents of probable licence file $GOMODCACHE/cloud.google.com/go/compute/metada -------------------------------------------------------------------------------- Module : cloud.google.com/go/iam -Version : v1.1.1 -Time : 2023-06-20T22:03:08Z +Version : v1.1.2 +Time : 2023-08-08T19:08:16Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/cloud.google.com/go/iam@v1.1.1/LICENSE: +Contents of probable licence file $GOMODCACHE/cloud.google.com/go/iam@v1.1.2/LICENSE: Apache License @@ -10535,11 +10814,11 @@ Contents of probable licence file $GOMODCACHE/cloud.google.com/go/storage@v1.31. -------------------------------------------------------------------------------- Module : connectrpc.com/connect -Version : v1.11.1 -Time : 2023-08-26T01:03:56Z +Version : v1.12.0 +Time : 2023-10-24T20:55:56Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/connectrpc.com/connect@v1.11.1/LICENSE: +Contents of probable licence file $GOMODCACHE/connectrpc.com/connect@v1.12.0/LICENSE: Apache License Version 2.0, January 2004 @@ -10729,7 +11008,7 @@ Contents of probable licence file $GOMODCACHE/connectrpc.com/connect@v1.11.1/LIC same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021-2022 Buf Technologies, Inc. + Copyright 2021-2023 The Connect Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -10957,11 +11236,11 @@ Contents of probable licence file $GOMODCACHE/connectrpc.com/grpcreflect@v1.2.0/ -------------------------------------------------------------------------------- Module : connectrpc.com/otelconnect -Version : v0.5.0 -Time : 2023-07-26T22:43:04Z +Version : v0.6.0 +Time : 2023-10-02T18:25:43Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/connectrpc.com/otelconnect@v0.5.0/LICENSE: +Contents of probable licence file $GOMODCACHE/connectrpc.com/otelconnect@v0.6.0/LICENSE: Apache License Version 2.0, January 2004 @@ -11151,7 +11430,7 @@ Contents of probable licence file $GOMODCACHE/connectrpc.com/otelconnect@v0.5.0/ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2022-2023 Buf Technologies, Inc. + Copyright 2022-2023 The Connect Authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -11494,6 +11773,37 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +Module : github.com/MarvinJWendt/testza +Version : v0.5.2 +Time : 2023-02-03T07:55:52Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/!marvin!j!wendt/testza@v0.5.2/LICENSE: + +MIT License + +Copyright (c) 2021 Marvin Wendt (MarvinJWendt) + +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. + + -------------------------------------------------------------------------------- Module : github.com/Masterminds/goutils Version : v1.1.1 @@ -12002,11 +12312,11 @@ Contents of probable licence file $GOMODCACHE/github.com/!one!of!one/xxhash@v1.2 -------------------------------------------------------------------------------- Module : github.com/ProtonMail/go-crypto -Version : v0.0.0-20230717121422-5aa5874ade95 -Time : 2023-07-17T12:14:22Z +Version : v0.0.0-20230828082145-3c4c8a2d2371 +Time : 2023-08-28T08:21:45Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/github.com/!proton!mail/go-crypto@v0.0.0-20230717121422-5aa5874ade95/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/!proton!mail/go-crypto@v0.0.0-20230828082145-3c4c8a2d2371/LICENSE: Copyright (c) 2009 The Go Authors. All rights reserved. @@ -12037,6 +12347,38 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +-------------------------------------------------------------------------------- +Module : github.com/Shopify/toxiproxy/v2 +Version : v2.6.0 +Time : 2023-08-22T13:55:33Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/!shopify/toxiproxy/v2@v2.6.0/LICENSE: + +The MIT License (MIT) + +Copyright (c) 2014 Shopify + +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. + + + -------------------------------------------------------------------------------- Module : github.com/acomagu/bufpipe Version : v1.0.4 @@ -12069,6 +12411,66 @@ SOFTWARE. +-------------------------------------------------------------------------------- +Module : github.com/alecthomas/assert/v2 +Version : v2.3.0 +Time : 2023-06-08T04:15:11Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/alecthomas/assert/v2@v2.3.0/COPYING: + +Copyright (C) 2021 Alec Thomas + +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. + + +-------------------------------------------------------------------------------- +Module : github.com/alecthomas/repr +Version : v0.2.0 +Time : 2023-01-08T03:49:10Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/alecthomas/repr@v0.2.0/COPYING: + +The MIT License (MIT) + +Copyright (c) 2016 Alec Thomas + +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. + + -------------------------------------------------------------------------------- Module : github.com/anmitsu/go-shlex Version : v0.0.0-20200514113438-38f4b401e2be @@ -16166,37 +16568,6 @@ Contents of probable licence file $GOMODCACHE/github.com/aws/smithy-go@v1.14.0/L of your accepting any such warranty or additional liability. --------------------------------------------------------------------------------- -Module : github.com/benbjohnson/clock -Version : v1.3.0 -Time : 2021-11-15T23:27:27Z -Licence : MIT - -Contents of probable licence file $GOMODCACHE/github.com/benbjohnson/clock@v1.3.0/LICENSE: - -The MIT License (MIT) - -Copyright (c) 2014 Ben Johnson - -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. - - -------------------------------------------------------------------------------- Module : github.com/beorn7/perks Version : v1.0.1 @@ -17160,6 +17531,44 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +Module : github.com/cyphar/filepath-securejoin +Version : v0.2.4 +Time : 2023-09-06T05:01:30Z +Licence : BSD-3-Clause + +Contents of probable licence file $GOMODCACHE/github.com/cyphar/filepath-securejoin@v0.2.4/LICENSE: + +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. + + -------------------------------------------------------------------------------- Module : github.com/davecgh/go-spew Version : v1.1.1 @@ -17499,11 +17908,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/docker/cli -Version : v23.0.1+incompatible -Time : 2023-02-09T19:15:59Z +Version : v24.0.6+incompatible +Time : 2023-08-31T17:24:32Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/docker/cli@v23.0.1+incompatible/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/docker/cli@v24.0.6+incompatible/LICENSE: Apache License @@ -17700,11 +18109,11 @@ Contents of probable licence file $GOMODCACHE/github.com/docker/cli@v23.0.1+inco -------------------------------------------------------------------------------- Module : github.com/docker/docker -Version : v23.0.4+incompatible -Time : 2023-04-14T00:59:18Z +Version : v24.0.7+incompatible +Time : 2023-10-26T07:51:05Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/docker/docker@v23.0.4+incompatible/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/docker/docker@v24.0.7+incompatible/LICENSE: Apache License @@ -18334,11 +18743,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/elazarl/goproxy -Version : v0.0.0-20221015165544-a0805db90819 -Time : 2022-10-15T16:55:44Z +Version : v0.0.0-20230808193330-2592e75ae04a +Time : 2023-08-08T19:33:30Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/github.com/elazarl/goproxy@v0.0.0-20221015165544-a0805db90819/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/elazarl/goproxy@v0.0.0-20230808193330-2592e75ae04a/LICENSE: Copyright (c) 2012 Elazar Leibovich. All rights reserved. @@ -18631,6 +19040,218 @@ Contents of probable licence file $GOMODCACHE/github.com/envoyproxy/go-control-p limitations under the License. +-------------------------------------------------------------------------------- +Module : github.com/envoyproxy/protoc-gen-validate +Version : v1.0.2 +Time : 2023-06-23T18:41:29Z +Licence : Apache-2.0 + +Contents of probable licence file $GOMODCACHE/github.com/envoyproxy/protoc-gen-validate@v1.0.2/LICENSE: + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + 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. + + -------------------------------------------------------------------------------- Module : github.com/felixge/httpsnoop Version : v1.0.3 @@ -18662,11 +19283,11 @@ Copyright (c) 2016 Felix Geisendörfer (felix@debuggable.com) -------------------------------------------------------------------------------- Module : github.com/frankban/quicktest -Version : v1.14.3 -Time : 2022-03-24T17:25:29Z +Version : v1.14.4 +Time : 2022-11-19T10:50:20Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/frankban/quicktest@v1.14.3/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/frankban/quicktest@v1.14.4/LICENSE: MIT License @@ -18691,6 +19312,41 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +Module : github.com/fsnotify/fsnotify +Version : v1.6.0 +Time : 2022-10-13T01:18:11Z +Licence : BSD-3-Clause + +Contents of probable licence file $GOMODCACHE/github.com/fsnotify/fsnotify@v1.6.0/LICENSE: + +Copyright © 2012 The Go Authors. All rights reserved. +Copyright © fsnotify 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. + + -------------------------------------------------------------------------------- Module : github.com/gdamore/encoding Version : v1.0.0 @@ -18980,11 +19636,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : github.com/go-git/go-billy/v5 -Version : v5.4.1 -Time : 2023-02-05T11:14:30Z +Version : v5.5.0 +Time : 2023-09-11T16:14:50Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/go-git/go-billy/v5@v5.4.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/go-git/go-billy/v5@v5.5.0/LICENSE: Apache License Version 2.0, January 2004 @@ -19191,11 +19847,11 @@ Contents of probable licence file $GOMODCACHE/github.com/go-git/go-billy/v5@v5.4 -------------------------------------------------------------------------------- Module : github.com/go-git/go-git-fixtures/v4 -Version : v4.3.2-0.20230305113008-0c11038e723f -Time : 2023-03-05T11:30:08Z +Version : v4.3.2-0.20231010084843-55a94097c399 +Time : 2023-10-10T08:48:43Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/go-git/go-git-fixtures/v4@v4.3.2-0.20230305113008-0c11038e723f/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/go-git/go-git-fixtures/v4@v4.3.2-0.20231010084843-55a94097c399/LICENSE: Apache License Version 2.0, January 2004 @@ -19465,11 +20121,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/go-logr/logr -Version : v1.2.4 -Time : 2022-12-03T16:50:57Z +Version : v1.3.0 +Time : 2023-10-23T23:14:38Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/go-logr/logr@v1.2.4/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/go-logr/logr@v1.3.0/LICENSE: Apache License Version 2.0, January 2004 @@ -19885,6 +20541,37 @@ Contents of probable licence file $GOMODCACHE/github.com/go-logr/stdr@v1.2.2/LIC limitations under the License. +-------------------------------------------------------------------------------- +Module : github.com/go-test/deep +Version : v1.1.0 +Time : 2022-12-09T14:50:39Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/go-test/deep@v1.1.0/LICENSE: + +MIT License + +Copyright 2015-2017 Daniel Nichter + +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. + + -------------------------------------------------------------------------------- Module : github.com/goccy/go-json Version : v0.10.2 @@ -20230,11 +20917,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : github.com/golang/glog -Version : v1.1.0 -Time : 2023-03-03T14:30:14Z +Version : v1.1.2 +Time : 2023-08-09T08:22:17Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/golang/glog@v1.1.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/golang/glog@v1.1.2/LICENSE: Apache License Version 2.0, January 2004 @@ -21767,11 +22454,11 @@ Contents of probable licence file $GOMODCACHE/github.com/google/martian/v3@v3.3. -------------------------------------------------------------------------------- Module : github.com/google/pprof -Version : v0.0.0-20221118152302-e6195bd50e26 -Time : 2022-11-18T15:23:02Z +Version : v0.0.0-20230926050212-f7f687d19a98 +Time : 2023-09-26T05:02:12Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/google/pprof@v0.0.0-20221118152302-e6195bd50e26/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/google/pprof@v0.0.0-20230926050212-f7f687d19a98/LICENSE: Apache License @@ -23630,11 +24317,11 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice -------------------------------------------------------------------------------- Module : github.com/hashicorp/go-hclog -Version : v1.2.0 -Time : 2022-03-03T03:51:25Z +Version : v1.3.1 +Time : 2022-09-21T03:33:53Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/hashicorp/go-hclog@v1.2.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/hashicorp/go-hclog@v1.3.1/LICENSE: MIT License @@ -24468,11 +25155,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/imdario/mergo -Version : v0.3.15 -Time : 2023-03-24T09:53:52Z +Version : v0.3.16 +Time : 2023-04-02T14:27:58Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/github.com/imdario/mergo@v0.3.15/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/imdario/mergo@v0.3.16/LICENSE: Copyright (c) 2013 Dario Castañé. All rights reserved. Copyright (c) 2012 The Go Authors. All rights reserved. @@ -24568,6 +25255,38 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +-------------------------------------------------------------------------------- +Module : github.com/jackc/pgconn +Version : v1.14.0 +Time : 2023-02-11T14:33:14Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/jackc/pgconn@v1.14.0/LICENSE: + +Copyright (c) 2019-2021 Jack Christensen + +MIT License + +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. + + -------------------------------------------------------------------------------- Module : github.com/jackc/pgio Version : v1.0.0 @@ -24966,11 +25685,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/klauspost/compress -Version : v1.16.7 -Time : 2023-06-22T11:19:44Z +Version : v1.17.0 +Time : 2023-09-18T10:42:23Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/klauspost/compress@v1.16.7/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/klauspost/compress@v1.17.0/LICENSE: Copyright (c) 2012 The Go Authors. All rights reserved. Copyright (c) 2019 Klaus Post. All rights reserved. @@ -25582,11 +26301,11 @@ Contents of probable licence file $GOMODCACHE/github.com/kylelemons/godebug@v1.1 -------------------------------------------------------------------------------- Module : github.com/lestrrat-go/blackmagic -Version : v1.0.1 -Time : 2022-03-29T05:31:38Z +Version : v1.0.2 +Time : 2022-11-07T10:26:54Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/lestrrat-go/blackmagic@v1.0.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/lestrrat-go/blackmagic@v1.0.2/LICENSE: MIT License @@ -26082,7 +26801,219 @@ Contents of probable licence file $GOMODCACHE/github.com/matttproud/golang_proto APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "{}" + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + 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. + + +-------------------------------------------------------------------------------- +Module : github.com/minio/md5-simd +Version : v1.1.2 +Time : 2021-01-07T19:48:44Z +Licence : Apache-2.0 + +Contents of probable licence file $GOMODCACHE/github.com/minio/md5-simd@v1.1.2/LICENSE: + + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a @@ -26090,7 +27021,7 @@ Contents of probable licence file $GOMODCACHE/github.com/matttproud/golang_proto same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright {yyyy} {name of copyright owner} + Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26106,12 +27037,12 @@ Contents of probable licence file $GOMODCACHE/github.com/matttproud/golang_proto -------------------------------------------------------------------------------- -Module : github.com/minio/md5-simd -Version : v1.1.2 -Time : 2021-01-07T19:48:44Z +Module : github.com/minio/sha256-simd +Version : v1.0.1 +Time : 2023-02-22T11:48:20Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/minio/md5-simd@v1.1.2/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/minio/sha256-simd@v1.0.1/LICENSE: Apache License @@ -26318,17 +27249,110 @@ Contents of probable licence file $GOMODCACHE/github.com/minio/md5-simd@v1.1.2/L -------------------------------------------------------------------------------- -Module : github.com/minio/sha256-simd -Version : v1.0.1 -Time : 2023-02-22T11:48:20Z +Module : github.com/mitchellh/copystructure +Version : v1.2.0 +Time : 2021-05-05T17:08:07Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/mitchellh/copystructure@v1.2.0/LICENSE: + +The MIT License (MIT) + +Copyright (c) 2014 Mitchell Hashimoto + +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. + + +-------------------------------------------------------------------------------- +Module : github.com/mitchellh/mapstructure +Version : v1.5.0 +Time : 2022-04-20T22:31:31Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/mitchellh/mapstructure@v1.5.0/LICENSE: + +The MIT License (MIT) + +Copyright (c) 2013 Mitchell Hashimoto + +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. + + +-------------------------------------------------------------------------------- +Module : github.com/mitchellh/reflectwalk +Version : v1.0.2 +Time : 2021-05-03T23:34:11Z +Licence : MIT + +Contents of probable licence file $GOMODCACHE/github.com/mitchellh/reflectwalk@v1.0.2/LICENSE: + +The MIT License (MIT) + +Copyright (c) 2013 Mitchell Hashimoto + +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. + + +-------------------------------------------------------------------------------- +Module : github.com/moby/term +Version : v0.5.0 +Time : 2023-05-02T11:56:13Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/minio/sha256-simd@v1.0.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/moby/term@v0.5.0/LICENSE: Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -26503,24 +27527,13 @@ Contents of probable licence file $GOMODCACHE/github.com/minio/sha256-simd@v1.0. END OF TERMS AND CONDITIONS - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] + Copyright 2013-2018 Docker, Inc. 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 + https://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, @@ -26530,110 +27543,16 @@ Contents of probable licence file $GOMODCACHE/github.com/minio/sha256-simd@v1.0. -------------------------------------------------------------------------------- -Module : github.com/mitchellh/copystructure -Version : v1.2.0 -Time : 2021-05-05T17:08:07Z -Licence : MIT - -Contents of probable licence file $GOMODCACHE/github.com/mitchellh/copystructure@v1.2.0/LICENSE: - -The MIT License (MIT) - -Copyright (c) 2014 Mitchell Hashimoto - -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. - - --------------------------------------------------------------------------------- -Module : github.com/mitchellh/mapstructure -Version : v1.5.0 -Time : 2022-04-20T22:31:31Z -Licence : MIT - -Contents of probable licence file $GOMODCACHE/github.com/mitchellh/mapstructure@v1.5.0/LICENSE: - -The MIT License (MIT) - -Copyright (c) 2013 Mitchell Hashimoto - -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. - - --------------------------------------------------------------------------------- -Module : github.com/mitchellh/reflectwalk -Version : v1.0.2 -Time : 2021-05-03T23:34:11Z -Licence : MIT - -Contents of probable licence file $GOMODCACHE/github.com/mitchellh/reflectwalk@v1.0.2/LICENSE: - -The MIT License (MIT) - -Copyright (c) 2013 Mitchell Hashimoto - -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. - - --------------------------------------------------------------------------------- -Module : github.com/moby/term -Version : v0.5.0 -Time : 2023-05-02T11:56:13Z +Module : github.com/modern-go/concurrent +Version : v0.0.0-20180306012644-bacd9c7ef1dd +Time : 2018-03-06T01:26:44Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/moby/term@v0.5.0/LICENSE: - +Contents of probable licence file $GOMODCACHE/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/LICENSE: Apache License Version 2.0, January 2004 - https://www.apache.org/licenses/ + http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -26808,13 +27727,24 @@ Contents of probable licence file $GOMODCACHE/github.com/moby/term@v0.5.0/LICENS END OF TERMS AND CONDITIONS - Copyright 2013-2018 Docker, Inc. + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] 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 - https://www.apache.org/licenses/LICENSE-2.0 + 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, @@ -26824,12 +27754,12 @@ Contents of probable licence file $GOMODCACHE/github.com/moby/term@v0.5.0/LICENS -------------------------------------------------------------------------------- -Module : github.com/modern-go/concurrent -Version : v0.0.0-20180306012644-bacd9c7ef1dd -Time : 2018-03-06T01:26:44Z +Module : github.com/modern-go/reflect2 +Version : v1.0.2 +Time : 2021-09-11T02:10:30Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/modern-go/reflect2@v1.0.2/LICENSE: Apache License Version 2.0, January 2004 @@ -27035,214 +27965,33 @@ Contents of probable licence file $GOMODCACHE/github.com/modern-go/concurrent@v0 -------------------------------------------------------------------------------- -Module : github.com/modern-go/reflect2 -Version : v1.0.2 -Time : 2021-09-11T02:10:30Z -Licence : Apache-2.0 - -Contents of probable licence file $GOMODCACHE/github.com/modern-go/reflect2@v1.0.2/LICENSE: - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. +Module : github.com/onsi/gomega +Version : v1.27.10 +Time : 2023-07-24T12:44:53Z +Licence : MIT - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. +Contents of probable licence file $GOMODCACHE/github.com/onsi/gomega@v1.27.10/LICENSE: - Copyright [yyyy] [name of copyright owner] +Copyright (c) 2013-2014 Onsi Fakhouri - 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 +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: - http://www.apache.org/licenses/LICENSE-2.0 +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. - 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. +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. -------------------------------------------------------------------------------- @@ -27449,11 +28198,11 @@ Contents of probable licence file $GOMODCACHE/github.com/opencontainers/go-diges -------------------------------------------------------------------------------- Module : github.com/opencontainers/image-spec -Version : v1.1.0-rc2.0.20221005185240-3a7f492d3f1b -Time : 2022-10-05T18:52:40Z +Version : v1.1.0-rc5 +Time : 2023-09-06T17:59:54Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/opencontainers/image-spec@v1.1.0-rc2.0.20221005185240-3a7f492d3f1b/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/opencontainers/image-spec@v1.1.0-rc5/LICENSE: Apache License @@ -28234,11 +28983,11 @@ SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/prometheus/client_model -Version : v0.3.0 -Time : 2022-10-18T14:52:39Z +Version : v0.4.1-0.20230718164431-9a2bf3000d16 +Time : 2023-07-18T16:44:31Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_model@v0.3.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_model@v0.4.1-0.20230718164431-9a2bf3000d16/LICENSE: Apache License Version 2.0, January 2004 @@ -28445,11 +29194,11 @@ Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_model -------------------------------------------------------------------------------- Module : github.com/prometheus/common -Version : v0.42.0 -Time : 2023-03-08T10:23:31Z +Version : v0.44.0 +Time : 2023-05-22T12:15:25Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/prometheus/common@v0.42.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/prometheus/common@v0.44.0/LICENSE: Apache License Version 2.0, January 2004 @@ -28656,11 +29405,11 @@ Contents of probable licence file $GOMODCACHE/github.com/prometheus/common@v0.42 -------------------------------------------------------------------------------- Module : github.com/prometheus/procfs -Version : v0.10.1 -Time : 2023-05-28T21:22:15Z +Version : v0.11.1 +Time : 2023-07-26T15:19:48Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/prometheus/procfs@v0.10.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/prometheus/procfs@v0.11.1/LICENSE: Apache License Version 2.0, January 2004 @@ -29175,11 +29924,11 @@ THE SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/rs/zerolog -Version : v1.30.0 -Time : 2023-07-29T14:32:05Z +Version : v1.31.0 +Time : 2023-09-25T09:28:20Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/rs/zerolog@v1.30.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/rs/zerolog@v1.31.0/LICENSE: MIT License @@ -29604,13 +30353,47 @@ Contents of probable licence file $GOMODCACHE/github.com/skeema/knownhosts@v1.2. limitations under the License. +-------------------------------------------------------------------------------- +Module : github.com/spaolacci/murmur3 +Version : v0.0.0-20180118202830-f09979ecbc72 +Time : 2018-01-18T20:28:30Z +Licence : BSD-3-Clause + +Contents of probable licence file $GOMODCACHE/github.com/spaolacci/murmur3@v0.0.0-20180118202830-f09979ecbc72/LICENSE: + +Copyright 2013, Sébastien Paolacci. +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 the library 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 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. + + -------------------------------------------------------------------------------- Module : github.com/spf13/cast -Version : v1.5.0 -Time : 2022-05-11T13:55:47Z +Version : v1.5.1 +Time : 2023-05-15T08:28:46Z Licence : MIT -Contents of probable licence file $GOMODCACHE/github.com/spf13/cast@v1.5.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/spf13/cast@v1.5.1/LICENSE: The MIT License (MIT) @@ -29729,11 +30512,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- Module : github.com/twmb/franz-go/pkg/kmsg -Version : v1.6.1 -Time : 2023-07-08T15:33:35Z +Version : v1.7.0 +Time : 2023-10-21T01:25:38Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/github.com/twmb/franz-go/pkg/kmsg@v1.6.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/twmb/franz-go/pkg/kmsg@v1.7.0/LICENSE: Copyright 2020, Travis Bischel. All rights reserved. @@ -30095,11 +30878,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : go.opentelemetry.io/contrib/propagators/aws -Version : v1.18.0 -Time : 2023-08-28T16:08:51Z +Version : v1.20.0 +Time : 2023-09-28T22:42:46Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propagators/aws@v1.18.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propagators/aws@v1.20.0/LICENSE: Apache License Version 2.0, January 2004 @@ -30306,11 +31089,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propag -------------------------------------------------------------------------------- Module : go.opentelemetry.io/contrib/propagators/jaeger -Version : v1.18.0 -Time : 2023-08-28T16:08:51Z +Version : v1.20.0 +Time : 2023-09-28T22:42:46Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propagators/jaeger@v1.18.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propagators/jaeger@v1.20.0/LICENSE: Apache License Version 2.0, January 2004 @@ -30517,11 +31300,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propag -------------------------------------------------------------------------------- Module : go.opentelemetry.io/contrib/propagators/ot -Version : v1.18.0 -Time : 2023-08-28T16:08:51Z +Version : v1.20.0 +Time : 2023-09-28T22:42:46Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propagators/ot@v1.18.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propagators/ot@v1.20.0/LICENSE: Apache License Version 2.0, January 2004 @@ -30728,11 +31511,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/contrib/propag -------------------------------------------------------------------------------- Module : go.opentelemetry.io/otel/exporters/otlp/otlptrace -Version : v1.17.0 -Time : 2023-08-28T14:50:03Z +Version : v1.19.0 +Time : 2023-09-28T19:28:51Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.17.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/exporters/otlp/otlptrace@v1.19.0/LICENSE: Apache License Version 2.0, January 2004 @@ -30939,11 +31722,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/exporters -------------------------------------------------------------------------------- Module : go.opentelemetry.io/otel/metric -Version : v1.17.0 -Time : 2023-08-28T14:50:03Z +Version : v1.19.0 +Time : 2023-09-28T19:28:51Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/metric@v1.17.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/metric@v1.19.0/LICENSE: Apache License Version 2.0, January 2004 @@ -31150,11 +31933,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/metric@v1 -------------------------------------------------------------------------------- Module : go.opentelemetry.io/otel/sdk/metric -Version : v0.40.0 -Time : 2023-08-28T14:50:03Z +Version : v1.19.0 +Time : 2023-09-28T19:28:51Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/sdk/metric@v0.40.0/LICENSE: +Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/sdk/metric@v1.19.0/LICENSE: Apache License Version 2.0, January 2004 @@ -31632,11 +32415,11 @@ THE SOFTWARE. -------------------------------------------------------------------------------- Module : golang.org/x/exp -Version : v0.0.0-20230522175609-2e198f4a06a1 -Time : 2023-05-22T17:56:09Z +Version : v0.0.0-20230905200255-921286631fa9 +Time : 2023-09-05T20:02:55Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/golang.org/x/exp@v0.0.0-20230522175609-2e198f4a06a1/LICENSE: +Contents of probable licence file $GOMODCACHE/golang.org/x/exp@v0.0.0-20230905200255-921286631fa9/LICENSE: Copyright (c) 2009 The Go Authors. All rights reserved. @@ -31706,11 +32489,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : golang.org/x/mod -Version : v0.12.0 -Time : 2023-06-21T11:18:17Z +Version : v0.13.0 +Time : 2023-09-14T17:25:10Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/golang.org/x/mod@v0.12.0/LICENSE: +Contents of probable licence file $GOMODCACHE/golang.org/x/mod@v0.13.0/LICENSE: Copyright (c) 2009 The Go Authors. All rights reserved. @@ -31780,11 +32563,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : golang.org/x/sys -Version : v0.12.0 -Time : 2023-08-25T20:53:44Z +Version : v0.13.0 +Time : 2023-09-28T17:55:56Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.12.0/LICENSE: +Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.13.0/LICENSE: Copyright (c) 2009 The Go Authors. All rights reserved. @@ -31817,11 +32600,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : golang.org/x/term -Version : v0.12.0 -Time : 2023-09-03T13:08:59Z +Version : v0.13.0 +Time : 2023-10-05T14:06:51Z Licence : BSD-3-Clause -Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.12.0/LICENSE: +Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.13.0/LICENSE: Copyright (c) 2009 The Go Authors. All rights reserved. @@ -32177,11 +32960,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/appengine@v1.6.7 -------------------------------------------------------------------------------- Module : google.golang.org/genproto -Version : v0.0.0-20230803162519-f966b187b2e5 -Time : 2023-08-03T16:25:19Z +Version : v0.0.0-20231012201019-e917dd12ba7a +Time : 2023-10-12T20:10:19Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/google.golang.org/genproto@v0.0.0-20230803162519-f966b187b2e5/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/genproto@v0.0.0-20231012201019-e917dd12ba7a/LICENSE: Apache License @@ -32389,11 +33172,11 @@ Contents of probable licence file $GOMODCACHE/google.golang.org/genproto@v0.0.0- -------------------------------------------------------------------------------- Module : google.golang.org/genproto/googleapis/rpc -Version : v0.0.0-20230822172742-b8732ec3820d -Time : 2023-08-22T17:27:42Z +Version : v0.0.0-20231012201019-e917dd12ba7a +Time : 2023-10-12T20:10:19Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/rpc@v0.0.0-20230822172742-b8732ec3820d/LICENSE: +Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/rpc@v0.0.0-20231012201019-e917dd12ba7a/LICENSE: Apache License @@ -33119,6 +33902,29 @@ Contents of probable licence file $GOMODCACHE/gopkg.in/yaml.v2@v2.4.0/LICENSE: limitations under the License. +-------------------------------------------------------------------------------- +Module : gotest.tools/v3 +Version : v3.3.0 +Time : 2022-06-18T18:50:56Z +Licence : Apache-2.0 + +Contents of probable licence file $GOMODCACHE/gotest.tools/v3@v3.3.0/LICENSE: + +Copyright 2018 gotest.tools 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. + + -------------------------------------------------------------------------------- Module : lukechampine.com/uint128 Version : v1.2.0 diff --git a/docs/antora.yml b/docs/antora.yml index d197f6956..d4bdc5f97 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -2,7 +2,6 @@ name: cerbos title: Cerbos version: "0.31.0" -prerelease: -prerelease nav: - modules/ROOT/nav.adoc - modules/api/nav.adoc diff --git a/hack/notice/overrides/overrides.json b/hack/notice/overrides/overrides.json index 3dcc16e62..4b321f668 100644 --- a/hack/notice/overrides/overrides.json +++ b/hack/notice/overrides/overrides.json @@ -1,5 +1,9 @@ {"name": "github.com/acomagu/bufpipe", "licenceTextOverrideFile": "licences/github.com/acomagu/bufpipe/LICENSE"} +{"name": "github.com/ajstarks/svgo", "licenceType": "CC-BY-4.0"} +{"name": "github.com/alibabacloud-go/cr-20160607", "licenceType": "Apache-2.0"} +{"name": "github.com/alibabacloud-go/tea-xml", "licenceType": "Apache-2.0"} {"name": "github.com/bmizerany/assert", "licenceType": "UNKNOWN"} +{"name": "github.com/caarlos0/sshmarshal", "licenceType": "Public Domain"} {"name": "github.com/cerbos/cloud-api", "licenceType": "Apache-2.0"} {"name": "github.com/chzyer/logex", "licenceTextOverrideFile": "licences/github.com/chzyer/logex/LICENSE"} {"name": "github.com/dnaeon/go-vcr", "licenceType": "BSD-2-Clause"} diff --git a/hack/notice/rules.json b/hack/notice/rules.json index fc8649388..2e43d9946 100644 --- a/hack/notice/rules.json +++ b/hack/notice/rules.json @@ -5,6 +5,7 @@ "BSD-2-Clause-FreeBSD", "BSD-3-Clause", "CC0-1.0", + "CC-BY-4.0", "ISC", "MIT", "MPL-2.0",