From 8fecf1b831bf619e974be3bcd39822ec220b9699 Mon Sep 17 00:00:00 2001 From: MatteoPologruto Date: Thu, 19 Dec 2024 10:43:06 +0100 Subject: [PATCH 01/65] Add back link to macOS ARM release --- docs/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 6af2a78a5..544fc9ad9 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -47,7 +47,7 @@ your `PATH` environment variable. | Linux ARM | [32 bit][linuxarm32] | [64 bit][linuxarm64] | | Windows | [32 bit][windows32] | [64 bit][windows64] | | macOS | | [64 bit][macos64] | -| macOS ARM | | | +| macOS ARM | | [64 bit][macosarm64] | [linux64]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Linux_64bit.tar.gz [linux32]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Linux_32bit.tar.gz @@ -56,6 +56,7 @@ your `PATH` environment variable. [windows64]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Windows_64bit.zip [windows32]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_Windows_32bit.zip [macos64]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_macOS_64bit.tar.gz +[macosarm64]: https://downloads.arduino.cc/arduino-lint/arduino-lint_latest_macOS_ARM64.tar.gz ### Previous versions From e8308339561695bb1987ecfaa276408f8a7b8567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 05:21:21 +0000 Subject: [PATCH 02/65] Bump gitpython from 3.1.43 to 3.1.44 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.43 to 3.1.44. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.43...3.1.44) --- updated-dependencies: - dependency-name: gitpython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index e226862ed..42096ab9a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "babel" @@ -187,20 +187,20 @@ smmap = ">=3.0.1,<4" [[package]] name = "gitpython" -version = "3.1.43" +version = "3.1.44" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.43-py3-none-any.whl", hash = "sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff"}, - {file = "GitPython-3.1.43.tar.gz", hash = "sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c"}, + {file = "GitPython-3.1.44-py3-none-any.whl", hash = "sha256:9e0e10cda9bed1ee64bc9a6de50e7e38a9c9943241cd7f585f6df3ed28011110"}, + {file = "gitpython-3.1.44.tar.gz", hash = "sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269"}, ] [package.dependencies] gitdb = ">=4.0.1,<5" [package.extras] -doc = ["sphinx (==4.3.2)", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "sphinxcontrib-applehelp (>=1.0.2,<=1.0.4)", "sphinxcontrib-devhelp (==1.0.2)", "sphinxcontrib-htmlhelp (>=2.0.0,<=2.0.1)", "sphinxcontrib-qthelp (==1.0.3)", "sphinxcontrib-serializinghtml (==1.1.5)"] +doc = ["sphinx (>=7.1.2,<7.2)", "sphinx-autodoc-typehints", "sphinx_rtd_theme"] test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "typing-extensions"] [[package]] @@ -1008,4 +1008,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "776d10890506b71486a2975858bd3dd112263c4bae9d84e3c34baba6282b2db6" +content-hash = "29006f099a33352a4fd43e86b676b1893b13d3cbf32e9c72722fd3ec2619d86b" diff --git a/pyproject.toml b/pyproject.toml index ef4dd92fa..900ee3006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ python-dateutil = "^2.9.0" semver = "^3.0.2" # Documentation generation dependencies. -gitpython = "^3.1.43" +gitpython = "^3.1.44" mdx_truly_sane_lists = "^1.3" mike = "^2.1.3" mkdocs = "^1.5.3" From ed957feb75940ee79fc2c60017c06c03cc7e4098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 18:29:36 +0000 Subject: [PATCH 03/65] Bump jinja2 from 3.1.4 to 3.1.5 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 42096ab9a..4aa40af29 100644 --- a/poetry.lock +++ b/poetry.lock @@ -275,13 +275,13 @@ files = [ [[package]] name = "jinja2" -version = "3.1.4" +version = "3.1.5" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, - {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, + {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, + {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"}, ] [package.dependencies] From ee0064d22c7473302b7732ba1872be9e3a252658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:56:17 +0000 Subject: [PATCH 04/65] Bump semver from 3.0.2 to 3.0.3 Bumps [semver](https://github.com/python-semver/python-semver) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/python-semver/python-semver/releases) - [Changelog](https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-semver/python-semver/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4aa40af29..9c53bf5a9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -874,13 +874,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "semver" -version = "3.0.2" +version = "3.0.3" description = "Python helper for Semantic Versioning (https://semver.org)" optional = false python-versions = ">=3.7" files = [ - {file = "semver-3.0.2-py3-none-any.whl", hash = "sha256:b1ea4686fe70b981f85359eda33199d60c53964284e0cfb4977d243e37cf4bf4"}, - {file = "semver-3.0.2.tar.gz", hash = "sha256:6253adb39c70f6e51afed2fa7152bcd414c411286088fb4b9effb133885ab4cc"}, + {file = "semver-3.0.3-py3-none-any.whl", hash = "sha256:4bf5e5a52f98cd8377cfb99088eb743722f3d47cefc8a37e503c1e5806846b17"}, + {file = "semver-3.0.3.tar.gz", hash = "sha256:8769a03a93507fecdf19b6eefb08d5e95b462504871a61e29e09798822888c94"}, ] [[package]] @@ -1008,4 +1008,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "29006f099a33352a4fd43e86b676b1893b13d3cbf32e9c72722fd3ec2619d86b" +content-hash = "7ccf5da5f30c3769d41f5ffc5581f2e1c2a38aadf52e54b491eb60914587826b" diff --git a/pyproject.toml b/pyproject.toml index 900ee3006..7b97d0a3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "~3.9" invoke = "^2.2.0" pytest = "^8.3.4" python-dateutil = "^2.9.0" -semver = "^3.0.2" +semver = "^3.0.3" # Documentation generation dependencies. gitpython = "^3.1.44" From 09d826ced02e859b62b9e2add20ab9adcb41a809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:22:36 +0000 Subject: [PATCH 05/65] Bump undici from 6.20.1 to 6.21.1 Bumps [undici](https://github.com/nodejs/undici) from 6.20.1 to 6.21.1. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v6.20.1...v6.21.1) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5969cc49..8c711df18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2662,10 +2662,11 @@ "dev": true }, "node_modules/undici": { - "version": "6.20.1", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.20.1.tgz", - "integrity": "sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==", + "version": "6.21.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz", + "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=18.17" } From eded57491853468e0da03dc027c81ff7b515d849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:23:13 +0000 Subject: [PATCH 06/65] Bump semver from 3.0.3 to 3.0.4 Bumps [semver](https://github.com/python-semver/python-semver) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/python-semver/python-semver/releases) - [Changelog](https://github.com/python-semver/python-semver/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-semver/python-semver/compare/3.0.3...3.0.4) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9c53bf5a9..45359522a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -874,13 +874,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "semver" -version = "3.0.3" +version = "3.0.4" description = "Python helper for Semantic Versioning (https://semver.org)" optional = false python-versions = ">=3.7" files = [ - {file = "semver-3.0.3-py3-none-any.whl", hash = "sha256:4bf5e5a52f98cd8377cfb99088eb743722f3d47cefc8a37e503c1e5806846b17"}, - {file = "semver-3.0.3.tar.gz", hash = "sha256:8769a03a93507fecdf19b6eefb08d5e95b462504871a61e29e09798822888c94"}, + {file = "semver-3.0.4-py3-none-any.whl", hash = "sha256:9c824d87ba7f7ab4a1890799cec8596f15c1241cb473404ea1cb0c55e4b04746"}, + {file = "semver-3.0.4.tar.gz", hash = "sha256:afc7d8c584a5ed0a11033af086e8af226a9c0b206f313e0301f8dd7b6b589602"}, ] [[package]] @@ -1008,4 +1008,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "7ccf5da5f30c3769d41f5ffc5581f2e1c2a38aadf52e54b491eb60914587826b" +content-hash = "a1418251ba5068863c4298a378aa97f9cfa7683c138969ff52333c07acaa0100" diff --git a/pyproject.toml b/pyproject.toml index 7b97d0a3d..1304392a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ python = "~3.9" invoke = "^2.2.0" pytest = "^8.3.4" python-dateutil = "^2.9.0" -semver = "^3.0.3" +semver = "^3.0.4" # Documentation generation dependencies. gitpython = "^3.1.44" From 84e02ffdf6c31efbd0e7b394be8b004060cd42e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:47:09 +0000 Subject: [PATCH 07/65] Bump markdownlint-cli from 0.43.0 to 0.44.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.43.0 to 0.44.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.43.0...v0.44.0) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 922 ++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 856 insertions(+), 68 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c711df18..a02d5d0bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "ajv-formats": "3.0.1", "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", - "markdownlint-cli": "0.43.0", + "markdownlint-cli": "0.44.0", "prettier": "3.4.2" }, "engines": { @@ -28,6 +28,7 @@ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", @@ -40,6 +41,17 @@ "node": ">=12" } }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, "node_modules/@sindresorhus/is": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz", @@ -73,6 +85,16 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/debug": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/ms": "*" + } + }, "node_modules/@types/http-cache-semantics": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz", @@ -80,6 +102,27 @@ "dev": true, "license": "MIT" }, + "node_modules/@types/katex": { + "version": "0.16.7", + "resolved": "https://registry.npmjs.org/@types/katex/-/katex-0.16.7.tgz", + "integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/ms": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", + "integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/unist": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.11.tgz", + "integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==", + "dev": true, + "license": "MIT" + }, "node_modules/agent-base": { "version": "7.1.1", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", @@ -237,6 +280,7 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -249,6 +293,7 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -371,6 +416,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } @@ -424,6 +470,39 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, + "node_modules/character-entities": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-2.0.2.tgz", + "integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==", + "dev": true, + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-entities-legacy": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-3.0.0.tgz", + "integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==", + "dev": true, + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/character-reference-invalid": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-2.0.1.tgz", + "integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==", + "dev": true, + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/cheerio": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0.tgz", @@ -521,10 +600,11 @@ "license": "MIT" }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -603,6 +683,20 @@ } } }, + "node_modules/decode-named-character-reference": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/decode-named-character-reference/-/decode-named-character-reference-1.0.2.tgz", + "integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "character-entities": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/decompress-response": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", @@ -677,6 +771,30 @@ "node": ">=0.4.0" } }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/devlop": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/devlop/-/devlop-1.1.0.tgz", + "integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==", + "dev": true, + "license": "MIT", + "dependencies": { + "dequal": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/dom-serializer": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", @@ -736,7 +854,8 @@ "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/ecc-jsbn": { "version": "0.1.2", @@ -760,7 +879,8 @@ "version": "9.2.2", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/encoding-sniffer": { "version": "0.2.0", @@ -906,6 +1026,7 @@ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", "dev": true, + "license": "ISC", "dependencies": { "cross-spawn": "^7.0.0", "signal-exit": "^4.0.1" @@ -1121,24 +1242,22 @@ "license": "BSD-3-Clause" }, "node_modules/glob": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz", - "integrity": "sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, + "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^4.0.1", - "minimatch": "^10.0.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", - "path-scurry": "^2.0.0" + "path-scurry": "^1.11.1" }, "bin": { "glob": "dist/esm/bin.mjs" }, - "engines": { - "node": "20 || >=22" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -1355,10 +1474,11 @@ } }, "node_modules/ignore": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz", - "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==", + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz", + "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } @@ -1429,15 +1549,64 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/is-alphabetical": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", + "integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==", + "dev": true, + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/is-alphanumerical": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-2.0.1.tgz", + "integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-alphabetical": "^2.0.0", + "is-decimal": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/is-decimal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-2.0.1.tgz", + "integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==", + "dev": true, + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/is-hexadecimal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-2.0.1.tgz", + "integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==", + "dev": true, + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, "node_modules/is-relative-url": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/is-relative-url/-/is-relative-url-4.0.0.tgz", @@ -1478,7 +1647,8 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/isstream": { "version": "0.1.2", @@ -1488,18 +1658,19 @@ "license": "MIT" }, "node_modules/jackspeak": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.2.tgz", - "integrity": "sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/cliui": "^8.0.2" }, - "engines": { - "node": "20 || >=22" - }, "funding": { "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" } }, "node_modules/js-yaml": { @@ -1617,6 +1788,33 @@ "node": ">=0.6.0" } }, + "node_modules/katex": { + "version": "0.16.21", + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz", + "integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==", + "dev": true, + "funding": [ + "https://opencollective.com/katex", + "https://github.com/sponsors/katex" + ], + "license": "MIT", + "dependencies": { + "commander": "^8.3.0" + }, + "bin": { + "katex": "cli.js" + } + }, + "node_modules/katex/node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 12" + } + }, "node_modules/keyv": { "version": "4.5.4", "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", @@ -1646,6 +1844,7 @@ "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz", "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==", "dev": true, + "license": "MIT", "dependencies": { "uc.micro": "^2.0.0" } @@ -1671,19 +1870,18 @@ } }, "node_modules/lru-cache": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.1.tgz", - "integrity": "sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "dev": true, - "engines": { - "node": "20 || >=22" - } + "license": "ISC" }, "node_modules/markdown-it": { "version": "14.1.0", "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz", "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1", "entities": "^4.4.0", @@ -1727,13 +1925,21 @@ } }, "node_modules/markdownlint": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.36.1.tgz", - "integrity": "sha512-s73fU2CQN7WCgjhaQUQ8wYESQNzGRNOKDd+3xgVqu8kuTEhmwepd/mxOv1LR2oV046ONrTLBFsM7IoKWNvmy5g==", + "version": "0.37.4", + "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.37.4.tgz", + "integrity": "sha512-u00joA/syf3VhWh6/ybVFkib5Zpj2e5KB/cfCei8fkSRuums6nyisTWGqjTWIOFoFwuXoTBQQiqlB4qFKp8ncQ==", "dev": true, + "license": "MIT", "dependencies": { "markdown-it": "14.1.0", - "markdownlint-micromark": "0.1.12" + "micromark": "4.0.1", + "micromark-core-commonmark": "2.0.2", + "micromark-extension-directive": "3.0.2", + "micromark-extension-gfm-autolink-literal": "2.1.0", + "micromark-extension-gfm-footnote": "2.1.0", + "micromark-extension-gfm-table": "2.1.0", + "micromark-extension-math": "3.1.0", + "micromark-util-types": "2.0.1" }, "engines": { "node": ">=18" @@ -1743,19 +1949,20 @@ } }, "node_modules/markdownlint-cli": { - "version": "0.43.0", - "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.43.0.tgz", - "integrity": "sha512-6vwurKK4B21eyYzwgX6ph13cZS7hE6LZfcS8QyD722CyxVD2RtAvbZK2p7k+FZbbKORulEuwl+hJaEq1l6/hoQ==", + "version": "0.44.0", + "resolved": "https://registry.npmjs.org/markdownlint-cli/-/markdownlint-cli-0.44.0.tgz", + "integrity": "sha512-ZJTAONlvF9NkrIBltCdW15DxN9UTbPiKMEqAh2EU2gwIFlrCMavyCEPPO121cqfYOrLUJWW8/XKWongstmmTeQ==", "dev": true, + "license": "MIT", "dependencies": { - "commander": "~12.1.0", - "glob": "~11.0.0", - "ignore": "~6.0.2", - "js-yaml": "^4.1.0", + "commander": "~13.1.0", + "glob": "~10.4.5", + "ignore": "~7.0.3", + "js-yaml": "~4.1.0", "jsonc-parser": "~3.3.1", - "jsonpointer": "5.0.1", - "markdownlint": "~0.36.1", - "minimatch": "~10.0.1", + "jsonpointer": "~5.0.1", + "markdownlint": "~0.37.4", + "minimatch": "~9.0.5", "run-con": "~1.3.2", "smol-toml": "~1.3.1" }, @@ -1766,16 +1973,14 @@ "node": ">=18" } }, - "node_modules/markdownlint-micromark": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/markdownlint-micromark/-/markdownlint-micromark-0.1.12.tgz", - "integrity": "sha512-RlB6EwMGgc0sxcIhOQ2+aq7Zw1V2fBnzbXKGgYK/mVWdT7cz34fteKSwfYeo4rL6+L/q2tyC9QtD/PgZbkdyJQ==", + "node_modules/markdownlint-cli/node_modules/commander": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", + "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/DavidAnson" } }, "node_modules/marked": { @@ -1794,7 +1999,544 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz", "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==", - "dev": true + "dev": true, + "license": "MIT" + }, + "node_modules/micromark": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/micromark/-/micromark-4.0.1.tgz", + "integrity": "sha512-eBPdkcoCNvYcxQOAKAlceo5SNdzZWfF+FcSupREAzdAh9rRmE239CEQAiTwIgblwnoM8zzj35sZ5ZwvSEOF6Kw==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "@types/debug": "^4.0.0", + "debug": "^4.0.0", + "decode-named-character-reference": "^1.0.0", + "devlop": "^1.0.0", + "micromark-core-commonmark": "^2.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-chunked": "^2.0.0", + "micromark-util-combine-extensions": "^2.0.0", + "micromark-util-decode-numeric-character-reference": "^2.0.0", + "micromark-util-encode": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-resolve-all": "^2.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "micromark-util-subtokenize": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-core-commonmark": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/micromark-core-commonmark/-/micromark-core-commonmark-2.0.2.tgz", + "integrity": "sha512-FKjQKbxd1cibWMM1P9N+H8TwlgGgSkWZMmfuVucLCHaYqeSvJ0hFeHsIa65pA2nYbes0f8LDHPMrd9X7Ujxg9w==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "decode-named-character-reference": "^1.0.0", + "devlop": "^1.0.0", + "micromark-factory-destination": "^2.0.0", + "micromark-factory-label": "^2.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-factory-title": "^2.0.0", + "micromark-factory-whitespace": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-chunked": "^2.0.0", + "micromark-util-classify-character": "^2.0.0", + "micromark-util-html-tag-name": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-resolve-all": "^2.0.0", + "micromark-util-subtokenize": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-extension-directive": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/micromark-extension-directive/-/micromark-extension-directive-3.0.2.tgz", + "integrity": "sha512-wjcXHgk+PPdmvR58Le9d7zQYWy+vKEU9Se44p2CrCDPiLr2FMyiT4Fyb5UFKFC66wGB3kPlgD7q3TnoqPS7SZA==", + "dev": true, + "license": "MIT", + "dependencies": { + "devlop": "^1.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-factory-whitespace": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0", + "parse-entities": "^4.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-gfm-autolink-literal": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-autolink-literal/-/micromark-extension-gfm-autolink-literal-2.1.0.tgz", + "integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==", + "dev": true, + "license": "MIT", + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-gfm-footnote": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-footnote/-/micromark-extension-gfm-footnote-2.1.0.tgz", + "integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==", + "dev": true, + "license": "MIT", + "dependencies": { + "devlop": "^1.0.0", + "micromark-core-commonmark": "^2.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-normalize-identifier": "^2.0.0", + "micromark-util-sanitize-uri": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-gfm-table": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/micromark-extension-gfm-table/-/micromark-extension-gfm-table-2.1.0.tgz", + "integrity": "sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==", + "dev": true, + "license": "MIT", + "dependencies": { + "devlop": "^1.0.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-extension-math": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/micromark-extension-math/-/micromark-extension-math-3.1.0.tgz", + "integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/katex": "^0.16.0", + "devlop": "^1.0.0", + "katex": "^0.16.0", + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/unified" + } + }, + "node_modules/micromark-factory-destination": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-factory-destination/-/micromark-factory-destination-2.0.1.tgz", + "integrity": "sha512-Xe6rDdJlkmbFRExpTOmRj9N3MaWmbAgdpSrBQvCFqhezUn4AHqJHbaEnfbVYYiexVSs//tqOdY/DxhjdCiJnIA==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-factory-label": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-factory-label/-/micromark-factory-label-2.0.1.tgz", + "integrity": "sha512-VFMekyQExqIW7xIChcXn4ok29YE3rnuyveW3wZQWWqF4Nv9Wk5rgJ99KzPvHjkmPXF93FXIbBp6YdW3t71/7Vg==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "devlop": "^1.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-factory-space": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-factory-space/-/micromark-factory-space-2.0.1.tgz", + "integrity": "sha512-zRkxjtBxxLd2Sc0d+fbnEunsTj46SWXgXciZmHq0kDYGnck/ZSGj9/wULTV95uoeYiK5hRXP2mJ98Uo4cq/LQg==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-factory-title": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-factory-title/-/micromark-factory-title-2.0.1.tgz", + "integrity": "sha512-5bZ+3CjhAd9eChYTHsjy6TGxpOFSKgKKJPJxr293jTbfry2KDoWkhBb6TcPVB4NmzaPhMs1Frm9AZH7OD4Cjzw==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-factory-whitespace": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-factory-whitespace/-/micromark-factory-whitespace-2.0.1.tgz", + "integrity": "sha512-Ob0nuZ3PKt/n0hORHyvoD9uZhr+Za8sFoP+OnMcnWK5lngSzALgQYKMr9RJVOWLqQYuyn6ulqGWSXdwf6F80lQ==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-factory-space": "^2.0.0", + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-util-character": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", + "integrity": "sha512-wv8tdUTJ3thSFFFJKtpYKOYiGP2+v96Hvk4Tu8KpCAsTMs6yi+nVmGh1syvSCsaxz45J6Jbw+9DD6g97+NV67Q==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-util-chunked": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-chunked/-/micromark-util-chunked-2.0.1.tgz", + "integrity": "sha512-QUNFEOPELfmvv+4xiNg2sRYeS/P84pTW0TCgP5zc9FpXetHY0ab7SxKyAQCNCc1eK0459uoLI1y5oO5Vc1dbhA==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-symbol": "^2.0.0" + } + }, + "node_modules/micromark-util-classify-character": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-classify-character/-/micromark-util-classify-character-2.0.1.tgz", + "integrity": "sha512-K0kHzM6afW/MbeWYWLjoHQv1sgg2Q9EccHEDzSkxiP/EaagNzCm7T/WMKZ3rjMbvIpvBiZgwR3dKMygtA4mG1Q==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-util-combine-extensions": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-combine-extensions/-/micromark-util-combine-extensions-2.0.1.tgz", + "integrity": "sha512-OnAnH8Ujmy59JcyZw8JSbK9cGpdVY44NKgSM7E9Eh7DiLS2E9RNQf0dONaGDzEG9yjEl5hcqeIsj4hfRkLH/Bg==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-chunked": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-util-decode-numeric-character-reference": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/micromark-util-decode-numeric-character-reference/-/micromark-util-decode-numeric-character-reference-2.0.2.tgz", + "integrity": "sha512-ccUbYk6CwVdkmCQMyr64dXz42EfHGkPQlBj5p7YVGzq8I7CtjXZJrubAYezf7Rp+bjPseiROqe7G6foFd+lEuw==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-symbol": "^2.0.0" + } + }, + "node_modules/micromark-util-encode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-encode/-/micromark-util-encode-2.0.1.tgz", + "integrity": "sha512-c3cVx2y4KqUnwopcO9b/SCdo2O67LwJJ/UyqGfbigahfegL9myoEFoDYZgkT7f36T0bLrM9hZTAaAyH+PCAXjw==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" + }, + "node_modules/micromark-util-html-tag-name": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-html-tag-name/-/micromark-util-html-tag-name-2.0.1.tgz", + "integrity": "sha512-2cNEiYDhCWKI+Gs9T0Tiysk136SnR13hhO8yW6BGNyhOC4qYFnwF1nKfD3HFAIXA5c45RrIG1ub11GiXeYd1xA==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" + }, + "node_modules/micromark-util-normalize-identifier": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-normalize-identifier/-/micromark-util-normalize-identifier-2.0.1.tgz", + "integrity": "sha512-sxPqmo70LyARJs0w2UclACPUUEqltCkJ6PhKdMIDuJ3gSf/Q+/GIe3WKl0Ijb/GyH9lOpUkRAO2wp0GVkLvS9Q==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-symbol": "^2.0.0" + } + }, + "node_modules/micromark-util-resolve-all": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-resolve-all/-/micromark-util-resolve-all-2.0.1.tgz", + "integrity": "sha512-VdQyxFWFT2/FGJgwQnJYbe1jjQoNTS4RjglmSjTUlpUMa95Htx9NHeYW4rGDJzbjvCsl9eLjMQwGeElsqmzcHg==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-util-sanitize-uri": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-sanitize-uri/-/micromark-util-sanitize-uri-2.0.1.tgz", + "integrity": "sha512-9N9IomZ/YuGGZZmQec1MbgxtlgougxTodVwDzzEouPKo3qFWvymFHWcnDi2vzV1ff6kas9ucW+o3yzJK9YB1AQ==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "micromark-util-character": "^2.0.0", + "micromark-util-encode": "^2.0.0", + "micromark-util-symbol": "^2.0.0" + } + }, + "node_modules/micromark-util-subtokenize": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/micromark-util-subtokenize/-/micromark-util-subtokenize-2.0.4.tgz", + "integrity": "sha512-N6hXjrin2GTJDe3MVjf5FuXpm12PGm80BrUAeub9XFXca8JZbP+oIwY4LJSVwFUCL1IPm/WwSVUN7goFHmSGGQ==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT", + "dependencies": { + "devlop": "^1.0.0", + "micromark-util-chunked": "^2.0.0", + "micromark-util-symbol": "^2.0.0", + "micromark-util-types": "^2.0.0" + } + }, + "node_modules/micromark-util-symbol": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-symbol/-/micromark-util-symbol-2.0.1.tgz", + "integrity": "sha512-vs5t8Apaud9N28kgCrRUdEed4UJ+wWNvicHLPxCa9ENlYuAY31M0ETy5y1vA33YoNPDFTghEbnh6efaE8h4x0Q==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" + }, + "node_modules/micromark-util-types": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/micromark-util-types/-/micromark-util-types-2.0.1.tgz", + "integrity": "sha512-534m2WhVTddrcKVepwmVEVnUAmtrx9bfIjNoQHRqfnvdaHQiFytEhJoTgpWJvDEXCO5gLTQh3wYC1PgOJA4NSQ==", + "dev": true, + "funding": [ + { + "type": "GitHub Sponsors", + "url": "https://github.com/sponsors/unifiedjs" + }, + { + "type": "OpenCollective", + "url": "https://opencollective.com/unified" + } + ], + "license": "MIT" }, "node_modules/mime-db": { "version": "1.52.0", @@ -1833,15 +2575,16 @@ } }, "node_modules/minimatch": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", - "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": "20 || >=22" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -1862,6 +2605,7 @@ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, + "license": "ISC", "engines": { "node": ">=16 || 14 >=14.17" } @@ -2023,7 +2767,28 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", - "dev": true + "dev": true, + "license": "BlueOak-1.0.0" + }, + "node_modules/parse-entities": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-4.0.2.tgz", + "integrity": "sha512-GG2AQYWoLgL877gQIKeRPGO1xF9+eG1ujIb5soS5gPvLQ1y2o8FL90w2QWNdf9I361Mpp7726c+lj3U0qK1uGw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/unist": "^2.0.0", + "character-entities-legacy": "^3.0.0", + "character-reference-invalid": "^2.0.0", + "decode-named-character-reference": "^1.0.0", + "is-alphanumerical": "^2.0.0", + "is-decimal": "^2.0.0", + "is-hexadecimal": "^2.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } }, "node_modules/parse5": { "version": "7.2.0", @@ -2077,21 +2842,23 @@ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/path-scurry": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz", - "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { - "lru-cache": "^11.0.0", - "minipass": "^7.1.2" + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { - "node": "20 || >=22" + "node": ">=16 || 14 >=14.18" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -2188,6 +2955,7 @@ "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -2360,6 +3128,7 @@ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, + "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -2372,6 +3141,7 @@ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -2381,6 +3151,7 @@ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, + "license": "ISC", "engines": { "node": ">=14" }, @@ -2497,6 +3268,7 @@ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, + "license": "MIT", "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", @@ -2515,6 +3287,7 @@ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -2529,6 +3302,7 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -2537,13 +3311,15 @@ "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/string-width-cjs/node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -2556,6 +3332,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, @@ -2572,6 +3349,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -2584,6 +3362,7 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -2659,7 +3438,8 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz", "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/undici": { "version": "6.21.1", @@ -2743,6 +3523,7 @@ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -2758,6 +3539,7 @@ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", @@ -2776,6 +3558,7 @@ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -2793,6 +3576,7 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -2802,6 +3586,7 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -2816,13 +3601,15 @@ "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/wrap-ansi-cjs/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -2837,6 +3624,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, diff --git a/package.json b/package.json index 161455ef7..8cefc380e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "ajv-formats": "3.0.1", "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", - "markdownlint-cli": "0.43.0", + "markdownlint-cli": "0.44.0", "prettier": "3.4.2" }, "engines": { From 4000f3767d11003bbdd86ae0e3e151039628b961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 05:32:35 +0000 Subject: [PATCH 08/65] Bump codespell from 2.3.0 to 2.4.0 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 45359522a..03e4fd63d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -98,13 +98,13 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "codespell" -version = "2.3.0" -description = "Codespell" +version = "2.4.0" +description = "Fix common misspellings in text files" optional = false python-versions = ">=3.8" files = [ - {file = "codespell-2.3.0-py3-none-any.whl", hash = "sha256:a9c7cef2501c9cfede2110fd6d4e5e62296920efe9abfb84648df866e47f58d1"}, - {file = "codespell-2.3.0.tar.gz", hash = "sha256:360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f"}, + {file = "codespell-2.4.0-py3-none-any.whl", hash = "sha256:b4c5b779f747dd481587aeecb5773301183f52b94b96ed51a28126d0482eec1d"}, + {file = "codespell-2.4.0.tar.gz", hash = "sha256:587d45b14707fb8ce51339ba4cce50ae0e98ce228ef61f3c5e160e34f681be58"}, ] [package.extras] @@ -1008,4 +1008,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "a1418251ba5068863c4298a378aa97f9cfa7683c138969ff52333c07acaa0100" +content-hash = "1099f4b23b10d414c66be6541c169b444730f4f8c703ddfbdec0308400fe947d" diff --git a/pyproject.toml b/pyproject.toml index 1304392a2..85706ba7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ mkdocs-material = "^9.5.18" [tool.poetry.dev-dependencies] black = "^24.10" -codespell = "^2.3.0" +codespell = "^2.4.0" flake8 = "^7.1.1" pep8-naming = "^0.14.1" From a9b63295f5607d9e64a2d46a8d9ab6902478633d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 05:51:15 +0000 Subject: [PATCH 09/65] Bump black from 24.10.0 to 25.1.0 Bumps [black](https://github.com/psf/black) from 24.10.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.10.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 48 ++++++++++++++++++++++++------------------------ pyproject.toml | 2 +- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/poetry.lock b/poetry.lock index 03e4fd63d..c0c8b1dc2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -13,33 +13,33 @@ files = [ [[package]] name = "black" -version = "24.10.0" +version = "25.1.0" description = "The uncompromising code formatter." optional = false python-versions = ">=3.9" files = [ - {file = "black-24.10.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e6668650ea4b685440857138e5fe40cde4d652633b1bdffc62933d0db4ed9812"}, - {file = "black-24.10.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1c536fcf674217e87b8cc3657b81809d3c085d7bf3ef262ead700da345bfa6ea"}, - {file = "black-24.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:649fff99a20bd06c6f727d2a27f401331dc0cc861fb69cde910fe95b01b5928f"}, - {file = "black-24.10.0-cp310-cp310-win_amd64.whl", hash = "sha256:fe4d6476887de70546212c99ac9bd803d90b42fc4767f058a0baa895013fbb3e"}, - {file = "black-24.10.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5a2221696a8224e335c28816a9d331a6c2ae15a2ee34ec857dcf3e45dbfa99ad"}, - {file = "black-24.10.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f9da3333530dbcecc1be13e69c250ed8dfa67f43c4005fb537bb426e19200d50"}, - {file = "black-24.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4007b1393d902b48b36958a216c20c4482f601569d19ed1df294a496eb366392"}, - {file = "black-24.10.0-cp311-cp311-win_amd64.whl", hash = "sha256:394d4ddc64782e51153eadcaaca95144ac4c35e27ef9b0a42e121ae7e57a9175"}, - {file = "black-24.10.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b5e39e0fae001df40f95bd8cc36b9165c5e2ea88900167bddf258bacef9bbdc3"}, - {file = "black-24.10.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:d37d422772111794b26757c5b55a3eade028aa3fde43121ab7b673d050949d65"}, - {file = "black-24.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:14b3502784f09ce2443830e3133dacf2c0110d45191ed470ecb04d0f5f6fcb0f"}, - {file = "black-24.10.0-cp312-cp312-win_amd64.whl", hash = "sha256:30d2c30dc5139211dda799758559d1b049f7f14c580c409d6ad925b74a4208a8"}, - {file = "black-24.10.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:1cbacacb19e922a1d75ef2b6ccaefcd6e93a2c05ede32f06a21386a04cedb981"}, - {file = "black-24.10.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:1f93102e0c5bb3907451063e08b9876dbeac810e7da5a8bfb7aeb5a9ef89066b"}, - {file = "black-24.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ddacb691cdcdf77b96f549cf9591701d8db36b2f19519373d60d31746068dbf2"}, - {file = "black-24.10.0-cp313-cp313-win_amd64.whl", hash = "sha256:680359d932801c76d2e9c9068d05c6b107f2584b2a5b88831c83962eb9984c1b"}, - {file = "black-24.10.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:17374989640fbca88b6a448129cd1745c5eb8d9547b464f281b251dd00155ccd"}, - {file = "black-24.10.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:63f626344343083322233f175aaf372d326de8436f5928c042639a4afbbf1d3f"}, - {file = "black-24.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ccfa1d0cb6200857f1923b602f978386a3a2758a65b52e0950299ea014be6800"}, - {file = "black-24.10.0-cp39-cp39-win_amd64.whl", hash = "sha256:2cd9c95431d94adc56600710f8813ee27eea544dd118d45896bb734e9d7a0dc7"}, - {file = "black-24.10.0-py3-none-any.whl", hash = "sha256:3bb2b7a1f7b685f85b11fed1ef10f8a9148bceb49853e47a294a3dd963c1dd7d"}, - {file = "black-24.10.0.tar.gz", hash = "sha256:846ea64c97afe3bc677b761787993be4991810ecc7a4a937816dd6bddedc4875"}, + {file = "black-25.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:759e7ec1e050a15f89b770cefbf91ebee8917aac5c20483bc2d80a6c3a04df32"}, + {file = "black-25.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0e519ecf93120f34243e6b0054db49c00a35f84f195d5bce7e9f5cfc578fc2da"}, + {file = "black-25.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:055e59b198df7ac0b7efca5ad7ff2516bca343276c466be72eb04a3bcc1f82d7"}, + {file = "black-25.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:db8ea9917d6f8fc62abd90d944920d95e73c83a5ee3383493e35d271aca872e9"}, + {file = "black-25.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a39337598244de4bae26475f77dda852ea00a93bd4c728e09eacd827ec929df0"}, + {file = "black-25.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:96c1c7cd856bba8e20094e36e0f948718dc688dba4a9d78c3adde52b9e6c2299"}, + {file = "black-25.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bce2e264d59c91e52d8000d507eb20a9aca4a778731a08cfff7e5ac4a4bb7096"}, + {file = "black-25.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:172b1dbff09f86ce6f4eb8edf9dede08b1fce58ba194c87d7a4f1a5aa2f5b3c2"}, + {file = "black-25.1.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:4b60580e829091e6f9238c848ea6750efed72140b91b048770b64e74fe04908b"}, + {file = "black-25.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1e2978f6df243b155ef5fa7e558a43037c3079093ed5d10fd84c43900f2d8ecc"}, + {file = "black-25.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:3b48735872ec535027d979e8dcb20bf4f70b5ac75a8ea99f127c106a7d7aba9f"}, + {file = "black-25.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:ea0213189960bda9cf99be5b8c8ce66bb054af5e9e861249cd23471bd7b0b3ba"}, + {file = "black-25.1.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:8f0b18a02996a836cc9c9c78e5babec10930862827b1b724ddfe98ccf2f2fe4f"}, + {file = "black-25.1.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:afebb7098bfbc70037a053b91ae8437c3857482d3a690fefc03e9ff7aa9a5fd3"}, + {file = "black-25.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:030b9759066a4ee5e5aca28c3c77f9c64789cdd4de8ac1df642c40b708be6171"}, + {file = "black-25.1.0-cp313-cp313-win_amd64.whl", hash = "sha256:a22f402b410566e2d1c950708c77ebf5ebd5d0d88a6a2e87c86d9fb48afa0d18"}, + {file = "black-25.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a1ee0a0c330f7b5130ce0caed9936a904793576ef4d2b98c40835d6a65afa6a0"}, + {file = "black-25.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f3df5f1bf91d36002b0a75389ca8663510cf0531cca8aa5c1ef695b46d98655f"}, + {file = "black-25.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d9e6827d563a2c820772b32ce8a42828dc6790f095f441beef18f96aa6f8294e"}, + {file = "black-25.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:bacabb307dca5ebaf9c118d2d2f6903da0d62c9faa82bd21a33eecc319559355"}, + {file = "black-25.1.0-py3-none-any.whl", hash = "sha256:95e8176dae143ba9097f351d174fdaf0ccd29efb414b362ae3fd72bf0f710717"}, + {file = "black-25.1.0.tar.gz", hash = "sha256:33496d5cd1222ad73391352b4ae8da15253c5de89b93a80b3e2c8d9a19ec2666"}, ] [package.dependencies] @@ -1008,4 +1008,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "1099f4b23b10d414c66be6541c169b444730f4f8c703ddfbdec0308400fe947d" +content-hash = "aa25f5d2854f26a3222a3a932ad469713bebc04088c8c6c73dc66ed98aa16557" diff --git a/pyproject.toml b/pyproject.toml index 85706ba7f..a71eb42cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ mkdocs = "^1.5.3" mkdocs-material = "^9.5.18" [tool.poetry.dev-dependencies] -black = "^24.10" +black = "^25.1" codespell = "^2.4.0" flake8 = "^7.1.1" pep8-naming = "^0.14.1" From 917a2ad78917ea695db1c1be853bac86e63b7249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 08:52:43 +0000 Subject: [PATCH 10/65] Bump codespell from 2.4.0 to 2.4.1 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c0c8b1dc2..a50f4257a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -98,13 +98,13 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "codespell" -version = "2.4.0" +version = "2.4.1" description = "Fix common misspellings in text files" optional = false python-versions = ">=3.8" files = [ - {file = "codespell-2.4.0-py3-none-any.whl", hash = "sha256:b4c5b779f747dd481587aeecb5773301183f52b94b96ed51a28126d0482eec1d"}, - {file = "codespell-2.4.0.tar.gz", hash = "sha256:587d45b14707fb8ce51339ba4cce50ae0e98ce228ef61f3c5e160e34f681be58"}, + {file = "codespell-2.4.1-py3-none-any.whl", hash = "sha256:3dadafa67df7e4a3dbf51e0d7315061b80d265f9552ebd699b3dd6834b47e425"}, + {file = "codespell-2.4.1.tar.gz", hash = "sha256:299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5"}, ] [package.extras] @@ -1008,4 +1008,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "aa25f5d2854f26a3222a3a932ad469713bebc04088c8c6c73dc66ed98aa16557" +content-hash = "bbfc412613fb680839f3544765b1cc3392ab7a523efe369a2fa4aed3268b35a9" diff --git a/pyproject.toml b/pyproject.toml index a71eb42cf..52295f790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ mkdocs-material = "^9.5.18" [tool.poetry.dev-dependencies] black = "^25.1" -codespell = "^2.4.0" +codespell = "^2.4.1" flake8 = "^7.1.1" pep8-naming = "^0.14.1" From 8e7c006c7e5a81097aec2553140204cca95cd970 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:29:14 +0000 Subject: [PATCH 11/65] Bump golang.org/x/net from 0.29.0 to 0.33.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.33.0. - [Commits](https://github.com/golang/net/compare/v0.29.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4e8f006ba..8daa8bb2f 100644 --- a/go.mod +++ b/go.mod @@ -98,7 +98,7 @@ require ( golang.org/x/crypto v0.31.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.29.0 // indirect + golang.org/x/net v0.33.0 // indirect golang.org/x/sync v0.10.0 // indirect golang.org/x/sys v0.28.0 // indirect golang.org/x/term v0.27.0 // indirect diff --git a/go.sum b/go.sum index db989b16f..2f35e3797 100644 --- a/go.sum +++ b/go.sum @@ -1526,8 +1526,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= -golang.org/x/net v0.29.0 h1:5ORfpBpCs4HzDYoodCDBbwHzdR5UrLBZ3sOnUJmFoHo= -golang.org/x/net v0.29.0/go.mod h1:gLkgy8jTGERgjzMic6DS9+SP0ajcu6Xu3Orq/SpETg0= +golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= +golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= From 5be66c3fcd8726f5f7a7142afe2b9d03439cdc9c Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 29 Jan 2025 02:32:59 -0800 Subject: [PATCH 12/65] Tidy dependent modules to reflect `golang.org/x/net` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 2 +- docsgen/go.sum | 4 ++-- ruledocsgen/go.mod | 2 +- ruledocsgen/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index e79db7bc6..5597cfb2a 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -101,7 +101,7 @@ require ( golang.org/x/crypto v0.31.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.29.0 // indirect + golang.org/x/net v0.33.0 // indirect golang.org/x/sync v0.10.0 // indirect golang.org/x/sys v0.28.0 // indirect golang.org/x/term v0.27.0 // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index 7f5ae0d68..5c090c232 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -1528,8 +1528,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= -golang.org/x/net v0.29.0 h1:5ORfpBpCs4HzDYoodCDBbwHzdR5UrLBZ3sOnUJmFoHo= -golang.org/x/net v0.29.0/go.mod h1:gLkgy8jTGERgjzMic6DS9+SP0ajcu6Xu3Orq/SpETg0= +golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= +golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index 0d8db869a..f7df8cb34 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -97,7 +97,7 @@ require ( golang.org/x/crypto v0.31.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.29.0 // indirect + golang.org/x/net v0.33.0 // indirect golang.org/x/sync v0.10.0 // indirect golang.org/x/sys v0.28.0 // indirect golang.org/x/term v0.27.0 // indirect diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index 1af09e2f9..c4f36a31e 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -1541,8 +1541,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= -golang.org/x/net v0.29.0 h1:5ORfpBpCs4HzDYoodCDBbwHzdR5UrLBZ3sOnUJmFoHo= -golang.org/x/net v0.29.0/go.mod h1:gLkgy8jTGERgjzMic6DS9+SP0ajcu6Xu3Orq/SpETg0= +golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= +golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= From 44fc245a5a4ffd7f691476f6bca2b4e0b9cd60a4 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 29 Jan 2025 02:38:24 -0800 Subject: [PATCH 13/65] Update dependency license metadata cache for `golang.org/x/net` bump --- .licenses/arduino-lint/go/golang.org/x/net/context.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml | 6 +++--- .../arduino-lint/go/golang.org/x/net/internal/socks.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/timeseries.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/net/context.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/net/http2.dep.yml | 6 +++--- .../docsgen/go/golang.org/x/net/internal/socks.dep.yml | 6 +++--- .../docsgen/go/golang.org/x/net/internal/timeseries.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/net/proxy.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/net/trace.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml | 6 +++--- .../ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/timeseries.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml | 6 +++--- 18 files changed, 54 insertions(+), 54 deletions(-) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml index 642d6bd15..0b7ab2451 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.29.0 +version: v0.33.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml index b840b97b3..fb9bf94ba 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.29.0 +version: v0.33.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml index da934f75e..67b09ca0f 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.29.0 +version: v0.33.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml index 9d88035d9..d7065b3ef 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.29.0 +version: v0.33.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml index 532eb175c..ae88ff9d5 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.29.0 +version: v0.33.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml index 78d8df5e4..0f2a1fd81 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.29.0 +version: v0.33.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml index 642d6bd15..0b7ab2451 100644 --- a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.29.0 +version: v0.33.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml index b840b97b3..fb9bf94ba 100644 --- a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.29.0 +version: v0.33.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml index da934f75e..67b09ca0f 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.29.0 +version: v0.33.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml index 9d88035d9..d7065b3ef 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.29.0 +version: v0.33.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml index 532eb175c..ae88ff9d5 100644 --- a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.29.0 +version: v0.33.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml index 78d8df5e4..0f2a1fd81 100644 --- a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.29.0 +version: v0.33.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml index 642d6bd15..0b7ab2451 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.29.0 +version: v0.33.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml index b840b97b3..fb9bf94ba 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.29.0 +version: v0.33.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml index da934f75e..67b09ca0f 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.29.0 +version: v0.33.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml index 9d88035d9..d7065b3ef 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.29.0 +version: v0.33.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml index 532eb175c..ae88ff9d5 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.29.0 +version: v0.33.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml index 78d8df5e4..0f2a1fd81 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.29.0 +version: v0.33.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.29.0/LICENSE +- sources: net@v0.33.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.29.0/PATENTS +- sources: net@v0.33.0/PATENTS text: | Additional IP Rights Grant (Patents) From ec9a253aae3ef733190fe48766b611dbff82a159 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 29 Jan 2025 05:38:43 -0800 Subject: [PATCH 14/65] Use canonical github/setup-licensed action in "Check Go Dependencies" workflow This GitHub Actions action is used by the "Check Go Dependencies" workflow to install the "Licensed" tool in the runner workspace. At the time the workflow was developed, the action was owned by GitHub user `jonabc`, and so the action was referenced as `jonabc/setup-licensed` in the workflow. Since that time, the action was transferred to the `github` GitHub organization. Making things more confusing is the fact that GitHub user `jonabc` now has a development fork of the `github/setup-licensed` repository, meaning that the redirect GitHub provides from the old to the new repository after a transfer does not exist for this action. This resulted in the workflow referencing an outdated and unmaintained copy of the action. The workflow is hereby updated to use the canonical "github/setup-licensed" action. --- .github/workflows/check-go-dependencies-task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-go-dependencies-task.yml b/.github/workflows/check-go-dependencies-task.yml index 87928ffed..342e9fa0f 100644 --- a/.github/workflows/check-go-dependencies-task.yml +++ b/.github/workflows/check-go-dependencies-task.yml @@ -75,7 +75,7 @@ jobs: ruby-version: ruby # Install latest version - name: Install licensed - uses: jonabc/setup-licensed@v1 + uses: github/setup-licensed@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} version: 3.x From f4b6f8349b5d36dd2251a1a2fa28a9fffbcab667 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 29 Jan 2025 07:10:37 -0800 Subject: [PATCH 15/65] Update Licensed version in "Check Go Dependencies" workflow The version of the "Licensed" tool for use in the GitHub Actions workflow is defined via the "github/setup-licensed" action's `version` input. Previously the action was configured to install version 3.x of the action. That version is significantly outdated. The workflow is hereby updated to use the latest version of Licensed. --- .github/workflows/check-go-dependencies-task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-go-dependencies-task.yml b/.github/workflows/check-go-dependencies-task.yml index 342e9fa0f..b361b91e6 100644 --- a/.github/workflows/check-go-dependencies-task.yml +++ b/.github/workflows/check-go-dependencies-task.yml @@ -78,7 +78,7 @@ jobs: uses: github/setup-licensed@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - version: 3.x + version: 5.x - name: Install Go uses: actions/setup-go@v5 From 70b37c2afe79b0bd9571b2edef101cca5d244e1e Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 29 Jan 2025 12:44:41 -0800 Subject: [PATCH 16/65] Remove trailing space from dependency license metadata The dependency license metadata is generated by the "Licensed" tool. Previous versions of this tool added a trailing space on the `summary` key. Although trailing whitespace in human produced content is not permitted, machine generated content is used as-is, and so these trailing spaces were left in the metadata files. It seems that the defect in the "Licensed" tool that caused the trailing space was fixed in a recent version because it is now absence in the metadata files produced by the tool. The metadata files are hereby updated to use the format of the version of the "Licensed" tool currently in use. --- .../go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml | 2 +- .../github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml | 2 +- .../ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/cores.dep.yml | 2 +- .../arduino/arduino-cli/arduino/cores/packageindex.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/globals.dep.yml | 2 +- .../github.com/arduino/arduino-cli/arduino/httpclient.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesindex.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesmanager.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/resources.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/security.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/utils.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/configuration.dep.yml | 2 +- .../arduino-lint/go/github.com/arduino/arduino-cli/i18n.dep.yml | 2 +- .../arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/version.dep.yml | 2 +- .licenses/arduino-lint/go/github.com/go-git/go-billy/v5.dep.yml | 2 +- .../go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml | 2 +- .../go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml | 2 +- .../arduino-lint/go/github.com/go-git/go-billy/v5/util.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/internal/path_util.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/internal/url.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/color.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml | 2 +- .../github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml | 2 +- .../arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml | 2 +- .../go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml | 2 +- .../github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml | 2 +- .../go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/utils/sync.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/utils/trace.dep.yml | 2 +- .../go/github.com/golang/protobuf/ptypes/any.dep.yml | 2 +- .../go/github.com/golang/protobuf/ptypes/duration.dep.yml | 2 +- .../go/github.com/golang/protobuf/ptypes/timestamp.dep.yml | 2 +- .licenses/arduino-lint/go/github.com/h2non/filetype.dep.yml | 2 +- .../arduino-lint/go/github.com/h2non/filetype/matchers.dep.yml | 2 +- .../go/github.com/h2non/filetype/matchers/isobmff.dep.yml | 2 +- .../arduino-lint/go/github.com/h2non/filetype/types.dep.yml | 2 +- .../go/github.com/hashicorp/hcl/hcl/strconv.dep.yml | 2 +- .../go/github.com/hashicorp/hcl/json/parser.dep.yml | 2 +- .../go/github.com/hashicorp/hcl/json/scanner.dep.yml | 2 +- .../arduino-lint/go/github.com/hashicorp/hcl/json/token.dep.yml | 2 +- .licenses/arduino-lint/go/github.com/klauspost/compress.dep.yml | 2 +- .../github.com/klauspost/compress/zstd/internal/xxhash.dep.yml | 2 +- .licenses/arduino-lint/go/github.com/mattn/go-runewidth.dep.yml | 2 +- .../github.com/pelletier/go-toml/v2/internal/characters.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml | 2 +- .../arduino-lint/go/github.com/pjbgf/sha1cd/internal.dep.yml | 2 +- .../arduino-lint/go/github.com/sagikazarmark/slog-shim.dep.yml | 2 +- .licenses/arduino-lint/go/github.com/spf13/afero.dep.yml | 2 +- .../go/github.com/spf13/afero/internal/common.dep.yml | 2 +- .licenses/arduino-lint/go/github.com/spf13/afero/mem.dep.yml | 2 +- .licenses/arduino-lint/go/github.com/spf13/viper.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/hcl.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/ini.dep.yml | 2 +- .../spf13/viper/internal/encoding/javaproperties.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/json.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/toml.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/yaml.dep.yml | 2 +- .licenses/arduino-lint/go/github.com/xanzy/ssh-agent.dep.yml | 2 +- .../arduino-lint/go/github.com/xeipuuv/gojsonpointer.dep.yml | 2 +- .../arduino-lint/go/github.com/xeipuuv/gojsonreference.dep.yml | 2 +- .licenses/arduino-lint/go/go.bug.st/cleanup.dep.yml | 2 +- .licenses/arduino-lint/go/go.bug.st/downloader/v2.dep.yml | 2 +- .licenses/arduino-lint/go/go.bug.st/relaxed-semver.dep.yml | 2 +- .../go/google.golang.org/genproto/googleapis/rpc/status.dep.yml | 2 +- .../google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml | 2 +- .../google.golang.org/protobuf/internal/encoding/json.dep.yml | 2 +- .../go/google.golang.org/protobuf/internal/impl.dep.yml | 2 +- .../go/google.golang.org/protobuf/types/descriptorpb.dep.yml | 2 +- .../google.golang.org/protobuf/types/known/wrapperspb.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml | 2 +- .../github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml | 2 +- .../ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml | 2 +- .../docsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/cores.dep.yml | 2 +- .../arduino/arduino-cli/arduino/cores/packageindex.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/globals.dep.yml | 2 +- .../github.com/arduino/arduino-cli/arduino/httpclient.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesindex.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesmanager.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/resources.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/security.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/utils.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/configuration.dep.yml | 2 +- .../docsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml | 2 +- .../arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml | 2 +- .../docsgen/go/github.com/arduino/arduino-cli/version.dep.yml | 2 +- .../docsgen/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml | 2 +- .licenses/docsgen/go/github.com/go-git/go-billy/v5.dep.yml | 2 +- .../go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml | 2 +- .../go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml | 2 +- .licenses/docsgen/go/github.com/go-git/go-billy/v5/util.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/internal/path_util.dep.yml | 2 +- .../docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/color.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml | 2 +- .../github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml | 2 +- .../docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml | 2 +- .../go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml | 2 +- .../github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml | 2 +- .../go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml | 2 +- .../docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml | 2 +- .../docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml | 2 +- .../docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml | 2 +- .../go/github.com/golang/protobuf/ptypes/duration.dep.yml | 2 +- .../go/github.com/golang/protobuf/ptypes/timestamp.dep.yml | 2 +- .licenses/docsgen/go/github.com/h2non/filetype.dep.yml | 2 +- .licenses/docsgen/go/github.com/h2non/filetype/matchers.dep.yml | 2 +- .../go/github.com/h2non/filetype/matchers/isobmff.dep.yml | 2 +- .licenses/docsgen/go/github.com/h2non/filetype/types.dep.yml | 2 +- .../docsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml | 2 +- .../docsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml | 2 +- .../docsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml | 2 +- .../docsgen/go/github.com/hashicorp/hcl/json/token.dep.yml | 2 +- .licenses/docsgen/go/github.com/klauspost/compress.dep.yml | 2 +- .../github.com/klauspost/compress/zstd/internal/xxhash.dep.yml | 2 +- .licenses/docsgen/go/github.com/mattn/go-runewidth.dep.yml | 2 +- .../github.com/pelletier/go-toml/v2/internal/characters.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml | 2 +- .licenses/docsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml | 2 +- .licenses/docsgen/go/github.com/sagikazarmark/slog-shim.dep.yml | 2 +- .licenses/docsgen/go/github.com/spf13/afero.dep.yml | 2 +- .../docsgen/go/github.com/spf13/afero/internal/common.dep.yml | 2 +- .licenses/docsgen/go/github.com/spf13/afero/mem.dep.yml | 2 +- .licenses/docsgen/go/github.com/spf13/cobra/doc.dep.yml | 2 +- .licenses/docsgen/go/github.com/spf13/viper.dep.yml | 2 +- .../docsgen/go/github.com/spf13/viper/internal/encoding.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/hcl.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/ini.dep.yml | 2 +- .../spf13/viper/internal/encoding/javaproperties.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/json.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/toml.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/yaml.dep.yml | 2 +- .licenses/docsgen/go/github.com/xanzy/ssh-agent.dep.yml | 2 +- .licenses/docsgen/go/github.com/xeipuuv/gojsonpointer.dep.yml | 2 +- .licenses/docsgen/go/github.com/xeipuuv/gojsonreference.dep.yml | 2 +- .licenses/docsgen/go/go.bug.st/cleanup.dep.yml | 2 +- .licenses/docsgen/go/go.bug.st/downloader/v2.dep.yml | 2 +- .licenses/docsgen/go/go.bug.st/relaxed-semver.dep.yml | 2 +- .../go/google.golang.org/genproto/googleapis/rpc/status.dep.yml | 2 +- .../google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml | 2 +- .../google.golang.org/protobuf/internal/encoding/json.dep.yml | 2 +- .../docsgen/go/google.golang.org/protobuf/internal/impl.dep.yml | 2 +- .../go/google.golang.org/protobuf/types/descriptorpb.dep.yml | 2 +- .../google.golang.org/protobuf/types/known/wrapperspb.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml | 2 +- .../github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml | 2 +- .../ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/cores.dep.yml | 2 +- .../arduino/arduino-cli/arduino/cores/packageindex.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/globals.dep.yml | 2 +- .../github.com/arduino/arduino-cli/arduino/httpclient.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesindex.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesmanager.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/resources.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/security.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/utils.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/configuration.dep.yml | 2 +- .../ruledocsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml | 2 +- .../arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/version.dep.yml | 2 +- .licenses/ruledocsgen/go/github.com/go-git/go-billy/v5.dep.yml | 2 +- .../go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml | 2 +- .../go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml | 2 +- .../ruledocsgen/go/github.com/go-git/go-billy/v5/util.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/internal/path_util.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/internal/url.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/color.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml | 2 +- .../github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml | 2 +- .../ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml | 2 +- .../go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml | 2 +- .../github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml | 2 +- .../go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/utils/sync.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/utils/trace.dep.yml | 2 +- .../go/github.com/golang/protobuf/ptypes/any.dep.yml | 2 +- .../go/github.com/golang/protobuf/ptypes/duration.dep.yml | 2 +- .../go/github.com/golang/protobuf/ptypes/timestamp.dep.yml | 2 +- .licenses/ruledocsgen/go/github.com/h2non/filetype.dep.yml | 2 +- .../ruledocsgen/go/github.com/h2non/filetype/matchers.dep.yml | 2 +- .../go/github.com/h2non/filetype/matchers/isobmff.dep.yml | 2 +- .../ruledocsgen/go/github.com/h2non/filetype/types.dep.yml | 2 +- .../ruledocsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml | 2 +- .../ruledocsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml | 2 +- .../go/github.com/hashicorp/hcl/json/scanner.dep.yml | 2 +- .../ruledocsgen/go/github.com/hashicorp/hcl/json/token.dep.yml | 2 +- .licenses/ruledocsgen/go/github.com/klauspost/compress.dep.yml | 2 +- .../github.com/klauspost/compress/zstd/internal/xxhash.dep.yml | 2 +- .licenses/ruledocsgen/go/github.com/mattn/go-runewidth.dep.yml | 2 +- .../github.com/pelletier/go-toml/v2/internal/characters.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml | 2 +- .../ruledocsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml | 2 +- .../ruledocsgen/go/github.com/sagikazarmark/slog-shim.dep.yml | 2 +- .licenses/ruledocsgen/go/github.com/spf13/afero.dep.yml | 2 +- .../go/github.com/spf13/afero/internal/common.dep.yml | 2 +- .licenses/ruledocsgen/go/github.com/spf13/afero/mem.dep.yml | 2 +- .licenses/ruledocsgen/go/github.com/spf13/viper.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/hcl.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/ini.dep.yml | 2 +- .../spf13/viper/internal/encoding/javaproperties.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/json.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/toml.dep.yml | 2 +- .../go/github.com/spf13/viper/internal/encoding/yaml.dep.yml | 2 +- .licenses/ruledocsgen/go/github.com/xanzy/ssh-agent.dep.yml | 2 +- .../ruledocsgen/go/github.com/xeipuuv/gojsonpointer.dep.yml | 2 +- .../ruledocsgen/go/github.com/xeipuuv/gojsonreference.dep.yml | 2 +- .licenses/ruledocsgen/go/go.bug.st/cleanup.dep.yml | 2 +- .licenses/ruledocsgen/go/go.bug.st/downloader/v2.dep.yml | 2 +- .licenses/ruledocsgen/go/go.bug.st/relaxed-semver.dep.yml | 2 +- .../go/google.golang.org/genproto/googleapis/rpc/status.dep.yml | 2 +- .../google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml | 2 +- .../google.golang.org/protobuf/internal/encoding/json.dep.yml | 2 +- .../go/google.golang.org/protobuf/internal/impl.dep.yml | 2 +- .../go/google.golang.org/protobuf/types/descriptorpb.dep.yml | 2 +- .../google.golang.org/protobuf/types/known/wrapperspb.dep.yml | 2 +- 239 files changed, 239 insertions(+), 239 deletions(-) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml index 0cc9c90d2..16589d0bd 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml @@ -2,7 +2,7 @@ name: github.com/ProtonMail/go-crypto/bitcurves version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml index 99433fa1d..0b8c900e0 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml @@ -2,7 +2,7 @@ name: github.com/ProtonMail/go-crypto/internal/byteutil version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml index 5fcb92ef0..37b3e699c 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml @@ -2,7 +2,7 @@ name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino.dep.yml index 3baea66bf..cf483c9fe 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml index bd8891ead..2178d3995 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/cores version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml index de8a5bd72..5ce75de38 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/cores/packageindex version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores/packageindex license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml index 7ea1cc1ce..1c5e7fbe8 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/globals version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/globals license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml index 016cd13d8..ea0a2de20 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/httpclient version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/httpclient license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml index 6b10a794d..d0f28ba9c 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/libraries version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml index e557531c5..defa8d98f 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/libraries/librariesindex version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesindex license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml index 4376a285f..2cba58cc9 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/libraries/librariesmanager version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml index 09a453d6a..0ce11b908 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/resources version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/resources license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/security.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/security.dep.yml index a0bb9811c..e8e1222e4 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/security.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/security.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/security version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/security license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml index fc189ec11..bac854fd0 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/sketch version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketch license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml index b0a8cf5d0..7e30bb651 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/utils version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/utils license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/configuration.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/configuration.dep.yml index 9191806c4..b0ea5df6e 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/configuration.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/configuration.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/configuration version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/configuration license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/i18n.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/i18n.dep.yml index 376b1a8b8..260b9c867 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/i18n.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/i18n.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/i18n version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/i18n license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml index 025f0d08c..b33bd284c 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1 version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1 license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/version.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/version.dep.yml index d6507b1e3..6afa2344c 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/version.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/version.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/version version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/version license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5.dep.yml index 837015de5..8cf1f1d60 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5 version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5 license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml index a4d1640e4..e89f0e8aa 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/helper/chroot version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/chroot license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml index 674f8705a..45fb9689d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/helper/polyfill version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/polyfill license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/util.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/util.dep.yml index 1d54d0647..e032502f8 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/util.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/util.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/util version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/util license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 2fd134521..12b0040a9 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/internal/path_util version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 4d8592e26..aa850f815 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/internal/url version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index aa8d06376..70273d667 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/cache version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index a213ea816..ad73c74b4 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/color version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index f1f242085..b873c317a 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/filemode version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index a7fa3155d..27e3a9a1d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/format/diff version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 2515a78fc..4fa7689b8 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/protocol/packp version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml index 2213013c9..c8e42acc1 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/storage version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 187eeb9b7..6c86e4151 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index 76cc02911..441a27e2a 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/index version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 152e97b28..07dd99cb4 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 282b6843f..023272cdd 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/sync version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 01d114148..7069be08d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/trace version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml index 7aa8349dc..b882c0e3e 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -2,7 +2,7 @@ name: github.com/golang/protobuf/ptypes/any version: v1.5.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml index 094a5c2f1..2fb9459c5 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -2,7 +2,7 @@ name: github.com/golang/protobuf/ptypes/duration version: v1.5.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 3fe208c94..4d92e1ebd 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -2,7 +2,7 @@ name: github.com/golang/protobuf/ptypes/timestamp version: v1.5.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/github.com/h2non/filetype.dep.yml b/.licenses/arduino-lint/go/github.com/h2non/filetype.dep.yml index 02102b9ee..ce88ad732 100644 --- a/.licenses/arduino-lint/go/github.com/h2non/filetype.dep.yml +++ b/.licenses/arduino-lint/go/github.com/h2non/filetype.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/h2non/filetype/matchers.dep.yml b/.licenses/arduino-lint/go/github.com/h2non/filetype/matchers.dep.yml index e9421e1f8..e441102a1 100644 --- a/.licenses/arduino-lint/go/github.com/h2non/filetype/matchers.dep.yml +++ b/.licenses/arduino-lint/go/github.com/h2non/filetype/matchers.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype/matchers version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/h2non/filetype/matchers/isobmff.dep.yml b/.licenses/arduino-lint/go/github.com/h2non/filetype/matchers/isobmff.dep.yml index 0a3984965..d18a56f5a 100644 --- a/.licenses/arduino-lint/go/github.com/h2non/filetype/matchers/isobmff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/h2non/filetype/matchers/isobmff.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype/matchers/isobmff version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers/isobmff license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/h2non/filetype/types.dep.yml b/.licenses/arduino-lint/go/github.com/h2non/filetype/types.dep.yml index f8fe41654..6a3e9ff8c 100644 --- a/.licenses/arduino-lint/go/github.com/h2non/filetype/types.dep.yml +++ b/.licenses/arduino-lint/go/github.com/h2non/filetype/types.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype/types version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype/types license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml index 313c4501f..dd6d66227 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/hcl/strconv version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/hcl/strconv license: mpl-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/parser.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/parser.dep.yml index 913fb5bb0..56298114e 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/parser.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/parser.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/json/parser version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/json/parser license: mpl-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/scanner.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/scanner.dep.yml index 27f5acdf6..853567e71 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/scanner.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/scanner.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/json/scanner version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/json/scanner license: mpl-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/token.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/token.dep.yml index 3e3939f09..a8332e861 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/token.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/token.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/json/token version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/json/token license: mpl-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/klauspost/compress.dep.yml b/.licenses/arduino-lint/go/github.com/klauspost/compress.dep.yml index 77de1461e..efc40220d 100644 --- a/.licenses/arduino-lint/go/github.com/klauspost/compress.dep.yml +++ b/.licenses/arduino-lint/go/github.com/klauspost/compress.dep.yml @@ -2,7 +2,7 @@ name: github.com/klauspost/compress version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/klauspost/compress license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml b/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml index 7f59a3f91..46cfdb864 100644 --- a/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml +++ b/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml @@ -2,7 +2,7 @@ name: github.com/klauspost/compress/zstd/internal/xxhash version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/klauspost/compress/zstd/internal/xxhash license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/mattn/go-runewidth.dep.yml b/.licenses/arduino-lint/go/github.com/mattn/go-runewidth.dep.yml index 554e02ede..5864f57a6 100644 --- a/.licenses/arduino-lint/go/github.com/mattn/go-runewidth.dep.yml +++ b/.licenses/arduino-lint/go/github.com/mattn/go-runewidth.dep.yml @@ -2,7 +2,7 @@ name: github.com/mattn/go-runewidth version: v0.0.15 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/mattn/go-runewidth license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml index 7fa750d2d..e839253d0 100644 --- a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml @@ -2,7 +2,7 @@ name: github.com/pelletier/go-toml/v2/internal/characters version: v2.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml index efe373edd..8e8d63498 100644 --- a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml @@ -2,7 +2,7 @@ name: github.com/pelletier/go-toml/v2/internal/danger version: v2.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml index 80f5141e3..558b6cabf 100644 --- a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml @@ -2,7 +2,7 @@ name: github.com/pelletier/go-toml/v2/internal/tracker version: v2.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker license: other licenses: diff --git a/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/internal.dep.yml b/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/internal.dep.yml index b00ab4a61..ed7d492fa 100644 --- a/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/internal.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/internal.dep.yml @@ -2,7 +2,7 @@ name: github.com/pjbgf/sha1cd/internal version: v0.3.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pjbgf/sha1cd/internal license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/sagikazarmark/slog-shim.dep.yml b/.licenses/arduino-lint/go/github.com/sagikazarmark/slog-shim.dep.yml index c21c82ab4..65693d0ff 100644 --- a/.licenses/arduino-lint/go/github.com/sagikazarmark/slog-shim.dep.yml +++ b/.licenses/arduino-lint/go/github.com/sagikazarmark/slog-shim.dep.yml @@ -2,7 +2,7 @@ name: github.com/sagikazarmark/slog-shim version: v0.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/sagikazarmark/slog-shim license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/afero.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/afero.dep.yml index b1f072c83..47039383f 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/afero.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/afero.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/afero version: v1.10.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/afero license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/afero/internal/common.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/afero/internal/common.dep.yml index d60e00bd5..50dc8ea6b 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/afero/internal/common.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/afero/internal/common.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/afero/internal/common version: v1.10.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/afero/internal/common license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/afero/mem.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/afero/mem.dep.yml index 17bc151fa..8e510717c 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/afero/mem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/afero/mem.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/afero/mem version: v1.10.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/afero/mem license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/viper.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/viper.dep.yml index 61d4b93a8..2b9302185 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/viper.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/viper.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding.dep.yml index d06da4159..129fb9e1e 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml index 520cf1af8..470321e82 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/dotenv version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/dotenv license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml index 30fb1375c..2e2a80ed8 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/hcl version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/hcl license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/ini.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/ini.dep.yml index 7eb677cf3..df405b622 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/ini.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/ini.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/ini version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/ini license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml index eb799d461..7d06c1a94 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/javaproperties version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/javaproperties license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/json.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/json.dep.yml index ca7d35555..2a66e103f 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/json.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/json.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/json version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/json license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/toml.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/toml.dep.yml index 8a6879765..d07fb2c02 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/toml.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/toml.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/toml version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/toml license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml index 25216cd35..ba17b8d1e 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/yaml version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/yaml license: mit licenses: diff --git a/.licenses/arduino-lint/go/github.com/xanzy/ssh-agent.dep.yml b/.licenses/arduino-lint/go/github.com/xanzy/ssh-agent.dep.yml index 37f99d73c..f0decdadb 100644 --- a/.licenses/arduino-lint/go/github.com/xanzy/ssh-agent.dep.yml +++ b/.licenses/arduino-lint/go/github.com/xanzy/ssh-agent.dep.yml @@ -2,7 +2,7 @@ name: github.com/xanzy/ssh-agent version: v0.3.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/xanzy/ssh-agent license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/xeipuuv/gojsonpointer.dep.yml b/.licenses/arduino-lint/go/github.com/xeipuuv/gojsonpointer.dep.yml index 9633b621e..ab3af42b0 100644 --- a/.licenses/arduino-lint/go/github.com/xeipuuv/gojsonpointer.dep.yml +++ b/.licenses/arduino-lint/go/github.com/xeipuuv/gojsonpointer.dep.yml @@ -2,7 +2,7 @@ name: github.com/xeipuuv/gojsonpointer version: v0.0.0-20190905194746-02993c407bfb type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/xeipuuv/gojsonpointer license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/github.com/xeipuuv/gojsonreference.dep.yml b/.licenses/arduino-lint/go/github.com/xeipuuv/gojsonreference.dep.yml index 1c88bb29b..c7e6e570e 100644 --- a/.licenses/arduino-lint/go/github.com/xeipuuv/gojsonreference.dep.yml +++ b/.licenses/arduino-lint/go/github.com/xeipuuv/gojsonreference.dep.yml @@ -2,7 +2,7 @@ name: github.com/xeipuuv/gojsonreference version: v0.0.0-20180127040603-bd5ef7bd5415 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/xeipuuv/gojsonreference license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/go.bug.st/cleanup.dep.yml b/.licenses/arduino-lint/go/go.bug.st/cleanup.dep.yml index 3d5e9345f..04fd56726 100644 --- a/.licenses/arduino-lint/go/go.bug.st/cleanup.dep.yml +++ b/.licenses/arduino-lint/go/go.bug.st/cleanup.dep.yml @@ -2,7 +2,7 @@ name: go.bug.st/cleanup version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/go.bug.st/cleanup license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/go.bug.st/downloader/v2.dep.yml b/.licenses/arduino-lint/go/go.bug.st/downloader/v2.dep.yml index e255579fe..7ddc2213a 100644 --- a/.licenses/arduino-lint/go/go.bug.st/downloader/v2.dep.yml +++ b/.licenses/arduino-lint/go/go.bug.st/downloader/v2.dep.yml @@ -2,7 +2,7 @@ name: go.bug.st/downloader/v2 version: v2.1.1 type: go -summary: +summary: homepage: https://pkg.go.dev/go.bug.st/downloader/v2 license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/go.bug.st/relaxed-semver.dep.yml b/.licenses/arduino-lint/go/go.bug.st/relaxed-semver.dep.yml index 42e7ce72c..10a1eb16b 100644 --- a/.licenses/arduino-lint/go/go.bug.st/relaxed-semver.dep.yml +++ b/.licenses/arduino-lint/go/go.bug.st/relaxed-semver.dep.yml @@ -2,7 +2,7 @@ name: go.bug.st/relaxed-semver version: v0.11.0 type: go -summary: +summary: homepage: https://pkg.go.dev/go.bug.st/relaxed-semver license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml b/.licenses/arduino-lint/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml index cafd8a3e5..a52ef62f7 100644 --- a/.licenses/arduino-lint/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml +++ b/.licenses/arduino-lint/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/genproto/googleapis/rpc/status version: v0.0.0-20231012201019-e917dd12ba7a type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/genproto/googleapis/rpc/status license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml b/.licenses/arduino-lint/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml index a9a5be304..88d8760fe 100644 --- a/.licenses/arduino-lint/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml +++ b/.licenses/arduino-lint/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/grpc/binarylog/grpc_binarylog_v1 version: v1.59.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/grpc/binarylog/grpc_binarylog_v1 license: apache-2.0 licenses: diff --git a/.licenses/arduino-lint/go/google.golang.org/protobuf/internal/encoding/json.dep.yml b/.licenses/arduino-lint/go/google.golang.org/protobuf/internal/encoding/json.dep.yml index 800fb08c8..e86ad6594 100644 --- a/.licenses/arduino-lint/go/google.golang.org/protobuf/internal/encoding/json.dep.yml +++ b/.licenses/arduino-lint/go/google.golang.org/protobuf/internal/encoding/json.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/internal/encoding/json version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/json license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/google.golang.org/protobuf/internal/impl.dep.yml b/.licenses/arduino-lint/go/google.golang.org/protobuf/internal/impl.dep.yml index 00ad6a820..4f9f79bc2 100644 --- a/.licenses/arduino-lint/go/google.golang.org/protobuf/internal/impl.dep.yml +++ b/.licenses/arduino-lint/go/google.golang.org/protobuf/internal/impl.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/internal/impl version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/impl license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/google.golang.org/protobuf/types/descriptorpb.dep.yml b/.licenses/arduino-lint/go/google.golang.org/protobuf/types/descriptorpb.dep.yml index e8925e74a..5a60516c0 100644 --- a/.licenses/arduino-lint/go/google.golang.org/protobuf/types/descriptorpb.dep.yml +++ b/.licenses/arduino-lint/go/google.golang.org/protobuf/types/descriptorpb.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/types/descriptorpb version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/types/descriptorpb license: bsd-3-clause licenses: diff --git a/.licenses/arduino-lint/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml b/.licenses/arduino-lint/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml index add0fd720..6c817177d 100644 --- a/.licenses/arduino-lint/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml +++ b/.licenses/arduino-lint/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/types/known/wrapperspb version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/wrapperspb license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml index 0cc9c90d2..16589d0bd 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml @@ -2,7 +2,7 @@ name: github.com/ProtonMail/go-crypto/bitcurves version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml index 99433fa1d..0b8c900e0 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml @@ -2,7 +2,7 @@ name: github.com/ProtonMail/go-crypto/internal/byteutil version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml index 5fcb92ef0..37b3e699c 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml @@ -2,7 +2,7 @@ name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml index 3baea66bf..cf483c9fe 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml index bd8891ead..2178d3995 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/cores version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml index de8a5bd72..5ce75de38 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/cores/packageindex version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores/packageindex license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml index 7ea1cc1ce..1c5e7fbe8 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/globals version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/globals license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml index 016cd13d8..ea0a2de20 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/httpclient version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/httpclient license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml index 6b10a794d..d0f28ba9c 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/libraries version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml index e557531c5..defa8d98f 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/libraries/librariesindex version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesindex license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml index 4376a285f..2cba58cc9 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/libraries/librariesmanager version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml index 09a453d6a..0ce11b908 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/resources version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/resources license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml index a0bb9811c..e8e1222e4 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/security version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/security license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml index fc189ec11..bac854fd0 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/sketch version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketch license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml index b0a8cf5d0..7e30bb651 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/utils version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/utils license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml index 9191806c4..b0ea5df6e 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/configuration version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/configuration license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml index 376b1a8b8..260b9c867 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/i18n version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/i18n license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml index 025f0d08c..b33bd284c 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1 version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1 license: other licenses: diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/version.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/version.dep.yml index d6507b1e3..6afa2344c 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/version.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/version.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/version version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/version license: other licenses: diff --git a/.licenses/docsgen/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml b/.licenses/docsgen/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml index b54f9f662..695f16b96 100644 --- a/.licenses/docsgen/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml +++ b/.licenses/docsgen/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml @@ -2,7 +2,7 @@ name: github.com/cpuguy83/go-md2man/v2/md2man version: v2.0.4 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/cpuguy83/go-md2man/v2/md2man license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-billy/v5.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-billy/v5.dep.yml index 837015de5..8cf1f1d60 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-billy/v5.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-billy/v5.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5 version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5 license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml index a4d1640e4..e89f0e8aa 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/helper/chroot version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/chroot license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml index 674f8705a..45fb9689d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/helper/polyfill version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/polyfill license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/util.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/util.dep.yml index 1d54d0647..e032502f8 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/util.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/util.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/util version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/util license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 2fd134521..12b0040a9 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/internal/path_util version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 4d8592e26..aa850f815 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/internal/url version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index aa8d06376..70273d667 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/cache version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index a213ea816..ad73c74b4 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/color version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index f1f242085..b873c317a 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/filemode version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index a7fa3155d..27e3a9a1d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/format/diff version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 2515a78fc..4fa7689b8 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/protocol/packp version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index 2213013c9..c8e42acc1 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/storage version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 187eeb9b7..6c86e4151 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index 76cc02911..441a27e2a 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/index version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 152e97b28..07dd99cb4 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 282b6843f..023272cdd 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/sync version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 01d114148..7069be08d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/trace version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml index 7aa8349dc..b882c0e3e 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -2,7 +2,7 @@ name: github.com/golang/protobuf/ptypes/any version: v1.5.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml index 094a5c2f1..2fb9459c5 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -2,7 +2,7 @@ name: github.com/golang/protobuf/ptypes/duration version: v1.5.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 3fe208c94..4d92e1ebd 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -2,7 +2,7 @@ name: github.com/golang/protobuf/ptypes/timestamp version: v1.5.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/github.com/h2non/filetype.dep.yml b/.licenses/docsgen/go/github.com/h2non/filetype.dep.yml index 02102b9ee..ce88ad732 100644 --- a/.licenses/docsgen/go/github.com/h2non/filetype.dep.yml +++ b/.licenses/docsgen/go/github.com/h2non/filetype.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/h2non/filetype/matchers.dep.yml b/.licenses/docsgen/go/github.com/h2non/filetype/matchers.dep.yml index e9421e1f8..e441102a1 100644 --- a/.licenses/docsgen/go/github.com/h2non/filetype/matchers.dep.yml +++ b/.licenses/docsgen/go/github.com/h2non/filetype/matchers.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype/matchers version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/h2non/filetype/matchers/isobmff.dep.yml b/.licenses/docsgen/go/github.com/h2non/filetype/matchers/isobmff.dep.yml index 0a3984965..d18a56f5a 100644 --- a/.licenses/docsgen/go/github.com/h2non/filetype/matchers/isobmff.dep.yml +++ b/.licenses/docsgen/go/github.com/h2non/filetype/matchers/isobmff.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype/matchers/isobmff version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers/isobmff license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/h2non/filetype/types.dep.yml b/.licenses/docsgen/go/github.com/h2non/filetype/types.dep.yml index f8fe41654..6a3e9ff8c 100644 --- a/.licenses/docsgen/go/github.com/h2non/filetype/types.dep.yml +++ b/.licenses/docsgen/go/github.com/h2non/filetype/types.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype/types version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype/types license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml index 313c4501f..dd6d66227 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/hcl/strconv version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/hcl/strconv license: mpl-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml index 913fb5bb0..56298114e 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/json/parser version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/json/parser license: mpl-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml index 27f5acdf6..853567e71 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/json/scanner version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/json/scanner license: mpl-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/token.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/token.dep.yml index 3e3939f09..a8332e861 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/token.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/token.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/json/token version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/json/token license: mpl-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/klauspost/compress.dep.yml b/.licenses/docsgen/go/github.com/klauspost/compress.dep.yml index 77de1461e..efc40220d 100644 --- a/.licenses/docsgen/go/github.com/klauspost/compress.dep.yml +++ b/.licenses/docsgen/go/github.com/klauspost/compress.dep.yml @@ -2,7 +2,7 @@ name: github.com/klauspost/compress version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/klauspost/compress license: other licenses: diff --git a/.licenses/docsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml b/.licenses/docsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml index 7f59a3f91..46cfdb864 100644 --- a/.licenses/docsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml +++ b/.licenses/docsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml @@ -2,7 +2,7 @@ name: github.com/klauspost/compress/zstd/internal/xxhash version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/klauspost/compress/zstd/internal/xxhash license: other licenses: diff --git a/.licenses/docsgen/go/github.com/mattn/go-runewidth.dep.yml b/.licenses/docsgen/go/github.com/mattn/go-runewidth.dep.yml index 554e02ede..5864f57a6 100644 --- a/.licenses/docsgen/go/github.com/mattn/go-runewidth.dep.yml +++ b/.licenses/docsgen/go/github.com/mattn/go-runewidth.dep.yml @@ -2,7 +2,7 @@ name: github.com/mattn/go-runewidth version: v0.0.15 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/mattn/go-runewidth license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml index 7fa750d2d..e839253d0 100644 --- a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml +++ b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml @@ -2,7 +2,7 @@ name: github.com/pelletier/go-toml/v2/internal/characters version: v2.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters license: other licenses: diff --git a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml index efe373edd..8e8d63498 100644 --- a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml +++ b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml @@ -2,7 +2,7 @@ name: github.com/pelletier/go-toml/v2/internal/danger version: v2.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger license: other licenses: diff --git a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml index 80f5141e3..558b6cabf 100644 --- a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml +++ b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml @@ -2,7 +2,7 @@ name: github.com/pelletier/go-toml/v2/internal/tracker version: v2.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker license: other licenses: diff --git a/.licenses/docsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml b/.licenses/docsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml index b00ab4a61..ed7d492fa 100644 --- a/.licenses/docsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml +++ b/.licenses/docsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml @@ -2,7 +2,7 @@ name: github.com/pjbgf/sha1cd/internal version: v0.3.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pjbgf/sha1cd/internal license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/sagikazarmark/slog-shim.dep.yml b/.licenses/docsgen/go/github.com/sagikazarmark/slog-shim.dep.yml index c21c82ab4..65693d0ff 100644 --- a/.licenses/docsgen/go/github.com/sagikazarmark/slog-shim.dep.yml +++ b/.licenses/docsgen/go/github.com/sagikazarmark/slog-shim.dep.yml @@ -2,7 +2,7 @@ name: github.com/sagikazarmark/slog-shim version: v0.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/sagikazarmark/slog-shim license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/afero.dep.yml b/.licenses/docsgen/go/github.com/spf13/afero.dep.yml index b1f072c83..47039383f 100644 --- a/.licenses/docsgen/go/github.com/spf13/afero.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/afero.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/afero version: v1.10.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/afero license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/afero/internal/common.dep.yml b/.licenses/docsgen/go/github.com/spf13/afero/internal/common.dep.yml index d60e00bd5..50dc8ea6b 100644 --- a/.licenses/docsgen/go/github.com/spf13/afero/internal/common.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/afero/internal/common.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/afero/internal/common version: v1.10.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/afero/internal/common license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/afero/mem.dep.yml b/.licenses/docsgen/go/github.com/spf13/afero/mem.dep.yml index 17bc151fa..8e510717c 100644 --- a/.licenses/docsgen/go/github.com/spf13/afero/mem.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/afero/mem.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/afero/mem version: v1.10.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/afero/mem license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/cobra/doc.dep.yml b/.licenses/docsgen/go/github.com/spf13/cobra/doc.dep.yml index 9ba6a34ee..a63273be6 100644 --- a/.licenses/docsgen/go/github.com/spf13/cobra/doc.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/cobra/doc.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/cobra/doc version: v1.8.1 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/cobra/doc license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/viper.dep.yml b/.licenses/docsgen/go/github.com/spf13/viper.dep.yml index 61d4b93a8..2b9302185 100644 --- a/.licenses/docsgen/go/github.com/spf13/viper.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/viper.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding.dep.yml b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding.dep.yml index d06da4159..129fb9e1e 100644 --- a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml index 520cf1af8..470321e82 100644 --- a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/dotenv version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/dotenv license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml index 30fb1375c..2e2a80ed8 100644 --- a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/hcl version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/hcl license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/ini.dep.yml b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/ini.dep.yml index 7eb677cf3..df405b622 100644 --- a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/ini.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/ini.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/ini version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/ini license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml index eb799d461..7d06c1a94 100644 --- a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/javaproperties version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/javaproperties license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/json.dep.yml b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/json.dep.yml index ca7d35555..2a66e103f 100644 --- a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/json.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/json.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/json version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/json license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/toml.dep.yml b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/toml.dep.yml index 8a6879765..d07fb2c02 100644 --- a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/toml.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/toml.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/toml version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/toml license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml index 25216cd35..ba17b8d1e 100644 --- a/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/yaml version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/yaml license: mit licenses: diff --git a/.licenses/docsgen/go/github.com/xanzy/ssh-agent.dep.yml b/.licenses/docsgen/go/github.com/xanzy/ssh-agent.dep.yml index 37f99d73c..f0decdadb 100644 --- a/.licenses/docsgen/go/github.com/xanzy/ssh-agent.dep.yml +++ b/.licenses/docsgen/go/github.com/xanzy/ssh-agent.dep.yml @@ -2,7 +2,7 @@ name: github.com/xanzy/ssh-agent version: v0.3.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/xanzy/ssh-agent license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/xeipuuv/gojsonpointer.dep.yml b/.licenses/docsgen/go/github.com/xeipuuv/gojsonpointer.dep.yml index 9633b621e..ab3af42b0 100644 --- a/.licenses/docsgen/go/github.com/xeipuuv/gojsonpointer.dep.yml +++ b/.licenses/docsgen/go/github.com/xeipuuv/gojsonpointer.dep.yml @@ -2,7 +2,7 @@ name: github.com/xeipuuv/gojsonpointer version: v0.0.0-20190905194746-02993c407bfb type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/xeipuuv/gojsonpointer license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/github.com/xeipuuv/gojsonreference.dep.yml b/.licenses/docsgen/go/github.com/xeipuuv/gojsonreference.dep.yml index 1c88bb29b..c7e6e570e 100644 --- a/.licenses/docsgen/go/github.com/xeipuuv/gojsonreference.dep.yml +++ b/.licenses/docsgen/go/github.com/xeipuuv/gojsonreference.dep.yml @@ -2,7 +2,7 @@ name: github.com/xeipuuv/gojsonreference version: v0.0.0-20180127040603-bd5ef7bd5415 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/xeipuuv/gojsonreference license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/go.bug.st/cleanup.dep.yml b/.licenses/docsgen/go/go.bug.st/cleanup.dep.yml index 3d5e9345f..04fd56726 100644 --- a/.licenses/docsgen/go/go.bug.st/cleanup.dep.yml +++ b/.licenses/docsgen/go/go.bug.st/cleanup.dep.yml @@ -2,7 +2,7 @@ name: go.bug.st/cleanup version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/go.bug.st/cleanup license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/go.bug.st/downloader/v2.dep.yml b/.licenses/docsgen/go/go.bug.st/downloader/v2.dep.yml index e255579fe..7ddc2213a 100644 --- a/.licenses/docsgen/go/go.bug.st/downloader/v2.dep.yml +++ b/.licenses/docsgen/go/go.bug.st/downloader/v2.dep.yml @@ -2,7 +2,7 @@ name: go.bug.st/downloader/v2 version: v2.1.1 type: go -summary: +summary: homepage: https://pkg.go.dev/go.bug.st/downloader/v2 license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/go.bug.st/relaxed-semver.dep.yml b/.licenses/docsgen/go/go.bug.st/relaxed-semver.dep.yml index 42e7ce72c..10a1eb16b 100644 --- a/.licenses/docsgen/go/go.bug.st/relaxed-semver.dep.yml +++ b/.licenses/docsgen/go/go.bug.st/relaxed-semver.dep.yml @@ -2,7 +2,7 @@ name: go.bug.st/relaxed-semver version: v0.11.0 type: go -summary: +summary: homepage: https://pkg.go.dev/go.bug.st/relaxed-semver license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml b/.licenses/docsgen/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml index cafd8a3e5..a52ef62f7 100644 --- a/.licenses/docsgen/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml +++ b/.licenses/docsgen/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/genproto/googleapis/rpc/status version: v0.0.0-20231012201019-e917dd12ba7a type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/genproto/googleapis/rpc/status license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml b/.licenses/docsgen/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml index a9a5be304..88d8760fe 100644 --- a/.licenses/docsgen/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml +++ b/.licenses/docsgen/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/grpc/binarylog/grpc_binarylog_v1 version: v1.59.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/grpc/binarylog/grpc_binarylog_v1 license: apache-2.0 licenses: diff --git a/.licenses/docsgen/go/google.golang.org/protobuf/internal/encoding/json.dep.yml b/.licenses/docsgen/go/google.golang.org/protobuf/internal/encoding/json.dep.yml index 800fb08c8..e86ad6594 100644 --- a/.licenses/docsgen/go/google.golang.org/protobuf/internal/encoding/json.dep.yml +++ b/.licenses/docsgen/go/google.golang.org/protobuf/internal/encoding/json.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/internal/encoding/json version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/json license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/google.golang.org/protobuf/internal/impl.dep.yml b/.licenses/docsgen/go/google.golang.org/protobuf/internal/impl.dep.yml index 00ad6a820..4f9f79bc2 100644 --- a/.licenses/docsgen/go/google.golang.org/protobuf/internal/impl.dep.yml +++ b/.licenses/docsgen/go/google.golang.org/protobuf/internal/impl.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/internal/impl version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/impl license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/google.golang.org/protobuf/types/descriptorpb.dep.yml b/.licenses/docsgen/go/google.golang.org/protobuf/types/descriptorpb.dep.yml index e8925e74a..5a60516c0 100644 --- a/.licenses/docsgen/go/google.golang.org/protobuf/types/descriptorpb.dep.yml +++ b/.licenses/docsgen/go/google.golang.org/protobuf/types/descriptorpb.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/types/descriptorpb version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/types/descriptorpb license: bsd-3-clause licenses: diff --git a/.licenses/docsgen/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml b/.licenses/docsgen/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml index add0fd720..6c817177d 100644 --- a/.licenses/docsgen/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml +++ b/.licenses/docsgen/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/types/known/wrapperspb version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/wrapperspb license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml index 0cc9c90d2..16589d0bd 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml @@ -2,7 +2,7 @@ name: github.com/ProtonMail/go-crypto/bitcurves version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml index 99433fa1d..0b8c900e0 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml @@ -2,7 +2,7 @@ name: github.com/ProtonMail/go-crypto/internal/byteutil version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml index 5fcb92ef0..37b3e699c 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml @@ -2,7 +2,7 @@ name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml index 3baea66bf..cf483c9fe 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml index bd8891ead..2178d3995 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/cores version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml index de8a5bd72..5ce75de38 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/cores/packageindex version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores/packageindex license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml index 7ea1cc1ce..1c5e7fbe8 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/globals version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/globals license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml index 016cd13d8..ea0a2de20 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/httpclient version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/httpclient license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml index 6b10a794d..d0f28ba9c 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/libraries version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml index e557531c5..defa8d98f 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/libraries/librariesindex version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesindex license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml index 4376a285f..2cba58cc9 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/libraries/librariesmanager version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml index 09a453d6a..0ce11b908 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/resources version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/resources license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml index a0bb9811c..e8e1222e4 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/security version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/security license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml index fc189ec11..bac854fd0 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/sketch version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketch license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml index b0a8cf5d0..7e30bb651 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/arduino/utils version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/utils license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml index 9191806c4..b0ea5df6e 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/configuration version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/configuration license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml index 376b1a8b8..260b9c867 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/i18n version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/i18n license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml index 025f0d08c..b33bd284c 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1 version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1 license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/version.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/version.dep.yml index d6507b1e3..6afa2344c 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/version.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/version.dep.yml @@ -2,7 +2,7 @@ name: github.com/arduino/arduino-cli/version version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/version license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5.dep.yml index 837015de5..8cf1f1d60 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5 version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5 license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml index a4d1640e4..e89f0e8aa 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/helper/chroot version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/chroot license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml index 674f8705a..45fb9689d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/helper/polyfill version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/polyfill license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/util.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/util.dep.yml index 1d54d0647..e032502f8 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/util.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/util.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/util version: v5.5.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/util license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 2fd134521..12b0040a9 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/internal/path_util version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 4d8592e26..aa850f815 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/internal/url version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index aa8d06376..70273d667 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/cache version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index a213ea816..ad73c74b4 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/color version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index f1f242085..b873c317a 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/filemode version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index a7fa3155d..27e3a9a1d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/format/diff version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 2515a78fc..4fa7689b8 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/protocol/packp version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index 2213013c9..c8e42acc1 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/storage version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 187eeb9b7..6c86e4151 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index 76cc02911..441a27e2a 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/index version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 152e97b28..07dd99cb4 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 282b6843f..023272cdd 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/sync version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 01d114148..7069be08d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/trace version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml index 7aa8349dc..b882c0e3e 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -2,7 +2,7 @@ name: github.com/golang/protobuf/ptypes/any version: v1.5.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml index 094a5c2f1..2fb9459c5 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -2,7 +2,7 @@ name: github.com/golang/protobuf/ptypes/duration version: v1.5.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 3fe208c94..4d92e1ebd 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -2,7 +2,7 @@ name: github.com/golang/protobuf/ptypes/timestamp version: v1.5.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/github.com/h2non/filetype.dep.yml b/.licenses/ruledocsgen/go/github.com/h2non/filetype.dep.yml index 02102b9ee..ce88ad732 100644 --- a/.licenses/ruledocsgen/go/github.com/h2non/filetype.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/h2non/filetype.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/h2non/filetype/matchers.dep.yml b/.licenses/ruledocsgen/go/github.com/h2non/filetype/matchers.dep.yml index e9421e1f8..e441102a1 100644 --- a/.licenses/ruledocsgen/go/github.com/h2non/filetype/matchers.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/h2non/filetype/matchers.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype/matchers version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/h2non/filetype/matchers/isobmff.dep.yml b/.licenses/ruledocsgen/go/github.com/h2non/filetype/matchers/isobmff.dep.yml index 0a3984965..d18a56f5a 100644 --- a/.licenses/ruledocsgen/go/github.com/h2non/filetype/matchers/isobmff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/h2non/filetype/matchers/isobmff.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype/matchers/isobmff version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype/matchers/isobmff license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/h2non/filetype/types.dep.yml b/.licenses/ruledocsgen/go/github.com/h2non/filetype/types.dep.yml index f8fe41654..6a3e9ff8c 100644 --- a/.licenses/ruledocsgen/go/github.com/h2non/filetype/types.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/h2non/filetype/types.dep.yml @@ -2,7 +2,7 @@ name: github.com/h2non/filetype/types version: v1.1.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/h2non/filetype/types license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml index 313c4501f..dd6d66227 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/hcl/strconv version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/hcl/strconv license: mpl-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml index 913fb5bb0..56298114e 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/json/parser version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/json/parser license: mpl-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml index 27f5acdf6..853567e71 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/json/scanner version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/json/scanner license: mpl-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/token.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/token.dep.yml index 3e3939f09..a8332e861 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/token.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/token.dep.yml @@ -2,7 +2,7 @@ name: github.com/hashicorp/hcl/json/token version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/hashicorp/hcl/json/token license: mpl-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/klauspost/compress.dep.yml b/.licenses/ruledocsgen/go/github.com/klauspost/compress.dep.yml index 77de1461e..efc40220d 100644 --- a/.licenses/ruledocsgen/go/github.com/klauspost/compress.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/klauspost/compress.dep.yml @@ -2,7 +2,7 @@ name: github.com/klauspost/compress version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/klauspost/compress license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml b/.licenses/ruledocsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml index 7f59a3f91..46cfdb864 100644 --- a/.licenses/ruledocsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml @@ -2,7 +2,7 @@ name: github.com/klauspost/compress/zstd/internal/xxhash version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/klauspost/compress/zstd/internal/xxhash license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/mattn/go-runewidth.dep.yml b/.licenses/ruledocsgen/go/github.com/mattn/go-runewidth.dep.yml index 554e02ede..5864f57a6 100644 --- a/.licenses/ruledocsgen/go/github.com/mattn/go-runewidth.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/mattn/go-runewidth.dep.yml @@ -2,7 +2,7 @@ name: github.com/mattn/go-runewidth version: v0.0.15 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/mattn/go-runewidth license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml index 7fa750d2d..e839253d0 100644 --- a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml @@ -2,7 +2,7 @@ name: github.com/pelletier/go-toml/v2/internal/characters version: v2.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml index efe373edd..8e8d63498 100644 --- a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml @@ -2,7 +2,7 @@ name: github.com/pelletier/go-toml/v2/internal/danger version: v2.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml index 80f5141e3..558b6cabf 100644 --- a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml @@ -2,7 +2,7 @@ name: github.com/pelletier/go-toml/v2/internal/tracker version: v2.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker license: other licenses: diff --git a/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml b/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml index b00ab4a61..ed7d492fa 100644 --- a/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml @@ -2,7 +2,7 @@ name: github.com/pjbgf/sha1cd/internal version: v0.3.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/pjbgf/sha1cd/internal license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/sagikazarmark/slog-shim.dep.yml b/.licenses/ruledocsgen/go/github.com/sagikazarmark/slog-shim.dep.yml index c21c82ab4..65693d0ff 100644 --- a/.licenses/ruledocsgen/go/github.com/sagikazarmark/slog-shim.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/sagikazarmark/slog-shim.dep.yml @@ -2,7 +2,7 @@ name: github.com/sagikazarmark/slog-shim version: v0.1.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/sagikazarmark/slog-shim license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/afero.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/afero.dep.yml index b1f072c83..47039383f 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/afero.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/afero.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/afero version: v1.10.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/afero license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/afero/internal/common.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/afero/internal/common.dep.yml index d60e00bd5..50dc8ea6b 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/afero/internal/common.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/afero/internal/common.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/afero/internal/common version: v1.10.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/afero/internal/common license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/afero/mem.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/afero/mem.dep.yml index 17bc151fa..8e510717c 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/afero/mem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/afero/mem.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/afero/mem version: v1.10.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/afero/mem license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/viper.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/viper.dep.yml index 61d4b93a8..2b9302185 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/viper.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/viper.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding.dep.yml index d06da4159..129fb9e1e 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml index 520cf1af8..470321e82 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/dotenv.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/dotenv version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/dotenv license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml index 30fb1375c..2e2a80ed8 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/hcl.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/hcl version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/hcl license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/ini.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/ini.dep.yml index 7eb677cf3..df405b622 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/ini.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/ini.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/ini version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/ini license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml index eb799d461..7d06c1a94 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/javaproperties.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/javaproperties version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/javaproperties license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/json.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/json.dep.yml index ca7d35555..2a66e103f 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/json.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/json.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/json version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/json license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/toml.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/toml.dep.yml index 8a6879765..d07fb2c02 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/toml.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/toml.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/toml version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/toml license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml index 25216cd35..ba17b8d1e 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/viper/internal/encoding/yaml.dep.yml @@ -2,7 +2,7 @@ name: github.com/spf13/viper/internal/encoding/yaml version: v1.17.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/spf13/viper/internal/encoding/yaml license: mit licenses: diff --git a/.licenses/ruledocsgen/go/github.com/xanzy/ssh-agent.dep.yml b/.licenses/ruledocsgen/go/github.com/xanzy/ssh-agent.dep.yml index 37f99d73c..f0decdadb 100644 --- a/.licenses/ruledocsgen/go/github.com/xanzy/ssh-agent.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/xanzy/ssh-agent.dep.yml @@ -2,7 +2,7 @@ name: github.com/xanzy/ssh-agent version: v0.3.3 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/xanzy/ssh-agent license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/xeipuuv/gojsonpointer.dep.yml b/.licenses/ruledocsgen/go/github.com/xeipuuv/gojsonpointer.dep.yml index 9633b621e..ab3af42b0 100644 --- a/.licenses/ruledocsgen/go/github.com/xeipuuv/gojsonpointer.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/xeipuuv/gojsonpointer.dep.yml @@ -2,7 +2,7 @@ name: github.com/xeipuuv/gojsonpointer version: v0.0.0-20190905194746-02993c407bfb type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/xeipuuv/gojsonpointer license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/github.com/xeipuuv/gojsonreference.dep.yml b/.licenses/ruledocsgen/go/github.com/xeipuuv/gojsonreference.dep.yml index 1c88bb29b..c7e6e570e 100644 --- a/.licenses/ruledocsgen/go/github.com/xeipuuv/gojsonreference.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/xeipuuv/gojsonreference.dep.yml @@ -2,7 +2,7 @@ name: github.com/xeipuuv/gojsonreference version: v0.0.0-20180127040603-bd5ef7bd5415 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/xeipuuv/gojsonreference license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/go.bug.st/cleanup.dep.yml b/.licenses/ruledocsgen/go/go.bug.st/cleanup.dep.yml index 3d5e9345f..04fd56726 100644 --- a/.licenses/ruledocsgen/go/go.bug.st/cleanup.dep.yml +++ b/.licenses/ruledocsgen/go/go.bug.st/cleanup.dep.yml @@ -2,7 +2,7 @@ name: go.bug.st/cleanup version: v1.0.0 type: go -summary: +summary: homepage: https://pkg.go.dev/go.bug.st/cleanup license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/go.bug.st/downloader/v2.dep.yml b/.licenses/ruledocsgen/go/go.bug.st/downloader/v2.dep.yml index e255579fe..7ddc2213a 100644 --- a/.licenses/ruledocsgen/go/go.bug.st/downloader/v2.dep.yml +++ b/.licenses/ruledocsgen/go/go.bug.st/downloader/v2.dep.yml @@ -2,7 +2,7 @@ name: go.bug.st/downloader/v2 version: v2.1.1 type: go -summary: +summary: homepage: https://pkg.go.dev/go.bug.st/downloader/v2 license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/go.bug.st/relaxed-semver.dep.yml b/.licenses/ruledocsgen/go/go.bug.st/relaxed-semver.dep.yml index 42e7ce72c..10a1eb16b 100644 --- a/.licenses/ruledocsgen/go/go.bug.st/relaxed-semver.dep.yml +++ b/.licenses/ruledocsgen/go/go.bug.st/relaxed-semver.dep.yml @@ -2,7 +2,7 @@ name: go.bug.st/relaxed-semver version: v0.11.0 type: go -summary: +summary: homepage: https://pkg.go.dev/go.bug.st/relaxed-semver license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml b/.licenses/ruledocsgen/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml index cafd8a3e5..a52ef62f7 100644 --- a/.licenses/ruledocsgen/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml +++ b/.licenses/ruledocsgen/go/google.golang.org/genproto/googleapis/rpc/status.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/genproto/googleapis/rpc/status version: v0.0.0-20231012201019-e917dd12ba7a type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/genproto/googleapis/rpc/status license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml b/.licenses/ruledocsgen/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml index a9a5be304..88d8760fe 100644 --- a/.licenses/ruledocsgen/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml +++ b/.licenses/ruledocsgen/go/google.golang.org/grpc/binarylog/grpc_binarylog_v1.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/grpc/binarylog/grpc_binarylog_v1 version: v1.59.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/grpc/binarylog/grpc_binarylog_v1 license: apache-2.0 licenses: diff --git a/.licenses/ruledocsgen/go/google.golang.org/protobuf/internal/encoding/json.dep.yml b/.licenses/ruledocsgen/go/google.golang.org/protobuf/internal/encoding/json.dep.yml index 800fb08c8..e86ad6594 100644 --- a/.licenses/ruledocsgen/go/google.golang.org/protobuf/internal/encoding/json.dep.yml +++ b/.licenses/ruledocsgen/go/google.golang.org/protobuf/internal/encoding/json.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/internal/encoding/json version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/json license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/google.golang.org/protobuf/internal/impl.dep.yml b/.licenses/ruledocsgen/go/google.golang.org/protobuf/internal/impl.dep.yml index 00ad6a820..4f9f79bc2 100644 --- a/.licenses/ruledocsgen/go/google.golang.org/protobuf/internal/impl.dep.yml +++ b/.licenses/ruledocsgen/go/google.golang.org/protobuf/internal/impl.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/internal/impl version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/impl license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/google.golang.org/protobuf/types/descriptorpb.dep.yml b/.licenses/ruledocsgen/go/google.golang.org/protobuf/types/descriptorpb.dep.yml index e8925e74a..5a60516c0 100644 --- a/.licenses/ruledocsgen/go/google.golang.org/protobuf/types/descriptorpb.dep.yml +++ b/.licenses/ruledocsgen/go/google.golang.org/protobuf/types/descriptorpb.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/types/descriptorpb version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/types/descriptorpb license: bsd-3-clause licenses: diff --git a/.licenses/ruledocsgen/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml b/.licenses/ruledocsgen/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml index add0fd720..6c817177d 100644 --- a/.licenses/ruledocsgen/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml +++ b/.licenses/ruledocsgen/go/google.golang.org/protobuf/types/known/wrapperspb.dep.yml @@ -2,7 +2,7 @@ name: google.golang.org/protobuf/types/known/wrapperspb version: v1.33.0 type: go -summary: +summary: homepage: https://pkg.go.dev/google.golang.org/protobuf/types/known/wrapperspb license: bsd-3-clause licenses: From 5a5a641ca503faf23bf8a173a93698fea51220a7 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 29 Jan 2025 12:53:22 -0800 Subject: [PATCH 17/65] Add generated YAML document end markers to dependency license metadata cache The dependency license metadata is generated by the "Licensed" tool. The version of the tool now in use adds YAML document end markers to some metadata files, which were not present in the files generated by the tool at the time the cache was established. I don't know why it adds these markers to only some of the metadata files, but they are valid (though optional so the files without are also correct) and machine generated content is used as-is. The metadata files are hereby updated to use the format produced by the version of the "Licensed" tool currently in use. --- .licenses/arduino-lint/go/github.com/client9/misspell.dep.yml | 1 + .../arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml | 1 + .../arduino-lint/go/github.com/golang/protobuf/proto.dep.yml | 1 + .../arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml | 1 + .../go/github.com/golang/protobuf/ptypes/any.dep.yml | 1 + .../go/github.com/golang/protobuf/ptypes/duration.dep.yml | 1 + .../go/github.com/golang/protobuf/ptypes/timestamp.dep.yml | 1 + .licenses/arduino-lint/go/github.com/hashicorp/hcl.dep.yml | 1 + .../arduino-lint/go/github.com/hashicorp/hcl/hcl/ast.dep.yml | 1 + .../arduino-lint/go/github.com/hashicorp/hcl/hcl/parser.dep.yml | 1 + .../arduino-lint/go/github.com/hashicorp/hcl/hcl/printer.dep.yml | 1 + .../arduino-lint/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml | 1 + .../arduino-lint/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml | 1 + .../arduino-lint/go/github.com/hashicorp/hcl/hcl/token.dep.yml | 1 + .../arduino-lint/go/github.com/hashicorp/hcl/json/parser.dep.yml | 1 + .../go/github.com/hashicorp/hcl/json/scanner.dep.yml | 1 + .../arduino-lint/go/github.com/hashicorp/hcl/json/token.dep.yml | 1 + .licenses/arduino-lint/go/github.com/xanzy/ssh-agent.dep.yml | 1 + .licenses/arduino-lint/go/go.bug.st/cleanup.dep.yml | 1 + .licenses/arduino-lint/go/go.bug.st/downloader/v2.dep.yml | 1 + .licenses/arduino-lint/go/go.bug.st/relaxed-semver.dep.yml | 1 + .licenses/docsgen/go/github.com/client9/misspell.dep.yml | 1 + .licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml | 1 + .licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml | 1 + .licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml | 1 + .../docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml | 1 + .../go/github.com/golang/protobuf/ptypes/duration.dep.yml | 1 + .../go/github.com/golang/protobuf/ptypes/timestamp.dep.yml | 1 + .licenses/docsgen/go/github.com/hashicorp/hcl.dep.yml | 1 + .licenses/docsgen/go/github.com/hashicorp/hcl/hcl/ast.dep.yml | 1 + .licenses/docsgen/go/github.com/hashicorp/hcl/hcl/parser.dep.yml | 1 + .../docsgen/go/github.com/hashicorp/hcl/hcl/printer.dep.yml | 1 + .../docsgen/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml | 1 + .../docsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml | 1 + .licenses/docsgen/go/github.com/hashicorp/hcl/hcl/token.dep.yml | 1 + .../docsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml | 1 + .../docsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml | 1 + .licenses/docsgen/go/github.com/hashicorp/hcl/json/token.dep.yml | 1 + .licenses/docsgen/go/github.com/xanzy/ssh-agent.dep.yml | 1 + .licenses/docsgen/go/go.bug.st/cleanup.dep.yml | 1 + .licenses/docsgen/go/go.bug.st/downloader/v2.dep.yml | 1 + .licenses/docsgen/go/go.bug.st/relaxed-semver.dep.yml | 1 + .licenses/ruledocsgen/go/github.com/client9/misspell.dep.yml | 1 + .../ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml | 1 + .../ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml | 1 + .../ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml | 1 + .../ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml | 1 + .../go/github.com/golang/protobuf/ptypes/duration.dep.yml | 1 + .../go/github.com/golang/protobuf/ptypes/timestamp.dep.yml | 1 + .licenses/ruledocsgen/go/github.com/hashicorp/hcl.dep.yml | 1 + .../ruledocsgen/go/github.com/hashicorp/hcl/hcl/ast.dep.yml | 1 + .../ruledocsgen/go/github.com/hashicorp/hcl/hcl/parser.dep.yml | 1 + .../ruledocsgen/go/github.com/hashicorp/hcl/hcl/printer.dep.yml | 1 + .../ruledocsgen/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml | 1 + .../ruledocsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml | 1 + .../ruledocsgen/go/github.com/hashicorp/hcl/hcl/token.dep.yml | 1 + .../ruledocsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml | 1 + .../ruledocsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml | 1 + .../ruledocsgen/go/github.com/hashicorp/hcl/json/token.dep.yml | 1 + .licenses/ruledocsgen/go/github.com/xanzy/ssh-agent.dep.yml | 1 + .licenses/ruledocsgen/go/go.bug.st/cleanup.dep.yml | 1 + .licenses/ruledocsgen/go/go.bug.st/downloader/v2.dep.yml | 1 + .licenses/ruledocsgen/go/go.bug.st/relaxed-semver.dep.yml | 1 + 63 files changed, 63 insertions(+) diff --git a/.licenses/arduino-lint/go/github.com/client9/misspell.dep.yml b/.licenses/arduino-lint/go/github.com/client9/misspell.dep.yml index f230f5c65..5d7344da9 100644 --- a/.licenses/arduino-lint/go/github.com/client9/misspell.dep.yml +++ b/.licenses/arduino-lint/go/github.com/client9/misspell.dep.yml @@ -59,3 +59,4 @@ notices: CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n`" +... diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml index a45a83434..f31bd044c 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml @@ -38,3 +38,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml index bf2a2ba49..cec24b9a0 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml index 48e471769..61048e010 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml index b882c0e3e..e964341f5 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml index 2fb9459c5..a2afe63a0 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 4d92e1ebd..0eaf03df7 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl.dep.yml index 5aeb06dd5..1d114056f 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/ast.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/ast.dep.yml index ce823de2d..2e3f7db3d 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/ast.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/ast.dep.yml @@ -364,3 +364,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/parser.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/parser.dep.yml index 4d54adcda..7a1584d43 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/parser.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/parser.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/printer.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/printer.dep.yml index 51a38c946..19d6db56f 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/printer.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/printer.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml index a3312d034..982b1288c 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml @@ -364,3 +364,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml index dd6d66227..db6e82107 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/token.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/token.dep.yml index c2f6e6007..63b39601d 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/token.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/hcl/token.dep.yml @@ -364,3 +364,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/parser.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/parser.dep.yml index 56298114e..5c1bf7c56 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/parser.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/parser.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/scanner.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/scanner.dep.yml index 853567e71..1cb30f706 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/scanner.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/scanner.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/token.dep.yml b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/token.dep.yml index a8332e861..88687302c 100644 --- a/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/token.dep.yml +++ b/.licenses/arduino-lint/go/github.com/hashicorp/hcl/json/token.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/arduino-lint/go/github.com/xanzy/ssh-agent.dep.yml b/.licenses/arduino-lint/go/github.com/xanzy/ssh-agent.dep.yml index f0decdadb..ed091a36e 100644 --- a/.licenses/arduino-lint/go/github.com/xanzy/ssh-agent.dep.yml +++ b/.licenses/arduino-lint/go/github.com/xanzy/ssh-agent.dep.yml @@ -216,3 +216,4 @@ licenses: 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 notices: [] +... diff --git a/.licenses/arduino-lint/go/go.bug.st/cleanup.dep.yml b/.licenses/arduino-lint/go/go.bug.st/cleanup.dep.yml index 04fd56726..dfbdbf5de 100644 --- a/.licenses/arduino-lint/go/go.bug.st/cleanup.dep.yml +++ b/.licenses/arduino-lint/go/go.bug.st/cleanup.dep.yml @@ -42,3 +42,4 @@ licenses: POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/arduino-lint/go/go.bug.st/downloader/v2.dep.yml b/.licenses/arduino-lint/go/go.bug.st/downloader/v2.dep.yml index 7ddc2213a..1047c6801 100644 --- a/.licenses/arduino-lint/go/go.bug.st/downloader/v2.dep.yml +++ b/.licenses/arduino-lint/go/go.bug.st/downloader/v2.dep.yml @@ -42,3 +42,4 @@ licenses: POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/arduino-lint/go/go.bug.st/relaxed-semver.dep.yml b/.licenses/arduino-lint/go/go.bug.st/relaxed-semver.dep.yml index 10a1eb16b..5bb45ca6a 100644 --- a/.licenses/arduino-lint/go/go.bug.st/relaxed-semver.dep.yml +++ b/.licenses/arduino-lint/go/go.bug.st/relaxed-semver.dep.yml @@ -42,3 +42,4 @@ licenses: POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/client9/misspell.dep.yml b/.licenses/docsgen/go/github.com/client9/misspell.dep.yml index f230f5c65..5d7344da9 100644 --- a/.licenses/docsgen/go/github.com/client9/misspell.dep.yml +++ b/.licenses/docsgen/go/github.com/client9/misspell.dep.yml @@ -59,3 +59,4 @@ notices: CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n`" +... diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml index a45a83434..f31bd044c 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml @@ -38,3 +38,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml index bf2a2ba49..cec24b9a0 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml index 48e471769..61048e010 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml index b882c0e3e..e964341f5 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml index 2fb9459c5..a2afe63a0 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 4d92e1ebd..0eaf03df7 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl.dep.yml index 5aeb06dd5..1d114056f 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/ast.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/ast.dep.yml index ce823de2d..2e3f7db3d 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/ast.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/ast.dep.yml @@ -364,3 +364,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/parser.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/parser.dep.yml index 4d54adcda..7a1584d43 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/parser.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/parser.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/printer.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/printer.dep.yml index 51a38c946..19d6db56f 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/printer.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/printer.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml index a3312d034..982b1288c 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml @@ -364,3 +364,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml index dd6d66227..db6e82107 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/token.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/token.dep.yml index c2f6e6007..63b39601d 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/token.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/hcl/token.dep.yml @@ -364,3 +364,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml index 56298114e..5c1bf7c56 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml index 853567e71..1cb30f706 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/token.dep.yml b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/token.dep.yml index a8332e861..88687302c 100644 --- a/.licenses/docsgen/go/github.com/hashicorp/hcl/json/token.dep.yml +++ b/.licenses/docsgen/go/github.com/hashicorp/hcl/json/token.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/docsgen/go/github.com/xanzy/ssh-agent.dep.yml b/.licenses/docsgen/go/github.com/xanzy/ssh-agent.dep.yml index f0decdadb..ed091a36e 100644 --- a/.licenses/docsgen/go/github.com/xanzy/ssh-agent.dep.yml +++ b/.licenses/docsgen/go/github.com/xanzy/ssh-agent.dep.yml @@ -216,3 +216,4 @@ licenses: 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 notices: [] +... diff --git a/.licenses/docsgen/go/go.bug.st/cleanup.dep.yml b/.licenses/docsgen/go/go.bug.st/cleanup.dep.yml index 04fd56726..dfbdbf5de 100644 --- a/.licenses/docsgen/go/go.bug.st/cleanup.dep.yml +++ b/.licenses/docsgen/go/go.bug.st/cleanup.dep.yml @@ -42,3 +42,4 @@ licenses: POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/docsgen/go/go.bug.st/downloader/v2.dep.yml b/.licenses/docsgen/go/go.bug.st/downloader/v2.dep.yml index 7ddc2213a..1047c6801 100644 --- a/.licenses/docsgen/go/go.bug.st/downloader/v2.dep.yml +++ b/.licenses/docsgen/go/go.bug.st/downloader/v2.dep.yml @@ -42,3 +42,4 @@ licenses: POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/docsgen/go/go.bug.st/relaxed-semver.dep.yml b/.licenses/docsgen/go/go.bug.st/relaxed-semver.dep.yml index 10a1eb16b..5bb45ca6a 100644 --- a/.licenses/docsgen/go/go.bug.st/relaxed-semver.dep.yml +++ b/.licenses/docsgen/go/go.bug.st/relaxed-semver.dep.yml @@ -42,3 +42,4 @@ licenses: POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/client9/misspell.dep.yml b/.licenses/ruledocsgen/go/github.com/client9/misspell.dep.yml index f230f5c65..5d7344da9 100644 --- a/.licenses/ruledocsgen/go/github.com/client9/misspell.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/client9/misspell.dep.yml @@ -59,3 +59,4 @@ notices: CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n`" +... diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml index a45a83434..f31bd044c 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml @@ -38,3 +38,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml index bf2a2ba49..cec24b9a0 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml index 48e471769..61048e010 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml index b882c0e3e..e964341f5 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml index 2fb9459c5..a2afe63a0 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 4d92e1ebd..0eaf03df7 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -37,3 +37,4 @@ licenses: OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl.dep.yml index 5aeb06dd5..1d114056f 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/ast.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/ast.dep.yml index ce823de2d..2e3f7db3d 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/ast.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/ast.dep.yml @@ -364,3 +364,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/parser.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/parser.dep.yml index 4d54adcda..7a1584d43 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/parser.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/parser.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/printer.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/printer.dep.yml index 51a38c946..19d6db56f 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/printer.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/printer.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml index a3312d034..982b1288c 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/scanner.dep.yml @@ -364,3 +364,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml index dd6d66227..db6e82107 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/strconv.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/token.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/token.dep.yml index c2f6e6007..63b39601d 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/token.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/hcl/token.dep.yml @@ -364,3 +364,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml index 56298114e..5c1bf7c56 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/parser.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml index 853567e71..1cb30f706 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/scanner.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/token.dep.yml b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/token.dep.yml index a8332e861..88687302c 100644 --- a/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/token.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/hashicorp/hcl/json/token.dep.yml @@ -363,3 +363,4 @@ licenses: the Mozilla Public License, v. 2.0. notices: [] +... diff --git a/.licenses/ruledocsgen/go/github.com/xanzy/ssh-agent.dep.yml b/.licenses/ruledocsgen/go/github.com/xanzy/ssh-agent.dep.yml index f0decdadb..ed091a36e 100644 --- a/.licenses/ruledocsgen/go/github.com/xanzy/ssh-agent.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/xanzy/ssh-agent.dep.yml @@ -216,3 +216,4 @@ licenses: 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 notices: [] +... diff --git a/.licenses/ruledocsgen/go/go.bug.st/cleanup.dep.yml b/.licenses/ruledocsgen/go/go.bug.st/cleanup.dep.yml index 04fd56726..dfbdbf5de 100644 --- a/.licenses/ruledocsgen/go/go.bug.st/cleanup.dep.yml +++ b/.licenses/ruledocsgen/go/go.bug.st/cleanup.dep.yml @@ -42,3 +42,4 @@ licenses: POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/ruledocsgen/go/go.bug.st/downloader/v2.dep.yml b/.licenses/ruledocsgen/go/go.bug.st/downloader/v2.dep.yml index 7ddc2213a..1047c6801 100644 --- a/.licenses/ruledocsgen/go/go.bug.st/downloader/v2.dep.yml +++ b/.licenses/ruledocsgen/go/go.bug.st/downloader/v2.dep.yml @@ -42,3 +42,4 @@ licenses: POSSIBILITY OF SUCH DAMAGE. notices: [] +... diff --git a/.licenses/ruledocsgen/go/go.bug.st/relaxed-semver.dep.yml b/.licenses/ruledocsgen/go/go.bug.st/relaxed-semver.dep.yml index 10a1eb16b..5bb45ca6a 100644 --- a/.licenses/ruledocsgen/go/go.bug.st/relaxed-semver.dep.yml +++ b/.licenses/ruledocsgen/go/go.bug.st/relaxed-semver.dep.yml @@ -42,3 +42,4 @@ licenses: POSSIBILITY OF SUCH DAMAGE. notices: [] +... From d6c5d72db98070fe0a71b0490d4b22ac9958470f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 21:55:30 +0000 Subject: [PATCH 18/65] Bump github.com/go-git/go-git/v5 from 5.12.0 to 5.13.2 Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.12.0 to 5.13.2. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.12.0...v5.13.2) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 20 +++++++------- go.sum | 84 ++++++++++++++++++++-------------------------------------- 2 files changed, 38 insertions(+), 66 deletions(-) diff --git a/go.mod b/go.mod index 8daa8bb2f..f881ca2fa 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/arduino/go-paths-helper v1.12.1 github.com/arduino/go-properties-orderedmap v1.8.1 github.com/client9/misspell v0.3.4 - github.com/go-git/go-git/v5 v5.12.0 + github.com/go-git/go-git/v5 v5.13.2 github.com/olekukonko/tablewriter v0.0.5 github.com/ory/jsonschema/v3 v3.0.4 github.com/sirupsen/logrus v1.9.3 @@ -27,20 +27,20 @@ require ( dario.cat/mergo v1.0.0 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect github.com/OneOfOne/xxhash v1.2.8 // indirect - github.com/ProtonMail/go-crypto v1.0.0 // indirect + github.com/ProtonMail/go-crypto v1.1.5 // indirect github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect github.com/cloudflare/circl v1.3.7 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect - github.com/cyphar/filepath-securejoin v0.2.4 // indirect + github.com/cyphar/filepath-securejoin v0.3.6 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect - github.com/go-git/go-billy/v5 v5.5.0 // indirect + github.com/go-git/go-billy/v5 v5.6.2 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect @@ -68,7 +68,7 @@ require ( github.com/pborman/uuid v1.2.1 // indirect github.com/pelletier/go-toml v1.9.4 // indirect github.com/pelletier/go-toml/v2 v2.1.0 // indirect - github.com/pjbgf/sha1cd v0.3.0 // indirect + github.com/pjbgf/sha1cd v0.3.2 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/rivo/uniseg v0.4.4 // indirect @@ -76,7 +76,7 @@ require ( github.com/sagikazarmark/slog-shim v0.1.0 // indirect github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect - github.com/skeema/knownhosts v1.2.2 // indirect + github.com/skeema/knownhosts v1.3.0 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect github.com/spf13/afero v1.10.0 // indirect @@ -95,13 +95,13 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.32.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/net v0.34.0 // indirect golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect + golang.org/x/sys v0.29.0 // indirect + golang.org/x/term v0.28.0 // indirect golang.org/x/text v0.21.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect diff --git a/go.sum b/go.sum index 2f35e3797..fc4daf3ab 100644 --- a/go.sum +++ b/go.sum @@ -58,8 +58,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8 github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= -github.com/ProtonMail/go-crypto v1.0.0 h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78= -github.com/ProtonMail/go-crypto v1.0.0/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0= +github.com/ProtonMail/go-crypto v1.1.5 h1:eoAQfK2dwL+tFSFpr7TbOaPNUbPiJj4fLYwwGE1FQO4= +github.com/ProtonMail/go-crypto v1.1.5/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= @@ -111,7 +111,6 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= github.com/bmatcuk/doublestar/v2 v2.0.3/go.mod h1:QMmcs3H2AUQICWhfzLXz+IYln8lRQmTZRptLie8RgRw= github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4= -github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ= github.com/cenkalti/backoff v2.1.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= @@ -128,7 +127,6 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA= github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= @@ -169,8 +167,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA= -github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg= -github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4= +github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM= +github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= @@ -199,8 +197,8 @@ github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaB github.com/elastic/go-sysinfo v1.1.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0= github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU= github.com/elazarl/goproxy v0.0.0-20181003060214-f58a169a71a5/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a h1:mATvB/9r/3gvcejNsXKSkQ6lcIaNec2nyfOdlTBR2lU= -github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= +github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM= +github.com/elazarl/goproxy v1.4.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= @@ -229,19 +227,19 @@ github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4 github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/gliderlabs/ssh v0.3.7 h1:iV3Bqi942d9huXnzEF2Mt+CY9gLu8DNM4Obd+8bODRE= -github.com/gliderlabs/ssh v0.3.7/go.mod h1:zpHEXBstFnQYtGnB8k8kQLol82umzn/2/snG7alWVD8= +github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c= +github.com/gliderlabs/ssh v0.3.8/go.mod h1:xYoytBv1sV0aL3CavoDuJIQNURXkkfPA/wxQ1pL1fAU= github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/go-bindata/go-bindata v3.1.1+incompatible/go.mod h1:xK8Dsgwmeed+BBsSy2XTopBn/8uK2HWuGSnA11C3Joo= github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI= github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic= -github.com/go-git/go-billy/v5 v5.5.0 h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU= -github.com/go-git/go-billy/v5 v5.5.0/go.mod h1:hmexnoNsr2SJU1Ju67OaNz5ASJY3+sHgFRpCtpDCKow= +github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM= +github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.12.0 h1:7Md+ndsjrzZxbddRDZjF14qK+NN56sy6wkqaVrjZtys= -github.com/go-git/go-git/v5 v5.12.0/go.mod h1:FTM9VKtnI2m65hNI/TenDDDnUf2Q9FHnXYjuz9i5OEY= +github.com/go-git/go-git/v5 v5.13.2 h1:7O7xvsK7K+rZPKW6AQR1YyNhfywkv7B8/FsP3ki6Zv0= +github.com/go-git/go-git/v5 v5.13.2/go.mod h1:hWdW5P4YZRjmpGHwRH2v3zkWcNl6HeXaXQEMGb3NJ9A= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -991,8 +989,8 @@ github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1Cpa github.com/onsi/gomega v1.6.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= -github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI= -github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M= +github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k= +github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY= github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk= github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= @@ -1062,8 +1060,8 @@ github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2/go.mod h1:iIss55rK github.com/philhofer/fwd v1.0.0/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU= github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= -github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4= -github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI= +github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4= +github.com/pjbgf/sha1cd v0.3.2/go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1-0.20171018195549-f15c970de5b7/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -1121,8 +1119,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.4.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.5.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M= -github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= +github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/rs/cors v1.6.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= @@ -1183,8 +1181,8 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/skeema/knownhosts v1.2.2 h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L3A= -github.com/skeema/knownhosts v1.2.2/go.mod h1:xYbVRSPxqBZFrdmDyMmsOs+uX1UZC3nTN3ThzgDxUwo= +github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY= +github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= @@ -1305,7 +1303,6 @@ github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q= github.com/ziutek/mymysql v1.5.4/go.mod h1:LMSpPZ6DbqWFxNCHW77HeMg9I646SAhApZ/wKdgO/C0= go.bug.st/cleanup v1.0.0 h1:XVj1HZxkBXeq3gMT7ijWUpHyIC1j8XAoNSyQ06CskgA= @@ -1415,13 +1412,10 @@ golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= -golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= -golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= -golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc= +golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1463,8 +1457,6 @@ golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0= golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -1522,12 +1514,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= -golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= -golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= -golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= +golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1549,8 +1537,6 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1638,23 +1624,14 @@ golang.org/x/sys v0.0.0-20210309074719-68d13333faf2/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= +golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= -golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= -golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= -golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg= +golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1665,9 +1642,6 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1770,8 +1744,6 @@ golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= -golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.25.0 h1:oFU9pkj/iJgs+0DT+VMHrx+oBKs/LJMV+Uvg78sl+fE= golang.org/x/tools v0.25.0/go.mod h1:/vtpO8WL1N9cQC3FN5zPqb//fRXskFHbLKk4OW1Q7rg= golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= From e2befb5c51aba64ac03d031ce84a2097239e5c49 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 29 Jan 2025 04:37:14 -0800 Subject: [PATCH 19/65] Tidy dependent modules to reflect `github.com/go-git/go-git` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 20 +++++------ docsgen/go.sum | 84 ++++++++++++++++------------------------------ ruledocsgen/go.mod | 20 +++++------ ruledocsgen/go.sum | 68 ++++++++++++++++--------------------- 4 files changed, 76 insertions(+), 116 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index 5597cfb2a..9557eceea 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -17,7 +17,7 @@ require ( require ( dario.cat/mergo v1.0.0 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect - github.com/ProtonMail/go-crypto v1.0.0 // indirect + github.com/ProtonMail/go-crypto v1.1.5 // indirect github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 // indirect github.com/arduino/go-paths-helper v1.12.1 // indirect github.com/arduino/go-properties-orderedmap v1.8.1 // indirect @@ -28,14 +28,14 @@ require ( github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect - github.com/cyphar/filepath-securejoin v0.2.4 // indirect + github.com/cyphar/filepath-securejoin v0.3.6 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect - github.com/go-git/go-billy/v5 v5.5.0 // indirect - github.com/go-git/go-git/v5 v5.12.0 // indirect + github.com/go-git/go-billy/v5 v5.6.2 // indirect + github.com/go-git/go-git/v5 v5.13.2 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect @@ -65,7 +65,7 @@ require ( github.com/pborman/uuid v1.2.1 // indirect github.com/pelletier/go-toml v1.9.4 // indirect github.com/pelletier/go-toml/v2 v2.1.0 // indirect - github.com/pjbgf/sha1cd v0.3.0 // indirect + github.com/pjbgf/sha1cd v0.3.2 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/rivo/uniseg v0.4.4 // indirect @@ -75,7 +75,7 @@ require ( github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect github.com/sirupsen/logrus v1.9.3 // indirect - github.com/skeema/knownhosts v1.2.2 // indirect + github.com/skeema/knownhosts v1.3.0 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/afero v1.10.0 // indirect github.com/spf13/cast v1.5.1 // indirect @@ -98,13 +98,13 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.32.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/net v0.34.0 // indirect golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect + golang.org/x/sys v0.29.0 // indirect + golang.org/x/term v0.28.0 // indirect golang.org/x/text v0.21.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index 5c090c232..19a69d993 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -58,8 +58,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8 github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= -github.com/ProtonMail/go-crypto v1.0.0 h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78= -github.com/ProtonMail/go-crypto v1.0.0/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0= +github.com/ProtonMail/go-crypto v1.1.5 h1:eoAQfK2dwL+tFSFpr7TbOaPNUbPiJj4fLYwwGE1FQO4= +github.com/ProtonMail/go-crypto v1.1.5/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= @@ -111,7 +111,6 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= github.com/bmatcuk/doublestar/v2 v2.0.3/go.mod h1:QMmcs3H2AUQICWhfzLXz+IYln8lRQmTZRptLie8RgRw= github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4= -github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ= github.com/cenkalti/backoff v2.1.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= @@ -128,7 +127,6 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA= github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= @@ -170,8 +168,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA= -github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg= -github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4= +github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM= +github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= @@ -200,8 +198,8 @@ github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaB github.com/elastic/go-sysinfo v1.1.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0= github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU= github.com/elazarl/goproxy v0.0.0-20181003060214-f58a169a71a5/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a h1:mATvB/9r/3gvcejNsXKSkQ6lcIaNec2nyfOdlTBR2lU= -github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= +github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM= +github.com/elazarl/goproxy v1.4.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= @@ -230,19 +228,19 @@ github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4 github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/gliderlabs/ssh v0.3.7 h1:iV3Bqi942d9huXnzEF2Mt+CY9gLu8DNM4Obd+8bODRE= -github.com/gliderlabs/ssh v0.3.7/go.mod h1:zpHEXBstFnQYtGnB8k8kQLol82umzn/2/snG7alWVD8= +github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c= +github.com/gliderlabs/ssh v0.3.8/go.mod h1:xYoytBv1sV0aL3CavoDuJIQNURXkkfPA/wxQ1pL1fAU= github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/go-bindata/go-bindata v3.1.1+incompatible/go.mod h1:xK8Dsgwmeed+BBsSy2XTopBn/8uK2HWuGSnA11C3Joo= github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI= github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic= -github.com/go-git/go-billy/v5 v5.5.0 h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU= -github.com/go-git/go-billy/v5 v5.5.0/go.mod h1:hmexnoNsr2SJU1Ju67OaNz5ASJY3+sHgFRpCtpDCKow= +github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM= +github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.12.0 h1:7Md+ndsjrzZxbddRDZjF14qK+NN56sy6wkqaVrjZtys= -github.com/go-git/go-git/v5 v5.12.0/go.mod h1:FTM9VKtnI2m65hNI/TenDDDnUf2Q9FHnXYjuz9i5OEY= +github.com/go-git/go-git/v5 v5.13.2 h1:7O7xvsK7K+rZPKW6AQR1YyNhfywkv7B8/FsP3ki6Zv0= +github.com/go-git/go-git/v5 v5.13.2/go.mod h1:hWdW5P4YZRjmpGHwRH2v3zkWcNl6HeXaXQEMGb3NJ9A= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -992,8 +990,8 @@ github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1Cpa github.com/onsi/gomega v1.6.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= -github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI= -github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M= +github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k= +github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY= github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk= github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= @@ -1063,8 +1061,8 @@ github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2/go.mod h1:iIss55rK github.com/philhofer/fwd v1.0.0/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU= github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= -github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4= -github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI= +github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4= +github.com/pjbgf/sha1cd v0.3.2/go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1-0.20171018195549-f15c970de5b7/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -1122,8 +1120,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.4.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.5.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M= -github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= +github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/rs/cors v1.6.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= @@ -1185,8 +1183,8 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/skeema/knownhosts v1.2.2 h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L3A= -github.com/skeema/knownhosts v1.2.2/go.mod h1:xYbVRSPxqBZFrdmDyMmsOs+uX1UZC3nTN3ThzgDxUwo= +github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY= +github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= @@ -1307,7 +1305,6 @@ github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9de github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q= github.com/ziutek/mymysql v1.5.4/go.mod h1:LMSpPZ6DbqWFxNCHW77HeMg9I646SAhApZ/wKdgO/C0= go.bug.st/cleanup v1.0.0 h1:XVj1HZxkBXeq3gMT7ijWUpHyIC1j8XAoNSyQ06CskgA= @@ -1417,13 +1414,10 @@ golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= -golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= -golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= -golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc= +golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1465,8 +1459,6 @@ golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs= golang.org/x/mod v0.21.0 h1:vvrHzRwRfVKSiLrG+d4FMl/Qi4ukBCE6kZlTUkDYRT0= golang.org/x/mod v0.21.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -1524,12 +1516,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= -golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= -golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= -golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= +golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1551,8 +1539,6 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1640,23 +1626,14 @@ golang.org/x/sys v0.0.0-20210309074719-68d13333faf2/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= +golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= -golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= -golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= -golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg= +golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1667,9 +1644,6 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1772,8 +1746,6 @@ golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4f golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= -golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU= golang.org/x/tools v0.25.0 h1:oFU9pkj/iJgs+0DT+VMHrx+oBKs/LJMV+Uvg78sl+fE= golang.org/x/tools v0.25.0/go.mod h1:/vtpO8WL1N9cQC3FN5zPqb//fRXskFHbLKk4OW1Q7rg= golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index f7df8cb34..56ba6293f 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -17,7 +17,7 @@ require ( require ( dario.cat/mergo v1.0.0 // indirect github.com/Microsoft/go-winio v0.6.1 // indirect - github.com/ProtonMail/go-crypto v1.0.0 // indirect + github.com/ProtonMail/go-crypto v1.1.5 // indirect github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 // indirect github.com/arduino/go-properties-orderedmap v1.8.1 // indirect github.com/arduino/go-win32-utils v1.0.0 // indirect @@ -26,14 +26,14 @@ require ( github.com/cloudflare/circl v1.3.7 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect - github.com/cyphar/filepath-securejoin v0.2.4 // indirect + github.com/cyphar/filepath-securejoin v0.3.6 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect - github.com/go-git/go-billy/v5 v5.5.0 // indirect - github.com/go-git/go-git/v5 v5.12.0 // indirect + github.com/go-git/go-billy/v5 v5.6.2 // indirect + github.com/go-git/go-git/v5 v5.13.2 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect @@ -62,7 +62,7 @@ require ( github.com/pborman/uuid v1.2.1 // indirect github.com/pelletier/go-toml v1.9.4 // indirect github.com/pelletier/go-toml/v2 v2.1.0 // indirect - github.com/pjbgf/sha1cd v0.3.0 // indirect + github.com/pjbgf/sha1cd v0.3.2 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect github.com/rivo/uniseg v0.4.4 // indirect @@ -71,7 +71,7 @@ require ( github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect github.com/sirupsen/logrus v1.9.3 // indirect - github.com/skeema/knownhosts v1.2.2 // indirect + github.com/skeema/knownhosts v1.3.0 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/afero v1.10.0 // indirect github.com/spf13/cast v1.5.1 // indirect @@ -94,13 +94,13 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.31.0 // indirect + golang.org/x/crypto v0.32.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.33.0 // indirect + golang.org/x/net v0.34.0 // indirect golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.28.0 // indirect - golang.org/x/term v0.27.0 // indirect + golang.org/x/sys v0.29.0 // indirect + golang.org/x/term v0.28.0 // indirect golang.org/x/text v0.21.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index c4f36a31e..8e4859322 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -60,8 +60,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8 github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= -github.com/ProtonMail/go-crypto v1.0.0 h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78= -github.com/ProtonMail/go-crypto v1.0.0/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0= +github.com/ProtonMail/go-crypto v1.1.5 h1:eoAQfK2dwL+tFSFpr7TbOaPNUbPiJj4fLYwwGE1FQO4= +github.com/ProtonMail/go-crypto v1.1.5/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= github.com/PuerkitoBio/goquery v1.9.2/go.mod h1:GHPCaP0ODyyxqcNoFGYlAprUFH81NuRPd0GX3Zu2Mvk= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= @@ -115,7 +115,6 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= github.com/bmatcuk/doublestar/v2 v2.0.3/go.mod h1:QMmcs3H2AUQICWhfzLXz+IYln8lRQmTZRptLie8RgRw= github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4= -github.com/bwesterb/go-ristretto v1.2.3/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0= github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ= github.com/cenkalti/backoff v2.1.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM= @@ -132,7 +131,6 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA= github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= @@ -173,8 +171,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA= -github.com/cyphar/filepath-securejoin v0.2.4 h1:Ugdm7cg7i6ZK6x3xDF1oEu1nfkyfH53EtKeQYTC3kyg= -github.com/cyphar/filepath-securejoin v0.2.4/go.mod h1:aPGpWjXOXUn2NCNjFvBE6aRxGGx79pTxQpKOJNYHHl4= +github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM= +github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= @@ -203,8 +201,8 @@ github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaB github.com/elastic/go-sysinfo v1.1.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0= github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU= github.com/elazarl/goproxy v0.0.0-20181003060214-f58a169a71a5/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a h1:mATvB/9r/3gvcejNsXKSkQ6lcIaNec2nyfOdlTBR2lU= -github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= +github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM= +github.com/elazarl/goproxy v1.4.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= @@ -233,19 +231,19 @@ github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4 github.com/fsnotify/fsnotify v1.6.0 h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY= github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbSClcnxKAGw= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/gliderlabs/ssh v0.3.7 h1:iV3Bqi942d9huXnzEF2Mt+CY9gLu8DNM4Obd+8bODRE= -github.com/gliderlabs/ssh v0.3.7/go.mod h1:zpHEXBstFnQYtGnB8k8kQLol82umzn/2/snG7alWVD8= +github.com/gliderlabs/ssh v0.3.8 h1:a4YXD1V7xMF9g5nTkdfnja3Sxy1PVDCj1Zg4Wb8vY6c= +github.com/gliderlabs/ssh v0.3.8/go.mod h1:xYoytBv1sV0aL3CavoDuJIQNURXkkfPA/wxQ1pL1fAU= github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/go-bindata/go-bindata v3.1.1+incompatible/go.mod h1:xK8Dsgwmeed+BBsSy2XTopBn/8uK2HWuGSnA11C3Joo= github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 h1:+zs/tPmkDkHx3U66DAb0lQFJrpS6731Oaa12ikc+DiI= github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376/go.mod h1:an3vInlBmSxCcxctByoQdvwPiA7DTK7jaaFDBTtu0ic= -github.com/go-git/go-billy/v5 v5.5.0 h1:yEY4yhzCDuMGSv83oGxiBotRzhwhNr8VZyphhiu+mTU= -github.com/go-git/go-billy/v5 v5.5.0/go.mod h1:hmexnoNsr2SJU1Ju67OaNz5ASJY3+sHgFRpCtpDCKow= +github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UNbRM= +github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.12.0 h1:7Md+ndsjrzZxbddRDZjF14qK+NN56sy6wkqaVrjZtys= -github.com/go-git/go-git/v5 v5.12.0/go.mod h1:FTM9VKtnI2m65hNI/TenDDDnUf2Q9FHnXYjuz9i5OEY= +github.com/go-git/go-git/v5 v5.13.2 h1:7O7xvsK7K+rZPKW6AQR1YyNhfywkv7B8/FsP3ki6Zv0= +github.com/go-git/go-git/v5 v5.13.2/go.mod h1:hWdW5P4YZRjmpGHwRH2v3zkWcNl6HeXaXQEMGb3NJ9A= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -995,8 +993,8 @@ github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1Cpa github.com/onsi/gomega v1.6.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= -github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI= -github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M= +github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k= +github.com/onsi/gomega v1.34.1/go.mod h1:kU1QgUvBDLXBJq618Xvm2LUX6rSAfRaFRTcdOeDLwwY= github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk= github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= @@ -1066,8 +1064,8 @@ github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2/go.mod h1:iIss55rK github.com/philhofer/fwd v1.0.0/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU= github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= -github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4= -github.com/pjbgf/sha1cd v0.3.0/go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI= +github.com/pjbgf/sha1cd v0.3.2 h1:a9wb0bp1oC2TGwStyn0Umc/IGKQnEgF0vVaZ8QF8eo4= +github.com/pjbgf/sha1cd v0.3.2/go.mod h1:zQWigSxVmsHEZow5qaLtPYxpcKMMQpa09ixqBxuCS6A= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1-0.20171018195549-f15c970de5b7/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -1125,8 +1123,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.4.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.5.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M= -github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUzkipdSkR5nkCZA= +github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= +github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= github.com/rs/cors v1.6.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= @@ -1189,8 +1187,8 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/skeema/knownhosts v1.2.2 h1:Iug2P4fLmDw9f41PB6thxUkNUkJzB5i+1/exaj40L3A= -github.com/skeema/knownhosts v1.2.2/go.mod h1:xYbVRSPxqBZFrdmDyMmsOs+uX1UZC3nTN3ThzgDxUwo= +github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY= +github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= @@ -1425,13 +1423,11 @@ golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a/go.mod h1:hebNnKkNXi2UzZN1eVRvBB7co0a+JxK6XbPiWVs/3J4= -golang.org/x/crypto v0.7.0/go.mod h1:pYwdfH91IfpZVANVyUOhSIPZaFoJGxTFbZhFTx+dXZU= golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU= golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M= golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8= -golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U= -golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk= +golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc= +golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1533,16 +1529,14 @@ golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY= golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs= -golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc= golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= -golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I= -golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4= +golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= +golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1657,8 +1651,6 @@ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.3.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -1666,20 +1658,18 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA= -golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= +golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.2.0/go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= -golang.org/x/term v0.6.0/go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U= golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY= golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk= golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk= golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= -golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q= -golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM= +golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg= +golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1690,9 +1680,7 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= -golang.org/x/text v0.8.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= From 72018d0a893db9aaa409307f7c519ff12af6791f Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 29 Jan 2025 14:20:24 -0800 Subject: [PATCH 20/65] Update dependency license metadata cache for `github.com/go-git/go-git` bump --- .../ProtonMail/go-crypto/bitcurves.dep.yml | 6 +- .../ProtonMail/go-crypto/brainpool.dep.yml | 6 +- .../ProtonMail/go-crypto/eax.dep.yml | 6 +- .../go-crypto/internal/byteutil.dep.yml | 6 +- .../ProtonMail/go-crypto/ocb.dep.yml | 6 +- .../ProtonMail/go-crypto/openpgp.dep.yml | 6 +- .../go-crypto/openpgp/aes/keywrap.dep.yml | 6 +- .../go-crypto/openpgp/armor.dep.yml | 6 +- .../ProtonMail/go-crypto/openpgp/ecdh.dep.yml | 6 +- .../go-crypto/openpgp/ecdsa.dep.yml | 6 +- .../go-crypto/openpgp/ed25519.dep.yml | 63 +++++++++++++++++++ .../go-crypto/openpgp/ed448.dep.yml | 63 +++++++++++++++++++ .../go-crypto/openpgp/eddsa.dep.yml | 6 +- .../go-crypto/openpgp/elgamal.dep.yml | 6 +- .../go-crypto/openpgp/errors.dep.yml | 6 +- .../openpgp/internal/algorithm.dep.yml | 6 +- .../go-crypto/openpgp/internal/ecc.dep.yml | 6 +- .../openpgp/internal/encoding.dep.yml | 6 +- .../go-crypto/openpgp/packet.dep.yml | 6 +- .../ProtonMail/go-crypto/openpgp/s2k.dep.yml | 6 +- .../go-crypto/openpgp/x25519.dep.yml | 62 ++++++++++++++++++ .../ProtonMail/go-crypto/openpgp/x448.dep.yml | 62 ++++++++++++++++++ .../cyphar/filepath-securejoin.dep.yml | 8 +-- .../go/github.com/go-git/go-billy/v5.dep.yml | 2 +- .../go-git/go-billy/v5/helper/chroot.dep.yml | 6 +- .../go-billy/v5/helper/polyfill.dep.yml | 6 +- .../go-git/go-billy/v5/osfs.dep.yml | 6 +- .../go-git/go-billy/v5/util.dep.yml | 6 +- .../go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go-git/go-git/v5/config.dep.yml | 6 +- .../go-git/v5/internal/path_util.dep.yml | 6 +- .../go-git/v5/internal/revision.dep.yml | 6 +- .../go-git/go-git/v5/internal/url.dep.yml | 6 +- .../go-git/go-git/v5/plumbing.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/cache.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/color.dep.yml | 6 +- .../go-git/v5/plumbing/filemode.dep.yml | 6 +- .../go-git/v5/plumbing/format/config.dep.yml | 6 +- .../go-git/v5/plumbing/format/diff.dep.yml | 6 +- .../v5/plumbing/format/gitignore.dep.yml | 6 +- .../go-git/v5/plumbing/format/idxfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/index.dep.yml | 6 +- .../go-git/v5/plumbing/format/objfile.dep.yml | 6 +- .../v5/plumbing/format/packfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/pktline.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/hash.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/object.dep.yml | 6 +- .../go-git/v5/plumbing/protocol/packp.dep.yml | 6 +- .../protocol/packp/capability.dep.yml | 6 +- .../plumbing/protocol/packp/sideband.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/storer.dep.yml | 6 +- .../go-git/v5/plumbing/transport.dep.yml | 6 +- .../v5/plumbing/transport/client.dep.yml | 6 +- .../go-git/v5/plumbing/transport/file.dep.yml | 6 +- .../go-git/v5/plumbing/transport/git.dep.yml | 6 +- .../go-git/v5/plumbing/transport/http.dep.yml | 6 +- .../transport/internal/common.dep.yml | 6 +- .../v5/plumbing/transport/server.dep.yml | 6 +- .../go-git/v5/plumbing/transport/ssh.dep.yml | 6 +- .../go-git/go-git/v5/storage.dep.yml | 6 +- .../go-git/v5/storage/filesystem.dep.yml | 6 +- .../v5/storage/filesystem/dotgit.dep.yml | 6 +- .../go-git/go-git/v5/storage/memory.dep.yml | 6 +- .../go-git/go-git/v5/utils/binary.dep.yml | 6 +- .../go-git/go-git/v5/utils/diff.dep.yml | 6 +- .../go-git/go-git/v5/utils/ioutil.dep.yml | 6 +- .../go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +- .../v5/utils/merkletrie/filesystem.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/index.dep.yml | 6 +- .../utils/merkletrie/internal/frame.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/noder.dep.yml | 6 +- .../go-git/go-git/v5/utils/sync.dep.yml | 6 +- .../go-git/go-git/v5/utils/trace.dep.yml | 6 +- .../go/github.com/pjbgf/sha1cd.dep.yml | 4 +- .../github.com/pjbgf/sha1cd/internal.dep.yml | 6 +- .../go/github.com/pjbgf/sha1cd/ubc.dep.yml | 6 +- .../go/github.com/skeema/knownhosts.dep.yml | 2 +- .../go/golang.org/x/crypto/argon2.dep.yml | 6 +- .../go/golang.org/x/crypto/blake2b.dep.yml | 6 +- .../go/golang.org/x/crypto/blowfish.dep.yml | 6 +- .../go/golang.org/x/crypto/cast5.dep.yml | 6 +- .../go/golang.org/x/crypto/curve25519.dep.yml | 6 +- .../go/golang.org/x/crypto/sha3.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +- .../crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +- .../x/crypto/ssh/knownhosts.dep.yml | 6 +- .../go/golang.org/x/net/context.dep.yml | 6 +- .../go/golang.org/x/net/http2.dep.yml | 6 +- .../golang.org/x/net/internal/socks.dep.yml | 6 +- .../x/net/internal/timeseries.dep.yml | 6 +- .../go/golang.org/x/net/proxy.dep.yml | 6 +- .../go/golang.org/x/net/trace.dep.yml | 6 +- .../go/golang.org/x/sys/execabs.dep.yml | 6 +- .../go/golang.org/x/sys/unix.dep.yml | 6 +- .../arduino-lint/go/golang.org/x/term.dep.yml | 2 +- .../ProtonMail/go-crypto/bitcurves.dep.yml | 6 +- .../ProtonMail/go-crypto/brainpool.dep.yml | 6 +- .../ProtonMail/go-crypto/eax.dep.yml | 6 +- .../go-crypto/internal/byteutil.dep.yml | 6 +- .../ProtonMail/go-crypto/ocb.dep.yml | 6 +- .../ProtonMail/go-crypto/openpgp.dep.yml | 6 +- .../go-crypto/openpgp/aes/keywrap.dep.yml | 6 +- .../go-crypto/openpgp/armor.dep.yml | 6 +- .../ProtonMail/go-crypto/openpgp/ecdh.dep.yml | 6 +- .../go-crypto/openpgp/ecdsa.dep.yml | 6 +- .../go-crypto/openpgp/ed25519.dep.yml | 63 +++++++++++++++++++ .../go-crypto/openpgp/ed448.dep.yml | 63 +++++++++++++++++++ .../go-crypto/openpgp/eddsa.dep.yml | 6 +- .../go-crypto/openpgp/elgamal.dep.yml | 6 +- .../go-crypto/openpgp/errors.dep.yml | 6 +- .../openpgp/internal/algorithm.dep.yml | 6 +- .../go-crypto/openpgp/internal/ecc.dep.yml | 6 +- .../openpgp/internal/encoding.dep.yml | 6 +- .../go-crypto/openpgp/packet.dep.yml | 6 +- .../ProtonMail/go-crypto/openpgp/s2k.dep.yml | 6 +- .../go-crypto/openpgp/x25519.dep.yml | 62 ++++++++++++++++++ .../ProtonMail/go-crypto/openpgp/x448.dep.yml | 62 ++++++++++++++++++ .../cyphar/filepath-securejoin.dep.yml | 8 +-- .../go/github.com/go-git/go-billy/v5.dep.yml | 2 +- .../go-git/go-billy/v5/helper/chroot.dep.yml | 6 +- .../go-billy/v5/helper/polyfill.dep.yml | 6 +- .../go-git/go-billy/v5/osfs.dep.yml | 6 +- .../go-git/go-billy/v5/util.dep.yml | 6 +- .../go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go-git/go-git/v5/config.dep.yml | 6 +- .../go-git/v5/internal/path_util.dep.yml | 6 +- .../go-git/v5/internal/revision.dep.yml | 6 +- .../go-git/go-git/v5/internal/url.dep.yml | 6 +- .../go-git/go-git/v5/plumbing.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/cache.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/color.dep.yml | 6 +- .../go-git/v5/plumbing/filemode.dep.yml | 6 +- .../go-git/v5/plumbing/format/config.dep.yml | 6 +- .../go-git/v5/plumbing/format/diff.dep.yml | 6 +- .../v5/plumbing/format/gitignore.dep.yml | 6 +- .../go-git/v5/plumbing/format/idxfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/index.dep.yml | 6 +- .../go-git/v5/plumbing/format/objfile.dep.yml | 6 +- .../v5/plumbing/format/packfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/pktline.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/hash.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/object.dep.yml | 6 +- .../go-git/v5/plumbing/protocol/packp.dep.yml | 6 +- .../protocol/packp/capability.dep.yml | 6 +- .../plumbing/protocol/packp/sideband.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/storer.dep.yml | 6 +- .../go-git/v5/plumbing/transport.dep.yml | 6 +- .../v5/plumbing/transport/client.dep.yml | 6 +- .../go-git/v5/plumbing/transport/file.dep.yml | 6 +- .../go-git/v5/plumbing/transport/git.dep.yml | 6 +- .../go-git/v5/plumbing/transport/http.dep.yml | 6 +- .../transport/internal/common.dep.yml | 6 +- .../v5/plumbing/transport/server.dep.yml | 6 +- .../go-git/v5/plumbing/transport/ssh.dep.yml | 6 +- .../go-git/go-git/v5/storage.dep.yml | 6 +- .../go-git/v5/storage/filesystem.dep.yml | 6 +- .../v5/storage/filesystem/dotgit.dep.yml | 6 +- .../go-git/go-git/v5/storage/memory.dep.yml | 6 +- .../go-git/go-git/v5/utils/binary.dep.yml | 6 +- .../go-git/go-git/v5/utils/diff.dep.yml | 6 +- .../go-git/go-git/v5/utils/ioutil.dep.yml | 6 +- .../go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +- .../v5/utils/merkletrie/filesystem.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/index.dep.yml | 6 +- .../utils/merkletrie/internal/frame.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/noder.dep.yml | 6 +- .../go-git/go-git/v5/utils/sync.dep.yml | 6 +- .../go-git/go-git/v5/utils/trace.dep.yml | 6 +- .../go/github.com/pjbgf/sha1cd.dep.yml | 4 +- .../github.com/pjbgf/sha1cd/internal.dep.yml | 6 +- .../go/github.com/pjbgf/sha1cd/ubc.dep.yml | 6 +- .../go/github.com/skeema/knownhosts.dep.yml | 2 +- .../go/golang.org/x/crypto/argon2.dep.yml | 6 +- .../go/golang.org/x/crypto/blake2b.dep.yml | 6 +- .../go/golang.org/x/crypto/blowfish.dep.yml | 6 +- .../go/golang.org/x/crypto/cast5.dep.yml | 6 +- .../go/golang.org/x/crypto/curve25519.dep.yml | 6 +- .../go/golang.org/x/crypto/sha3.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +- .../crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +- .../x/crypto/ssh/knownhosts.dep.yml | 6 +- .../go/golang.org/x/net/context.dep.yml | 6 +- .../docsgen/go/golang.org/x/net/http2.dep.yml | 6 +- .../golang.org/x/net/internal/socks.dep.yml | 6 +- .../x/net/internal/timeseries.dep.yml | 6 +- .../docsgen/go/golang.org/x/net/proxy.dep.yml | 6 +- .../docsgen/go/golang.org/x/net/trace.dep.yml | 6 +- .../go/golang.org/x/sys/execabs.dep.yml | 6 +- .../docsgen/go/golang.org/x/sys/unix.dep.yml | 6 +- .../docsgen/go/golang.org/x/term.dep.yml | 2 +- .../ProtonMail/go-crypto/bitcurves.dep.yml | 6 +- .../ProtonMail/go-crypto/brainpool.dep.yml | 6 +- .../ProtonMail/go-crypto/eax.dep.yml | 6 +- .../go-crypto/internal/byteutil.dep.yml | 6 +- .../ProtonMail/go-crypto/ocb.dep.yml | 6 +- .../ProtonMail/go-crypto/openpgp.dep.yml | 6 +- .../go-crypto/openpgp/aes/keywrap.dep.yml | 6 +- .../go-crypto/openpgp/armor.dep.yml | 6 +- .../ProtonMail/go-crypto/openpgp/ecdh.dep.yml | 6 +- .../go-crypto/openpgp/ecdsa.dep.yml | 6 +- .../go-crypto/openpgp/ed25519.dep.yml | 63 +++++++++++++++++++ .../go-crypto/openpgp/ed448.dep.yml | 63 +++++++++++++++++++ .../go-crypto/openpgp/eddsa.dep.yml | 6 +- .../go-crypto/openpgp/elgamal.dep.yml | 6 +- .../go-crypto/openpgp/errors.dep.yml | 6 +- .../openpgp/internal/algorithm.dep.yml | 6 +- .../go-crypto/openpgp/internal/ecc.dep.yml | 6 +- .../openpgp/internal/encoding.dep.yml | 6 +- .../go-crypto/openpgp/packet.dep.yml | 6 +- .../ProtonMail/go-crypto/openpgp/s2k.dep.yml | 6 +- .../go-crypto/openpgp/x25519.dep.yml | 62 ++++++++++++++++++ .../ProtonMail/go-crypto/openpgp/x448.dep.yml | 62 ++++++++++++++++++ .../cyphar/filepath-securejoin.dep.yml | 8 +-- .../go/github.com/go-git/go-billy/v5.dep.yml | 2 +- .../go-git/go-billy/v5/helper/chroot.dep.yml | 6 +- .../go-billy/v5/helper/polyfill.dep.yml | 6 +- .../go-git/go-billy/v5/osfs.dep.yml | 6 +- .../go-git/go-billy/v5/util.dep.yml | 6 +- .../go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go-git/go-git/v5/config.dep.yml | 6 +- .../go-git/v5/internal/path_util.dep.yml | 6 +- .../go-git/v5/internal/revision.dep.yml | 6 +- .../go-git/go-git/v5/internal/url.dep.yml | 6 +- .../go-git/go-git/v5/plumbing.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/cache.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/color.dep.yml | 6 +- .../go-git/v5/plumbing/filemode.dep.yml | 6 +- .../go-git/v5/plumbing/format/config.dep.yml | 6 +- .../go-git/v5/plumbing/format/diff.dep.yml | 6 +- .../v5/plumbing/format/gitignore.dep.yml | 6 +- .../go-git/v5/plumbing/format/idxfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/index.dep.yml | 6 +- .../go-git/v5/plumbing/format/objfile.dep.yml | 6 +- .../v5/plumbing/format/packfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/pktline.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/hash.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/object.dep.yml | 6 +- .../go-git/v5/plumbing/protocol/packp.dep.yml | 6 +- .../protocol/packp/capability.dep.yml | 6 +- .../plumbing/protocol/packp/sideband.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/storer.dep.yml | 6 +- .../go-git/v5/plumbing/transport.dep.yml | 6 +- .../v5/plumbing/transport/client.dep.yml | 6 +- .../go-git/v5/plumbing/transport/file.dep.yml | 6 +- .../go-git/v5/plumbing/transport/git.dep.yml | 6 +- .../go-git/v5/plumbing/transport/http.dep.yml | 6 +- .../transport/internal/common.dep.yml | 6 +- .../v5/plumbing/transport/server.dep.yml | 6 +- .../go-git/v5/plumbing/transport/ssh.dep.yml | 6 +- .../go-git/go-git/v5/storage.dep.yml | 6 +- .../go-git/v5/storage/filesystem.dep.yml | 6 +- .../v5/storage/filesystem/dotgit.dep.yml | 6 +- .../go-git/go-git/v5/storage/memory.dep.yml | 6 +- .../go-git/go-git/v5/utils/binary.dep.yml | 6 +- .../go-git/go-git/v5/utils/diff.dep.yml | 6 +- .../go-git/go-git/v5/utils/ioutil.dep.yml | 6 +- .../go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +- .../v5/utils/merkletrie/filesystem.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/index.dep.yml | 6 +- .../utils/merkletrie/internal/frame.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/noder.dep.yml | 6 +- .../go-git/go-git/v5/utils/sync.dep.yml | 6 +- .../go-git/go-git/v5/utils/trace.dep.yml | 6 +- .../go/github.com/pjbgf/sha1cd.dep.yml | 4 +- .../github.com/pjbgf/sha1cd/internal.dep.yml | 6 +- .../go/github.com/pjbgf/sha1cd/ubc.dep.yml | 6 +- .../go/github.com/skeema/knownhosts.dep.yml | 2 +- .../go/golang.org/x/crypto/argon2.dep.yml | 6 +- .../go/golang.org/x/crypto/blake2b.dep.yml | 6 +- .../go/golang.org/x/crypto/blowfish.dep.yml | 6 +- .../go/golang.org/x/crypto/cast5.dep.yml | 6 +- .../go/golang.org/x/crypto/curve25519.dep.yml | 6 +- .../go/golang.org/x/crypto/sha3.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +- .../crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +- .../x/crypto/ssh/knownhosts.dep.yml | 6 +- .../go/golang.org/x/net/context.dep.yml | 6 +- .../go/golang.org/x/net/http2.dep.yml | 6 +- .../golang.org/x/net/internal/socks.dep.yml | 6 +- .../x/net/internal/timeseries.dep.yml | 6 +- .../go/golang.org/x/net/proxy.dep.yml | 6 +- .../go/golang.org/x/net/trace.dep.yml | 6 +- .../go/golang.org/x/sys/execabs.dep.yml | 6 +- .../go/golang.org/x/sys/unix.dep.yml | 6 +- .../ruledocsgen/go/golang.org/x/term.dep.yml | 2 +- 291 files changed, 1563 insertions(+), 813 deletions(-) create mode 100644 .licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml create mode 100644 .licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml create mode 100644 .licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml create mode 100644 .licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml create mode 100644 .licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml create mode 100644 .licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml create mode 100644 .licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml create mode 100644 .licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml create mode 100644 .licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml create mode 100644 .licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml create mode 100644 .licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml create mode 100644 .licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml index 16589d0bd..45bfe9ab0 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/bitcurves -version: v1.0.0 +version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml index 84ba6eddd..219da37ce 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/brainpool -version: v1.0.0 +version: v1.1.5 type: go summary: Package brainpool implements Brainpool elliptic curves. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/eax.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/eax.dep.yml index f4cda8957..5efefc37c 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/eax.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/eax.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/eax -version: v1.0.0 +version: v1.1.5 type: go summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate) mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF @@ -9,7 +9,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml index 0b8c900e0..e9a30da30 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/internal/byteutil -version: v1.0.0 +version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/ocb.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/ocb.dep.yml index 96bcdc182..1ec8aa369 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/ocb.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/ocb.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/ocb -version: v1.0.0 +version: v1.1.5 type: go summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black @@ -9,7 +9,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml index 02a472963..0cd4fc517 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp -version: v1.0.0 +version: v1.1.5 type: go summary: Package openpgp implements high level operations on OpenPGP messages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml index a6df3636a..d5a87319c 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -version: v1.0.0 +version: v1.1.5 type: go summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml index 4a1a06b6e..666b912d6 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/armor -version: v1.0.0 +version: v1.1.5 type: go summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml index 15cdc2563..81a365ffe 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdh -version: v1.0.0 +version: v1.1.5 type: go summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified in RFC 6637, section 8. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml index 6625e8ec4..fc3fbcb88 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdsa -version: v1.0.0 +version: v1.1.5 type: go summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified in RFC 6637, section 5. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml new file mode 100644 index 000000000..51b4f7949 --- /dev/null +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml @@ -0,0 +1,63 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/ed25519 +version: v1.1.5 +type: go +summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as + defined in the Open PGP crypto refresh. +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml new file mode 100644 index 000000000..bd3a3488a --- /dev/null +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml @@ -0,0 +1,63 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/ed448 +version: v1.1.5 +type: go +summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined + in the Open PGP crypto refresh. +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml index 6813738ad..d4002636a 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/eddsa -version: v1.0.0 +version: v1.1.5 type: go summary: Package eddsa implements EdDSA signature, suitable for OpenPGP, as specified in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7 homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/eddsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml index ec95a29a3..ea544a9c1 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/elgamal -version: v1.0.0 +version: v1.1.5 type: go summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," @@ -8,7 +8,7 @@ summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml index abecfb48d..556d7291d 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/errors -version: v1.0.0 +version: v1.1.5 type: go summary: Package errors contains common error types for the OpenPGP packages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml index 37b3e699c..6432622dc 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -version: v1.0.0 +version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml index 0488b6d7e..6b15bde04 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc -version: v1.0.0 +version: v1.1.5 type: go summary: Package ecc implements a generic interface for ECDH, ECDSA, and EdDSA. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml index 93c608aa7..ff346360b 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/encoding -version: v1.0.0 +version: v1.1.5 type: go summary: Package encoding implements openpgp packet field encodings as specified in RFC 4880 and 6637. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/encoding license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml index 7f4927c75..ce466ee58 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/packet -version: v1.0.0 +version: v1.1.5 type: go summary: Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/packet license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml index b6876daeb..4fb55ab42 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/s2k -version: v1.0.0 +version: v1.1.5 type: go summary: Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1, and Argon2 specified in draft-ietf-openpgp-crypto-refresh-08 @@ -8,7 +8,7 @@ summary: Package s2k implements the various OpenPGP string-to-key transforms as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/s2k license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml new file mode 100644 index 000000000..3e3840d35 --- /dev/null +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml @@ -0,0 +1,62 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/x25519 +version: v1.1.5 +type: go +summary: +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml new file mode 100644 index 000000000..ab65d5af6 --- /dev/null +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml @@ -0,0 +1,62 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/x448 +version: v1.1.5 +type: go +summary: +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml b/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml index 8f76b76fd..5b0f2cae4 100644 --- a/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml @@ -1,16 +1,16 @@ --- name: github.com/cyphar/filepath-securejoin -version: v0.2.4 +version: v0.3.6 type: go -summary: Package securejoin is an implementation of the hopefully-soon-to-be-included - SecureJoin helper that is meant to be part of the "path/filepath" package. +summary: Package securejoin implements a set of helpers to make it easier to write + Go code that is safe against symlink-related escape attacks. homepage: https://pkg.go.dev/github.com/cyphar/filepath-securejoin license: bsd-3-clause licenses: - sources: LICENSE text: | Copyright (C) 2014-2015 Docker Inc & Go Authors. All rights reserved. - Copyright (C) 2017 SUSE LLC. All rights reserved. + Copyright (C) 2017-2024 SUSE LLC. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5.dep.yml index 8cf1f1d60..228714b30 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-billy/v5 -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5 diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml index e89f0e8aa..a020da9ad 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/helper/chroot -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/chroot license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml index 45fb9689d..26aa12a68 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/helper/polyfill -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/polyfill license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/osfs.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/osfs.dep.yml index 041506546..931014d39 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/osfs.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/osfs.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/osfs -version: v5.5.0 +version: v5.6.2 type: go summary: Package osfs provides a billy filesystem for the OS. homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/util.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/util.dep.yml index e032502f8..04dcfc5fa 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/util.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-billy/v5/util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/util -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/util license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml index 3636534d9..c146824a9 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.12.0 +version: v5.13.2 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml index c6d3c8f19..19f31f09f 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.12.0 +version: v5.13.2 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 12b0040a9..2a04952f7 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index 600ade30d..812fc7302 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.12.0 +version: v5.13.2 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml index aa850f815..847a60f64 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml index b7778e9c6..4bebd8907 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.12.0 +version: v5.13.2 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 70273d667..26e9abe7e 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index ad73c74b4..ff0f05527 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index b873c317a..a450c8c66 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index e4b31ef6f..7e6fba200 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.12.0 +version: v5.13.2 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 27e3a9a1d..98cecdec9 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index 7c8d87dc7..a598caf97 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.12.0 +version: v5.13.2 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 32d6fd2a9..63ec2fea5 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.12.0 +version: v5.13.2 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index fd33027b0..0930ce8b6 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.12.0 +version: v5.13.2 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index bf9d2943d..b20fc7b47 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.12.0 +version: v5.13.2 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index f5856feb1..0530e2431 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.12.0 +version: v5.13.2 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 28e3568db..7152b41a7 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.12.0 +version: v5.13.2 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index 89068cf12..d8ad34d76 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.12.0 +version: v5.13.2 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 04f7c8e8c..70873b87d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.12.0 +version: v5.13.2 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 4fa7689b8..74b3d7cfe 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 91995f5ff..4798564f6 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.12.0 +version: v5.13.2 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index cdcdb4cdb..262b1d97e 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.12.0 +version: v5.13.2 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index b6ec17271..05c0260a0 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.12.0 +version: v5.13.2 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index ef859b4a0..b7307e348 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.12.0 +version: v5.13.2 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index 213399576..efd228ab5 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.12.0 +version: v5.13.2 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 6e281465e..9a716a06d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.12.0 +version: v5.13.2 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index 1a1fc488f..bdf627132 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.12.0 +version: v5.13.2 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index b2154b6eb..c99f2a17d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.12.0 +version: v5.13.2 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 79fa874c4..3bf529afc 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.12.0 +version: v5.13.2 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 326cdc96f..0cbbeb48d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.12.0 +version: v5.13.2 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index 34f80389d..f6ac68f9d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.12.0 +version: v5.13.2 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 42774a598..3cef0f033 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.12.0 +version: v5.13.2 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml index c8e42acc1..a74cd7dcd 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index f0191c231..e20d66fe6 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.12.0 +version: v5.13.2 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index f8e8d5f60..9947ed030 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.12.0 +version: v5.13.2 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index 3bb5c58f5..5c4e9ca07 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.12.0 +version: v5.13.2 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index c92970568..7af945d5e 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.12.0 +version: v5.13.2 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index d2a10f604..05ff14ca3 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.12.0 +version: v5.13.2 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index bccbba650..e51233613 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.12.0 +version: v5.13.2 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index 01b460d64..d0eabf84a 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.12.0 +version: v5.13.2 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 6c86e4151..6cdc5ab80 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index 441a27e2a..e8676bcdb 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 07dd99cb4..315a047bd 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index 5b008934a..e7e240502 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.12.0 +version: v5.13.2 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 023272cdd..5719d2b42 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 7069be08d..6ccc6beb8 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd.dep.yml b/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd.dep.yml index 9fe0d937e..fbe273662 100644 --- a/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/pjbgf/sha1cd -version: v0.3.0 +version: v0.3.2 type: go summary: Package sha1cd implements collision detection based on the whitepaper Counter-cryptanalysis from Marc Stevens. @@ -197,7 +197,7 @@ licenses: same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 pjbgf Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/internal.dep.yml b/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/internal.dep.yml index ed7d492fa..e259f76a2 100644 --- a/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/internal.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/internal.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/pjbgf/sha1cd/internal -version: v0.3.0 +version: v0.3.2 type: go summary: homepage: https://pkg.go.dev/github.com/pjbgf/sha1cd/internal license: apache-2.0 licenses: -- sources: sha1cd@v0.3.0/LICENSE +- sources: sha1cd@v0.3.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -196,7 +196,7 @@ licenses: same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 pjbgf Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/ubc.dep.yml b/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/ubc.dep.yml index 73ca5283b..493675f8e 100644 --- a/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/ubc.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pjbgf/sha1cd/ubc.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/pjbgf/sha1cd/ubc -version: v0.3.0 +version: v0.3.2 type: go summary: ubc package provides ways for SHA1 blocks to be checked for Unavoidable Bit Conditions that arise from crypto analysis attacks. homepage: https://pkg.go.dev/github.com/pjbgf/sha1cd/ubc license: apache-2.0 licenses: -- sources: sha1cd@v0.3.0/LICENSE +- sources: sha1cd@v0.3.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -197,7 +197,7 @@ licenses: same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 pjbgf Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml b/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml index 5d5e6b4ba..e60ef13d7 100644 --- a/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml +++ b/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/skeema/knownhosts -version: v1.2.2 +version: v1.3.0 type: go summary: Package knownhosts is a thin wrapper around golang.org/x/crypto/ssh/knownhosts, adding the ability to obtain the list of host key algorithms for a known host. diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml index a41053afa..ffff61bed 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.31.0 +version: v0.32.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml index 0f1fdb2cf..d3d02e340 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.31.0 +version: v0.32.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml index b2ad0afb3..c8ee40414 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.31.0 +version: v0.32.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml index ad571ae1a..221e479bd 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.31.0 +version: v0.32.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml index 0e08062f1..aa3d6625d 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.31.0 +version: v0.32.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml index d6c8d29f5..00f76cd3c 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.31.0 +version: v0.32.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml index 5295127d4..43d6c9387 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.31.0 +version: v0.32.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml index e6fefd4dc..60e34f25c 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.31.0 +version: v0.32.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index 0b0572b94..d923d32ad 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.31.0 +version: v0.32.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 46203083b..7ba7fb3bd 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.31.0 +version: v0.32.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml index 0b7ab2451..74a24b944 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.33.0 +version: v0.34.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml index fb9bf94ba..92cd6578f 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.33.0 +version: v0.34.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml index 67b09ca0f..b858f1e61 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.33.0 +version: v0.34.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml index d7065b3ef..dc29c00f7 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.33.0 +version: v0.34.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml index ae88ff9d5..e836f0073 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.33.0 +version: v0.34.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml index 0f2a1fd81..cc30ed23f 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.33.0 +version: v0.34.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml b/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml index 5e11800e7..4c6200e0e 100644 --- a/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.28.0 +version: v0.29.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.28.0/LICENSE +- sources: sys@v0.29.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: sys@v0.28.0/PATENTS +- sources: sys@v0.29.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml b/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml index 87678a3b2..3cfc4cbc7 100644 --- a/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.28.0 +version: v0.29.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.28.0/LICENSE +- sources: sys@v0.29.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: sys@v0.28.0/PATENTS +- sources: sys@v0.29.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/term.dep.yml b/.licenses/arduino-lint/go/golang.org/x/term.dep.yml index b014506db..7ebcb76e0 100644 --- a/.licenses/arduino-lint/go/golang.org/x/term.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.27.0 +version: v0.28.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml index 16589d0bd..45bfe9ab0 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/bitcurves -version: v1.0.0 +version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml index 84ba6eddd..219da37ce 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/brainpool -version: v1.0.0 +version: v1.1.5 type: go summary: Package brainpool implements Brainpool elliptic curves. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml index f4cda8957..5efefc37c 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/eax -version: v1.0.0 +version: v1.1.5 type: go summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate) mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF @@ -9,7 +9,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml index 0b8c900e0..e9a30da30 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/internal/byteutil -version: v1.0.0 +version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml index 96bcdc182..1ec8aa369 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/ocb -version: v1.0.0 +version: v1.1.5 type: go summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black @@ -9,7 +9,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml index 02a472963..0cd4fc517 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp -version: v1.0.0 +version: v1.1.5 type: go summary: Package openpgp implements high level operations on OpenPGP messages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml index a6df3636a..d5a87319c 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -version: v1.0.0 +version: v1.1.5 type: go summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml index 4a1a06b6e..666b912d6 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/armor -version: v1.0.0 +version: v1.1.5 type: go summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml index 15cdc2563..81a365ffe 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdh -version: v1.0.0 +version: v1.1.5 type: go summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified in RFC 6637, section 8. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml index 6625e8ec4..fc3fbcb88 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdsa -version: v1.0.0 +version: v1.1.5 type: go summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified in RFC 6637, section 5. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml new file mode 100644 index 000000000..51b4f7949 --- /dev/null +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml @@ -0,0 +1,63 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/ed25519 +version: v1.1.5 +type: go +summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as + defined in the Open PGP crypto refresh. +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml new file mode 100644 index 000000000..bd3a3488a --- /dev/null +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml @@ -0,0 +1,63 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/ed448 +version: v1.1.5 +type: go +summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined + in the Open PGP crypto refresh. +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml index 6813738ad..d4002636a 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/eddsa -version: v1.0.0 +version: v1.1.5 type: go summary: Package eddsa implements EdDSA signature, suitable for OpenPGP, as specified in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7 homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/eddsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml index ec95a29a3..ea544a9c1 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/elgamal -version: v1.0.0 +version: v1.1.5 type: go summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," @@ -8,7 +8,7 @@ summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml index abecfb48d..556d7291d 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/errors -version: v1.0.0 +version: v1.1.5 type: go summary: Package errors contains common error types for the OpenPGP packages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml index 37b3e699c..6432622dc 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -version: v1.0.0 +version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml index 0488b6d7e..6b15bde04 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc -version: v1.0.0 +version: v1.1.5 type: go summary: Package ecc implements a generic interface for ECDH, ECDSA, and EdDSA. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml index 93c608aa7..ff346360b 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/encoding -version: v1.0.0 +version: v1.1.5 type: go summary: Package encoding implements openpgp packet field encodings as specified in RFC 4880 and 6637. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/encoding license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml index 7f4927c75..ce466ee58 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/packet -version: v1.0.0 +version: v1.1.5 type: go summary: Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/packet license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml index b6876daeb..4fb55ab42 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/s2k -version: v1.0.0 +version: v1.1.5 type: go summary: Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1, and Argon2 specified in draft-ietf-openpgp-crypto-refresh-08 @@ -8,7 +8,7 @@ summary: Package s2k implements the various OpenPGP string-to-key transforms as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/s2k license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml new file mode 100644 index 000000000..3e3840d35 --- /dev/null +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml @@ -0,0 +1,62 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/x25519 +version: v1.1.5 +type: go +summary: +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml new file mode 100644 index 000000000..ab65d5af6 --- /dev/null +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml @@ -0,0 +1,62 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/x448 +version: v1.1.5 +type: go +summary: +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml b/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml index 8f76b76fd..5b0f2cae4 100644 --- a/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml +++ b/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml @@ -1,16 +1,16 @@ --- name: github.com/cyphar/filepath-securejoin -version: v0.2.4 +version: v0.3.6 type: go -summary: Package securejoin is an implementation of the hopefully-soon-to-be-included - SecureJoin helper that is meant to be part of the "path/filepath" package. +summary: Package securejoin implements a set of helpers to make it easier to write + Go code that is safe against symlink-related escape attacks. homepage: https://pkg.go.dev/github.com/cyphar/filepath-securejoin license: bsd-3-clause licenses: - sources: LICENSE text: | Copyright (C) 2014-2015 Docker Inc & Go Authors. All rights reserved. - Copyright (C) 2017 SUSE LLC. All rights reserved. + Copyright (C) 2017-2024 SUSE LLC. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/.licenses/docsgen/go/github.com/go-git/go-billy/v5.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-billy/v5.dep.yml index 8cf1f1d60..228714b30 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-billy/v5.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-billy/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-billy/v5 -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5 diff --git a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml index e89f0e8aa..a020da9ad 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/helper/chroot -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/chroot license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml index 45fb9689d..26aa12a68 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/helper/polyfill -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/polyfill license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/osfs.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/osfs.dep.yml index 041506546..931014d39 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/osfs.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/osfs.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/osfs -version: v5.5.0 +version: v5.6.2 type: go summary: Package osfs provides a billy filesystem for the OS. homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/util.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/util.dep.yml index e032502f8..04dcfc5fa 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-billy/v5/util.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-billy/v5/util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/util -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/util license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml index 3636534d9..c146824a9 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.12.0 +version: v5.13.2 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml index c6d3c8f19..19f31f09f 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.12.0 +version: v5.13.2 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 12b0040a9..2a04952f7 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index 600ade30d..812fc7302 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.12.0 +version: v5.13.2 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index aa850f815..847a60f64 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml index b7778e9c6..4bebd8907 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.12.0 +version: v5.13.2 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 70273d667..26e9abe7e 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index ad73c74b4..ff0f05527 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index b873c317a..a450c8c66 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index e4b31ef6f..7e6fba200 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.12.0 +version: v5.13.2 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 27e3a9a1d..98cecdec9 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index 7c8d87dc7..a598caf97 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.12.0 +version: v5.13.2 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 32d6fd2a9..63ec2fea5 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.12.0 +version: v5.13.2 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index fd33027b0..0930ce8b6 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.12.0 +version: v5.13.2 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index bf9d2943d..b20fc7b47 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.12.0 +version: v5.13.2 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index f5856feb1..0530e2431 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.12.0 +version: v5.13.2 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 28e3568db..7152b41a7 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.12.0 +version: v5.13.2 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index 89068cf12..d8ad34d76 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.12.0 +version: v5.13.2 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 04f7c8e8c..70873b87d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.12.0 +version: v5.13.2 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 4fa7689b8..74b3d7cfe 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 91995f5ff..4798564f6 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.12.0 +version: v5.13.2 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index cdcdb4cdb..262b1d97e 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.12.0 +version: v5.13.2 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index b6ec17271..05c0260a0 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.12.0 +version: v5.13.2 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index ef859b4a0..b7307e348 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.12.0 +version: v5.13.2 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index 213399576..efd228ab5 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.12.0 +version: v5.13.2 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 6e281465e..9a716a06d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.12.0 +version: v5.13.2 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index 1a1fc488f..bdf627132 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.12.0 +version: v5.13.2 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index b2154b6eb..c99f2a17d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.12.0 +version: v5.13.2 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 79fa874c4..3bf529afc 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.12.0 +version: v5.13.2 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 326cdc96f..0cbbeb48d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.12.0 +version: v5.13.2 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index 34f80389d..f6ac68f9d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.12.0 +version: v5.13.2 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 42774a598..3cef0f033 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.12.0 +version: v5.13.2 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index c8e42acc1..a74cd7dcd 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index f0191c231..e20d66fe6 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.12.0 +version: v5.13.2 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index f8e8d5f60..9947ed030 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.12.0 +version: v5.13.2 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index 3bb5c58f5..5c4e9ca07 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.12.0 +version: v5.13.2 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index c92970568..7af945d5e 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.12.0 +version: v5.13.2 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index d2a10f604..05ff14ca3 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.12.0 +version: v5.13.2 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index bccbba650..e51233613 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.12.0 +version: v5.13.2 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index 01b460d64..d0eabf84a 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.12.0 +version: v5.13.2 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 6c86e4151..6cdc5ab80 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index 441a27e2a..e8676bcdb 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 07dd99cb4..315a047bd 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index 5b008934a..e7e240502 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.12.0 +version: v5.13.2 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 023272cdd..5719d2b42 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 7069be08d..6ccc6beb8 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/pjbgf/sha1cd.dep.yml b/.licenses/docsgen/go/github.com/pjbgf/sha1cd.dep.yml index 9fe0d937e..fbe273662 100644 --- a/.licenses/docsgen/go/github.com/pjbgf/sha1cd.dep.yml +++ b/.licenses/docsgen/go/github.com/pjbgf/sha1cd.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/pjbgf/sha1cd -version: v0.3.0 +version: v0.3.2 type: go summary: Package sha1cd implements collision detection based on the whitepaper Counter-cryptanalysis from Marc Stevens. @@ -197,7 +197,7 @@ licenses: same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 pjbgf Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/docsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml b/.licenses/docsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml index ed7d492fa..e259f76a2 100644 --- a/.licenses/docsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml +++ b/.licenses/docsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/pjbgf/sha1cd/internal -version: v0.3.0 +version: v0.3.2 type: go summary: homepage: https://pkg.go.dev/github.com/pjbgf/sha1cd/internal license: apache-2.0 licenses: -- sources: sha1cd@v0.3.0/LICENSE +- sources: sha1cd@v0.3.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -196,7 +196,7 @@ licenses: same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 pjbgf Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/docsgen/go/github.com/pjbgf/sha1cd/ubc.dep.yml b/.licenses/docsgen/go/github.com/pjbgf/sha1cd/ubc.dep.yml index 73ca5283b..493675f8e 100644 --- a/.licenses/docsgen/go/github.com/pjbgf/sha1cd/ubc.dep.yml +++ b/.licenses/docsgen/go/github.com/pjbgf/sha1cd/ubc.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/pjbgf/sha1cd/ubc -version: v0.3.0 +version: v0.3.2 type: go summary: ubc package provides ways for SHA1 blocks to be checked for Unavoidable Bit Conditions that arise from crypto analysis attacks. homepage: https://pkg.go.dev/github.com/pjbgf/sha1cd/ubc license: apache-2.0 licenses: -- sources: sha1cd@v0.3.0/LICENSE +- sources: sha1cd@v0.3.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -197,7 +197,7 @@ licenses: same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 pjbgf Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml b/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml index 5d5e6b4ba..e60ef13d7 100644 --- a/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml +++ b/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/skeema/knownhosts -version: v1.2.2 +version: v1.3.0 type: go summary: Package knownhosts is a thin wrapper around golang.org/x/crypto/ssh/knownhosts, adding the ability to obtain the list of host key algorithms for a known host. diff --git a/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml index a41053afa..ffff61bed 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.31.0 +version: v0.32.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml index 0f1fdb2cf..d3d02e340 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.31.0 +version: v0.32.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml index b2ad0afb3..c8ee40414 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.31.0 +version: v0.32.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml index ad571ae1a..221e479bd 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.31.0 +version: v0.32.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml index 0e08062f1..aa3d6625d 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.31.0 +version: v0.32.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml index d6c8d29f5..00f76cd3c 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.31.0 +version: v0.32.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml index 5295127d4..43d6c9387 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.31.0 +version: v0.32.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml index e6fefd4dc..60e34f25c 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.31.0 +version: v0.32.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index 0b0572b94..d923d32ad 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.31.0 +version: v0.32.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 46203083b..7ba7fb3bd 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.31.0 +version: v0.32.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml index 0b7ab2451..74a24b944 100644 --- a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.33.0 +version: v0.34.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml index fb9bf94ba..92cd6578f 100644 --- a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.33.0 +version: v0.34.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml index 67b09ca0f..b858f1e61 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.33.0 +version: v0.34.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml index d7065b3ef..dc29c00f7 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.33.0 +version: v0.34.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml index ae88ff9d5..e836f0073 100644 --- a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.33.0 +version: v0.34.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml index 0f2a1fd81..cc30ed23f 100644 --- a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.33.0 +version: v0.34.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml b/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml index 5e11800e7..4c6200e0e 100644 --- a/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.28.0 +version: v0.29.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.28.0/LICENSE +- sources: sys@v0.29.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: sys@v0.28.0/PATENTS +- sources: sys@v0.29.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml b/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml index 87678a3b2..3cfc4cbc7 100644 --- a/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.28.0 +version: v0.29.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.28.0/LICENSE +- sources: sys@v0.29.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: sys@v0.28.0/PATENTS +- sources: sys@v0.29.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/term.dep.yml b/.licenses/docsgen/go/golang.org/x/term.dep.yml index b014506db..7ebcb76e0 100644 --- a/.licenses/docsgen/go/golang.org/x/term.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.27.0 +version: v0.28.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml index 16589d0bd..45bfe9ab0 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/bitcurves -version: v1.0.0 +version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml index 84ba6eddd..219da37ce 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/brainpool -version: v1.0.0 +version: v1.1.5 type: go summary: Package brainpool implements Brainpool elliptic curves. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml index f4cda8957..5efefc37c 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/eax -version: v1.0.0 +version: v1.1.5 type: go summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate) mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF @@ -9,7 +9,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml index 0b8c900e0..e9a30da30 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/internal/byteutil -version: v1.0.0 +version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml index 96bcdc182..1ec8aa369 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/ocb -version: v1.0.0 +version: v1.1.5 type: go summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black @@ -9,7 +9,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml index 02a472963..0cd4fc517 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp -version: v1.0.0 +version: v1.1.5 type: go summary: Package openpgp implements high level operations on OpenPGP messages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml index a6df3636a..d5a87319c 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -version: v1.0.0 +version: v1.1.5 type: go summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml index 4a1a06b6e..666b912d6 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/armor -version: v1.0.0 +version: v1.1.5 type: go summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml index 15cdc2563..81a365ffe 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdh -version: v1.0.0 +version: v1.1.5 type: go summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified in RFC 6637, section 8. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml index 6625e8ec4..fc3fbcb88 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdsa -version: v1.0.0 +version: v1.1.5 type: go summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified in RFC 6637, section 5. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml new file mode 100644 index 000000000..51b4f7949 --- /dev/null +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml @@ -0,0 +1,63 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/ed25519 +version: v1.1.5 +type: go +summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as + defined in the Open PGP crypto refresh. +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml new file mode 100644 index 000000000..bd3a3488a --- /dev/null +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml @@ -0,0 +1,63 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/ed448 +version: v1.1.5 +type: go +summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined + in the Open PGP crypto refresh. +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml index 6813738ad..d4002636a 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/eddsa -version: v1.0.0 +version: v1.1.5 type: go summary: Package eddsa implements EdDSA signature, suitable for OpenPGP, as specified in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7 homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/eddsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml index ec95a29a3..ea544a9c1 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/elgamal -version: v1.0.0 +version: v1.1.5 type: go summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," @@ -8,7 +8,7 @@ summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml index abecfb48d..556d7291d 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/errors -version: v1.0.0 +version: v1.1.5 type: go summary: Package errors contains common error types for the OpenPGP packages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml index 37b3e699c..6432622dc 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -version: v1.0.0 +version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml index 0488b6d7e..6b15bde04 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc -version: v1.0.0 +version: v1.1.5 type: go summary: Package ecc implements a generic interface for ECDH, ECDSA, and EdDSA. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml index 93c608aa7..ff346360b 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/encoding -version: v1.0.0 +version: v1.1.5 type: go summary: Package encoding implements openpgp packet field encodings as specified in RFC 4880 and 6637. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/encoding license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml index 7f4927c75..ce466ee58 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/packet -version: v1.0.0 +version: v1.1.5 type: go summary: Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/packet license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml index b6876daeb..4fb55ab42 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/s2k -version: v1.0.0 +version: v1.1.5 type: go summary: Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1, and Argon2 specified in draft-ietf-openpgp-crypto-refresh-08 @@ -8,7 +8,7 @@ summary: Package s2k implements the various OpenPGP string-to-key transforms as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/s2k license: bsd-3-clause licenses: -- sources: go-crypto@v1.0.0/LICENSE +- sources: go-crypto@v1.1.5/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.0.0/PATENTS +- sources: go-crypto@v1.1.5/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml new file mode 100644 index 000000000..3e3840d35 --- /dev/null +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml @@ -0,0 +1,62 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/x25519 +version: v1.1.5 +type: go +summary: +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml new file mode 100644 index 000000000..ab65d5af6 --- /dev/null +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml @@ -0,0 +1,62 @@ +--- +name: github.com/ProtonMail/go-crypto/openpgp/x448 +version: v1.1.5 +type: go +summary: +homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448 +license: other +licenses: +- sources: go-crypto@v1.1.5/LICENSE + text: | + Copyright (c) 2009 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. +- sources: go-crypto@v1.1.5/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml b/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml index 8f76b76fd..5b0f2cae4 100644 --- a/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml @@ -1,16 +1,16 @@ --- name: github.com/cyphar/filepath-securejoin -version: v0.2.4 +version: v0.3.6 type: go -summary: Package securejoin is an implementation of the hopefully-soon-to-be-included - SecureJoin helper that is meant to be part of the "path/filepath" package. +summary: Package securejoin implements a set of helpers to make it easier to write + Go code that is safe against symlink-related escape attacks. homepage: https://pkg.go.dev/github.com/cyphar/filepath-securejoin license: bsd-3-clause licenses: - sources: LICENSE text: | Copyright (C) 2014-2015 Docker Inc & Go Authors. All rights reserved. - Copyright (C) 2017 SUSE LLC. All rights reserved. + Copyright (C) 2017-2024 SUSE LLC. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5.dep.yml index 8cf1f1d60..228714b30 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-billy/v5 -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5 diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml index e89f0e8aa..a020da9ad 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/helper/chroot -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/chroot license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml index 45fb9689d..26aa12a68 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/helper/polyfill -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/polyfill license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/osfs.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/osfs.dep.yml index 041506546..931014d39 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/osfs.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/osfs.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/osfs -version: v5.5.0 +version: v5.6.2 type: go summary: Package osfs provides a billy filesystem for the OS. homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/osfs license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/util.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/util.dep.yml index e032502f8..04dcfc5fa 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/util.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-billy/v5/util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-billy/v5/util -version: v5.5.0 +version: v5.6.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/util license: apache-2.0 licenses: -- sources: v5@v5.5.0/LICENSE +- sources: v5@v5.6.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.5.0/README.md +- sources: v5@v5.6.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml index 3636534d9..c146824a9 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.12.0 +version: v5.13.2 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml index c6d3c8f19..19f31f09f 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.12.0 +version: v5.13.2 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 12b0040a9..2a04952f7 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index 600ade30d..812fc7302 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.12.0 +version: v5.13.2 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index aa850f815..847a60f64 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml index b7778e9c6..4bebd8907 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.12.0 +version: v5.13.2 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 70273d667..26e9abe7e 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index ad73c74b4..ff0f05527 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index b873c317a..a450c8c66 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index e4b31ef6f..7e6fba200 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.12.0 +version: v5.13.2 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 27e3a9a1d..98cecdec9 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index 7c8d87dc7..a598caf97 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.12.0 +version: v5.13.2 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 32d6fd2a9..63ec2fea5 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.12.0 +version: v5.13.2 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index fd33027b0..0930ce8b6 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.12.0 +version: v5.13.2 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index bf9d2943d..b20fc7b47 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.12.0 +version: v5.13.2 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index f5856feb1..0530e2431 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.12.0 +version: v5.13.2 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 28e3568db..7152b41a7 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.12.0 +version: v5.13.2 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index 89068cf12..d8ad34d76 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.12.0 +version: v5.13.2 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 04f7c8e8c..70873b87d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.12.0 +version: v5.13.2 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 4fa7689b8..74b3d7cfe 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 91995f5ff..4798564f6 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.12.0 +version: v5.13.2 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index cdcdb4cdb..262b1d97e 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.12.0 +version: v5.13.2 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index b6ec17271..05c0260a0 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.12.0 +version: v5.13.2 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index ef859b4a0..b7307e348 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.12.0 +version: v5.13.2 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index 213399576..efd228ab5 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.12.0 +version: v5.13.2 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 6e281465e..9a716a06d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.12.0 +version: v5.13.2 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index 1a1fc488f..bdf627132 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.12.0 +version: v5.13.2 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index b2154b6eb..c99f2a17d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.12.0 +version: v5.13.2 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 79fa874c4..3bf529afc 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.12.0 +version: v5.13.2 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 326cdc96f..0cbbeb48d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.12.0 +version: v5.13.2 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index 34f80389d..f6ac68f9d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.12.0 +version: v5.13.2 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 42774a598..3cef0f033 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.12.0 +version: v5.13.2 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index c8e42acc1..a74cd7dcd 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index f0191c231..e20d66fe6 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.12.0 +version: v5.13.2 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index f8e8d5f60..9947ed030 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.12.0 +version: v5.13.2 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index 3bb5c58f5..5c4e9ca07 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.12.0 +version: v5.13.2 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index c92970568..7af945d5e 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.12.0 +version: v5.13.2 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index d2a10f604..05ff14ca3 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.12.0 +version: v5.13.2 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index bccbba650..e51233613 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.12.0 +version: v5.13.2 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index 01b460d64..d0eabf84a 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.12.0 +version: v5.13.2 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 6c86e4151..6cdc5ab80 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index 441a27e2a..e8676bcdb 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 07dd99cb4..315a047bd 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index 5b008934a..e7e240502 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.12.0 +version: v5.13.2 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 023272cdd..5719d2b42 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 7069be08d..6ccc6beb8 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.12.0 +version: v5.13.2 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.12.0/LICENSE +- sources: v5@v5.13.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.12.0/README.md +- sources: v5@v5.13.2/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd.dep.yml b/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd.dep.yml index 9fe0d937e..fbe273662 100644 --- a/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/pjbgf/sha1cd -version: v0.3.0 +version: v0.3.2 type: go summary: Package sha1cd implements collision detection based on the whitepaper Counter-cryptanalysis from Marc Stevens. @@ -197,7 +197,7 @@ licenses: same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 pjbgf Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml b/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml index ed7d492fa..e259f76a2 100644 --- a/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/internal.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/pjbgf/sha1cd/internal -version: v0.3.0 +version: v0.3.2 type: go summary: homepage: https://pkg.go.dev/github.com/pjbgf/sha1cd/internal license: apache-2.0 licenses: -- sources: sha1cd@v0.3.0/LICENSE +- sources: sha1cd@v0.3.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -196,7 +196,7 @@ licenses: same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 pjbgf Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/ubc.dep.yml b/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/ubc.dep.yml index 73ca5283b..493675f8e 100644 --- a/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/ubc.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pjbgf/sha1cd/ubc.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/pjbgf/sha1cd/ubc -version: v0.3.0 +version: v0.3.2 type: go summary: ubc package provides ways for SHA1 blocks to be checked for Unavoidable Bit Conditions that arise from crypto analysis attacks. homepage: https://pkg.go.dev/github.com/pjbgf/sha1cd/ubc license: apache-2.0 licenses: -- sources: sha1cd@v0.3.0/LICENSE +- sources: sha1cd@v0.3.2/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -197,7 +197,7 @@ licenses: same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2023 pjbgf Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml b/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml index 5d5e6b4ba..e60ef13d7 100644 --- a/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/skeema/knownhosts -version: v1.2.2 +version: v1.3.0 type: go summary: Package knownhosts is a thin wrapper around golang.org/x/crypto/ssh/knownhosts, adding the ability to obtain the list of host key algorithms for a known host. diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml index a41053afa..ffff61bed 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.31.0 +version: v0.32.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml index 0f1fdb2cf..d3d02e340 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.31.0 +version: v0.32.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml index b2ad0afb3..c8ee40414 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.31.0 +version: v0.32.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml index ad571ae1a..221e479bd 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.31.0 +version: v0.32.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml index 0e08062f1..aa3d6625d 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.31.0 +version: v0.32.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml index d6c8d29f5..00f76cd3c 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.31.0 +version: v0.32.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml index 5295127d4..43d6c9387 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.31.0 +version: v0.32.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml index e6fefd4dc..60e34f25c 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.31.0 +version: v0.32.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index 0b0572b94..d923d32ad 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.31.0 +version: v0.32.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 46203083b..7ba7fb3bd 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.31.0 +version: v0.32.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.31.0/LICENSE +- sources: crypto@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: 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. -- sources: crypto@v0.31.0/PATENTS +- sources: crypto@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml index 0b7ab2451..74a24b944 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.33.0 +version: v0.34.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml index fb9bf94ba..92cd6578f 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.33.0 +version: v0.34.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml index 67b09ca0f..b858f1e61 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.33.0 +version: v0.34.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml index d7065b3ef..dc29c00f7 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.33.0 +version: v0.34.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml index ae88ff9d5..e836f0073 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.33.0 +version: v0.34.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml index 0f2a1fd81..cc30ed23f 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.33.0 +version: v0.34.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.33.0/LICENSE +- sources: net@v0.34.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.33.0/PATENTS +- sources: net@v0.34.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml index 5e11800e7..4c6200e0e 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.28.0 +version: v0.29.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.28.0/LICENSE +- sources: sys@v0.29.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: sys@v0.28.0/PATENTS +- sources: sys@v0.29.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml index 87678a3b2..3cfc4cbc7 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.28.0 +version: v0.29.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.28.0/LICENSE +- sources: sys@v0.29.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: sys@v0.28.0/PATENTS +- sources: sys@v0.29.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml index b014506db..7ebcb76e0 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.27.0 +version: v0.28.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. From ace11a038a24c636afe8d2cd804127793447020e Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 29 Jan 2025 14:21:34 -0800 Subject: [PATCH 21/65] Manually define dependency license metadata that was not detected The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache in the `.licenses` folder manually. The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't changed. --- .../go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml | 2 +- .../go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml index 51b4f7949..cd001bde1 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml index bd3a3488a..68c7f9120 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml index 3e3840d35..ddef3553d 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml @@ -4,7 +4,7 @@ version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml index ab65d5af6..306e53410 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml @@ -4,7 +4,7 @@ version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml index 51b4f7949..cd001bde1 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml index bd3a3488a..68c7f9120 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml index 3e3840d35..ddef3553d 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml @@ -4,7 +4,7 @@ version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml index ab65d5af6..306e53410 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml @@ -4,7 +4,7 @@ version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml index 51b4f7949..cd001bde1 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml index bd3a3488a..68c7f9120 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml index 3e3840d35..ddef3553d 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml @@ -4,7 +4,7 @@ version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml index ab65d5af6..306e53410 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml @@ -4,7 +4,7 @@ version: v1.1.5 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448 -license: other +license: bsd-3-clause licenses: - sources: go-crypto@v1.1.5/LICENSE text: | From f065feaf7628acc74b3e6452e09178e3da5d8456 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 30 Jan 2025 00:58:34 -0800 Subject: [PATCH 22/65] Remove inappropriate dependency license exception entries from Licensed configuration The "Licensed" tool is used to check for incompatible licenses in the project dependencies. The tool can be configured to ignore incompatible license types for specific dependencies. This is done by adding an entry for the dependency to the `reviewed` entry in the "Licensed" configuration file. Such exceptions should be added only when the project maintainer has determined the following things to be true: * dependency license is not one of the standard compatible types (as defined by the `allowed` mapping in the config) * dependency license is compatible with the licensing of the project (e.g., dependency uses a non-standard but compatible license) "Licensed" uses the licensee tool to automatically determine the license type based on metadata provided by the dependency author. This metadata must be in a standardized format without any modifications. In cases where that wasn't done, "Licensed" will identify the license type as "other". In this case, the project maintainer must manually determine the license type. If the license is determined to have a standard type, then the maintainer must manually set the correct license type in the license cache metadata for the dependency. The dependency exception system should not be used in this case. Exceptions were inappropriately set up for dependencies with compatible license types not automatically identifiable by "Licensed"/"licensee". These exceptions are hereby removed from the "Licensed" configuration file and the manually determined license types defined in the license metadata cache for the dependencies. --- .licensed.yml | 9 --------- .../go/github.com/klauspost/compress.dep.yml | 2 +- .../go/github.com/klauspost/compress/fse.dep.yml | 2 +- .../go/github.com/klauspost/compress/huff0.dep.yml | 2 +- .../klauspost/compress/internal/cpuinfo.dep.yml | 2 +- .../klauspost/compress/internal/snapref.dep.yml | 2 +- .../go/github.com/klauspost/compress/zstd.dep.yml | 2 +- .../klauspost/compress/zstd/internal/xxhash.dep.yml | 2 +- .../docsgen/go/github.com/klauspost/compress.dep.yml | 2 +- .../docsgen/go/github.com/klauspost/compress/fse.dep.yml | 2 +- .../go/github.com/klauspost/compress/huff0.dep.yml | 2 +- .../klauspost/compress/internal/cpuinfo.dep.yml | 2 +- .../klauspost/compress/internal/snapref.dep.yml | 2 +- .../go/github.com/klauspost/compress/zstd.dep.yml | 2 +- .../klauspost/compress/zstd/internal/xxhash.dep.yml | 2 +- .../ruledocsgen/go/github.com/klauspost/compress.dep.yml | 2 +- .../go/github.com/klauspost/compress/fse.dep.yml | 2 +- .../go/github.com/klauspost/compress/huff0.dep.yml | 2 +- .../klauspost/compress/internal/cpuinfo.dep.yml | 2 +- .../klauspost/compress/internal/snapref.dep.yml | 2 +- .../go/github.com/klauspost/compress/zstd.dep.yml | 2 +- 21 files changed, 20 insertions(+), 29 deletions(-) diff --git a/.licensed.yml b/.licensed.yml index ab644c073..a1a723ea3 100644 --- a/.licensed.yml +++ b/.licensed.yml @@ -7,15 +7,6 @@ apps: - source_path: docsgen/ - source_path: ruledocsgen/ -reviewed: - go: - - github.com/klauspost/compress - - github.com/klauspost/compress/fse - - github.com/klauspost/compress/huff0 - - github.com/klauspost/compress/internal/cpuinfo - - github.com/klauspost/compress/internal/snapref - - github.com/klauspost/compress/zstd - # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml allowed: # The following are based on: https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses diff --git a/.licenses/arduino-lint/go/github.com/klauspost/compress.dep.yml b/.licenses/arduino-lint/go/github.com/klauspost/compress.dep.yml index efc40220d..6015c205c 100644 --- a/.licenses/arduino-lint/go/github.com/klauspost/compress.dep.yml +++ b/.licenses/arduino-lint/go/github.com/klauspost/compress.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: homepage: https://pkg.go.dev/github.com/klauspost/compress -license: other +license: bsd-3-clause licenses: - sources: LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/klauspost/compress/fse.dep.yml b/.licenses/arduino-lint/go/github.com/klauspost/compress/fse.dep.yml index c1153cbcb..8d885e97e 100644 --- a/.licenses/arduino-lint/go/github.com/klauspost/compress/fse.dep.yml +++ b/.licenses/arduino-lint/go/github.com/klauspost/compress/fse.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package fse provides Finite State Entropy encoding and decoding. homepage: https://pkg.go.dev/github.com/klauspost/compress/fse -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/klauspost/compress/huff0.dep.yml b/.licenses/arduino-lint/go/github.com/klauspost/compress/huff0.dep.yml index 1558ec8bd..30901b047 100644 --- a/.licenses/arduino-lint/go/github.com/klauspost/compress/huff0.dep.yml +++ b/.licenses/arduino-lint/go/github.com/klauspost/compress/huff0.dep.yml @@ -5,7 +5,7 @@ type: go summary: This file contains the specialisation of Decoder.Decompress4X and Decoder.Decompress1X that use an asm implementation of thir main loops. homepage: https://pkg.go.dev/github.com/klauspost/compress/huff0 -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml b/.licenses/arduino-lint/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml index 00e9cef08..9b6923997 100644 --- a/.licenses/arduino-lint/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml +++ b/.licenses/arduino-lint/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package cpuinfo gives runtime info about the current CPU. homepage: https://pkg.go.dev/github.com/klauspost/compress/internal/cpuinfo -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/klauspost/compress/internal/snapref.dep.yml b/.licenses/arduino-lint/go/github.com/klauspost/compress/internal/snapref.dep.yml index ba1291ee0..76d6e0025 100644 --- a/.licenses/arduino-lint/go/github.com/klauspost/compress/internal/snapref.dep.yml +++ b/.licenses/arduino-lint/go/github.com/klauspost/compress/internal/snapref.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package snapref implements the Snappy compression format. homepage: https://pkg.go.dev/github.com/klauspost/compress/internal/snapref -license: other +license: bsd-3-clause licenses: - sources: LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd.dep.yml b/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd.dep.yml index 05312b2ac..e7dc8db67 100644 --- a/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd.dep.yml +++ b/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package zstd provides decompression of zstandard files. homepage: https://pkg.go.dev/github.com/klauspost/compress/zstd -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml b/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml index 46cfdb864..6fc4c211b 100644 --- a/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml +++ b/.licenses/arduino-lint/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: homepage: https://pkg.go.dev/github.com/klauspost/compress/zstd/internal/xxhash -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/klauspost/compress.dep.yml b/.licenses/docsgen/go/github.com/klauspost/compress.dep.yml index efc40220d..6015c205c 100644 --- a/.licenses/docsgen/go/github.com/klauspost/compress.dep.yml +++ b/.licenses/docsgen/go/github.com/klauspost/compress.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: homepage: https://pkg.go.dev/github.com/klauspost/compress -license: other +license: bsd-3-clause licenses: - sources: LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/klauspost/compress/fse.dep.yml b/.licenses/docsgen/go/github.com/klauspost/compress/fse.dep.yml index c1153cbcb..8d885e97e 100644 --- a/.licenses/docsgen/go/github.com/klauspost/compress/fse.dep.yml +++ b/.licenses/docsgen/go/github.com/klauspost/compress/fse.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package fse provides Finite State Entropy encoding and decoding. homepage: https://pkg.go.dev/github.com/klauspost/compress/fse -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/klauspost/compress/huff0.dep.yml b/.licenses/docsgen/go/github.com/klauspost/compress/huff0.dep.yml index 1558ec8bd..30901b047 100644 --- a/.licenses/docsgen/go/github.com/klauspost/compress/huff0.dep.yml +++ b/.licenses/docsgen/go/github.com/klauspost/compress/huff0.dep.yml @@ -5,7 +5,7 @@ type: go summary: This file contains the specialisation of Decoder.Decompress4X and Decoder.Decompress1X that use an asm implementation of thir main loops. homepage: https://pkg.go.dev/github.com/klauspost/compress/huff0 -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml b/.licenses/docsgen/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml index 00e9cef08..9b6923997 100644 --- a/.licenses/docsgen/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml +++ b/.licenses/docsgen/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package cpuinfo gives runtime info about the current CPU. homepage: https://pkg.go.dev/github.com/klauspost/compress/internal/cpuinfo -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/klauspost/compress/internal/snapref.dep.yml b/.licenses/docsgen/go/github.com/klauspost/compress/internal/snapref.dep.yml index ba1291ee0..76d6e0025 100644 --- a/.licenses/docsgen/go/github.com/klauspost/compress/internal/snapref.dep.yml +++ b/.licenses/docsgen/go/github.com/klauspost/compress/internal/snapref.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package snapref implements the Snappy compression format. homepage: https://pkg.go.dev/github.com/klauspost/compress/internal/snapref -license: other +license: bsd-3-clause licenses: - sources: LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/klauspost/compress/zstd.dep.yml b/.licenses/docsgen/go/github.com/klauspost/compress/zstd.dep.yml index 05312b2ac..e7dc8db67 100644 --- a/.licenses/docsgen/go/github.com/klauspost/compress/zstd.dep.yml +++ b/.licenses/docsgen/go/github.com/klauspost/compress/zstd.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package zstd provides decompression of zstandard files. homepage: https://pkg.go.dev/github.com/klauspost/compress/zstd -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml b/.licenses/docsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml index 46cfdb864..6fc4c211b 100644 --- a/.licenses/docsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml +++ b/.licenses/docsgen/go/github.com/klauspost/compress/zstd/internal/xxhash.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: homepage: https://pkg.go.dev/github.com/klauspost/compress/zstd/internal/xxhash -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/klauspost/compress.dep.yml b/.licenses/ruledocsgen/go/github.com/klauspost/compress.dep.yml index efc40220d..6015c205c 100644 --- a/.licenses/ruledocsgen/go/github.com/klauspost/compress.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/klauspost/compress.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: homepage: https://pkg.go.dev/github.com/klauspost/compress -license: other +license: bsd-3-clause licenses: - sources: LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/klauspost/compress/fse.dep.yml b/.licenses/ruledocsgen/go/github.com/klauspost/compress/fse.dep.yml index c1153cbcb..8d885e97e 100644 --- a/.licenses/ruledocsgen/go/github.com/klauspost/compress/fse.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/klauspost/compress/fse.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package fse provides Finite State Entropy encoding and decoding. homepage: https://pkg.go.dev/github.com/klauspost/compress/fse -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/klauspost/compress/huff0.dep.yml b/.licenses/ruledocsgen/go/github.com/klauspost/compress/huff0.dep.yml index 1558ec8bd..30901b047 100644 --- a/.licenses/ruledocsgen/go/github.com/klauspost/compress/huff0.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/klauspost/compress/huff0.dep.yml @@ -5,7 +5,7 @@ type: go summary: This file contains the specialisation of Decoder.Decompress4X and Decoder.Decompress1X that use an asm implementation of thir main loops. homepage: https://pkg.go.dev/github.com/klauspost/compress/huff0 -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml b/.licenses/ruledocsgen/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml index 00e9cef08..9b6923997 100644 --- a/.licenses/ruledocsgen/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/klauspost/compress/internal/cpuinfo.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package cpuinfo gives runtime info about the current CPU. homepage: https://pkg.go.dev/github.com/klauspost/compress/internal/cpuinfo -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/klauspost/compress/internal/snapref.dep.yml b/.licenses/ruledocsgen/go/github.com/klauspost/compress/internal/snapref.dep.yml index ba1291ee0..76d6e0025 100644 --- a/.licenses/ruledocsgen/go/github.com/klauspost/compress/internal/snapref.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/klauspost/compress/internal/snapref.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package snapref implements the Snappy compression format. homepage: https://pkg.go.dev/github.com/klauspost/compress/internal/snapref -license: other +license: bsd-3-clause licenses: - sources: LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/klauspost/compress/zstd.dep.yml b/.licenses/ruledocsgen/go/github.com/klauspost/compress/zstd.dep.yml index 05312b2ac..e7dc8db67 100644 --- a/.licenses/ruledocsgen/go/github.com/klauspost/compress/zstd.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/klauspost/compress/zstd.dep.yml @@ -4,7 +4,7 @@ version: v1.17.0 type: go summary: Package zstd provides decompression of zstandard files. homepage: https://pkg.go.dev/github.com/klauspost/compress/zstd -license: other +license: bsd-3-clause licenses: - sources: compress@v1.17.0/LICENSE text: | From fe1d45d796bda5ffc7bc1ed56a9bcbfb6498f032 Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 30 Jan 2025 01:49:38 -0800 Subject: [PATCH 23/65] Manually define dependency license type metadata not automatically specified Background ---------- The "Licensed" dependency license checker tool uses the "licensee" tool to automatically determine the license type based on data contained in the dependency codebase. "licensee" checks several files for this data. The discovered data is recorded in the `licenses` sequence of the dependency license metadata cache file. It might find multiple sources of licensing data. The way "Licensed" handles this case is described as: https://github.com/github/licensed/blob/v5.0.1/docs/commands/status.md#checking-status-with-metadata-loaded-from-cached-files > If license: other is specified and all of the `licenses` entries match an `allowed` license a failure will not be > logged It is of course correct to treat the dependency as compatible under these conditions. However, the design of "Licensed" around the handling of multiple licensing data sources is not very user friendly: Lack of Transparency Re: Detected License Type ---------------------------------------------- Even though "Licensed" knows exactly which license type each of the sources was detected as, it does not record this data in the dependency license metadata cache file. Ambiguous Special License Type Identifier ----------------------------------------- When multiple license data sources are found, "Licensed" sets the license type for the dependency to `other` in the `license` key of the dependency license metadata cache file. Although it is correct for the tool to use a special identifier, unfortunately "Licensed" uses the same identifier for two significantly different cases: * license type was not identifiable from the data (e.g., modifications were made to standard license text) * multiple license types were identified from the data The better approach would be for "Licensed" to use a separate identifier for each of these situations (e.g., `other`, `multi`). Failure to Set License Type Even when Identified ------------------------------------------------ Even when all of the multiple data sources are identified as the same license type, "Licensed" still unnecessarily sets the `license` key of the dependency license metadata cache file to `other` instead of setting it to the identifier of the identified license. Problem ------- Project maintainers expect that an identified license type of `other` means that the license type could not be identified and that they must manually identify and set the license type in order for the compliance check to pass. They will be extremely concerned to find that the check is passing even though a dependency's license type is defined as `other`, as this appears to be a false negative (meaning that the system is not effectively enforcing compliance). The ambiguous special license type identifier and lack of information about the detected type of individual license data sources will make it impossible for them to understand why the check is passing despite the lack of a defined compatible license type, and so they will waste time troubleshooting what is actually a completely functional system. Resolution ---------- Always define the license type in the metadata cache, even when doing so is not required to get a passing check. In this case, all the dependencies previously assigned the `other` identifier due to having multiple license data sources actually had a single license type. So this was handled just the same as is done when a dependency is assigned an `other` identifier due to the license data not being machine identifiable. --- .../go/github.com/arduino/arduino-cli/arduino.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/cores.dep.yml | 2 +- .../arduino/arduino-cli/arduino/cores/packageindex.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/globals.dep.yml | 2 +- .../github.com/arduino/arduino-cli/arduino/httpclient.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesindex.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesmanager.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/resources.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/security.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/utils.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/configuration.dep.yml | 2 +- .../arduino-lint/go/github.com/arduino/arduino-cli/i18n.dep.yml | 2 +- .../arduino/arduino-cli/internal/cli/feedback.dep.yml | 2 +- .../arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/version.dep.yml | 2 +- .../arduino-lint/go/github.com/pelletier/go-toml/v2.dep.yml | 2 +- .../github.com/pelletier/go-toml/v2/internal/characters.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/unstable.dep.yml | 2 +- .../docsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/cores.dep.yml | 2 +- .../arduino/arduino-cli/arduino/cores/packageindex.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/globals.dep.yml | 2 +- .../github.com/arduino/arduino-cli/arduino/httpclient.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesindex.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesmanager.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/resources.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/security.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/utils.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/configuration.dep.yml | 2 +- .../docsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml | 2 +- .../arduino/arduino-cli/internal/cli/feedback.dep.yml | 2 +- .../arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml | 2 +- .../docsgen/go/github.com/arduino/arduino-cli/version.dep.yml | 2 +- .licenses/docsgen/go/github.com/pelletier/go-toml/v2.dep.yml | 2 +- .../github.com/pelletier/go-toml/v2/internal/characters.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml | 2 +- .../docsgen/go/github.com/pelletier/go-toml/v2/unstable.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/cores.dep.yml | 2 +- .../arduino/arduino-cli/arduino/cores/packageindex.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/globals.dep.yml | 2 +- .../github.com/arduino/arduino-cli/arduino/httpclient.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesindex.dep.yml | 2 +- .../arduino-cli/arduino/libraries/librariesmanager.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/resources.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/security.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/arduino/utils.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/configuration.dep.yml | 2 +- .../ruledocsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml | 2 +- .../arduino/arduino-cli/internal/cli/feedback.dep.yml | 2 +- .../arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml | 2 +- .../go/github.com/arduino/arduino-cli/version.dep.yml | 2 +- .../ruledocsgen/go/github.com/pelletier/go-toml/v2.dep.yml | 2 +- .../github.com/pelletier/go-toml/v2/internal/characters.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml | 2 +- .../go/github.com/pelletier/go-toml/v2/unstable.dep.yml | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino.dep.yml index cf483c9fe..a4e620d4d 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml index 2178d3995..61f07a769 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml index 5ce75de38..e168f0bc8 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores/packageindex -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml index 1c5e7fbe8..76dead09e 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/globals -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml index ea0a2de20..4a82ef978 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/httpclient -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml index d0f28ba9c..98c7973da 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml index defa8d98f..962923864 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesindex -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml index 2cba58cc9..33b4bf233 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml index 0ce11b908..3afa1f492 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/resources -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/security.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/security.dep.yml index e8e1222e4..7c247bd3c 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/security.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/security.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/security -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml index bac854fd0..ec2e9fc85 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketch -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml index 7e30bb651..29cd413c2 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/utils -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/configuration.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/configuration.dep.yml index b0ea5df6e..891853e3c 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/configuration.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/configuration.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/configuration -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/i18n.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/i18n.dep.yml index 260b9c867..c57d80b94 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/i18n.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/i18n.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/i18n -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml index 69eb3d8ab..9028d8083 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package feedback provides an uniform API that can be used to print feedback to the users in different formats. homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/internal/cli/feedback -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml index b33bd284c..26089d083 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1 -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/version.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/version.dep.yml index 6afa2344c..96143878e 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/version.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/arduino-cli/version.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/version -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2.dep.yml b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2.dep.yml index 57fb6f416..fb5db2fd6 100644 --- a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: Package toml is a library to read and write TOML documents. homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2 -license: other +license: mit licenses: - sources: LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml index e839253d0..61b5ab065 100644 --- a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml index 8e8d63498..cf924f5ae 100644 --- a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml index 558b6cabf..292b5942a 100644 --- a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | diff --git a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/unstable.dep.yml b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/unstable.dep.yml index cae3f2e7d..14cc9a2a3 100644 --- a/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/unstable.dep.yml +++ b/.licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/unstable.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package unstable provides APIs that do not meet the backward compatibility guarantees yet. homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml index cf483c9fe..a4e620d4d 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml index 2178d3995..61f07a769 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml index 5ce75de38..e168f0bc8 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores/packageindex -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml index 1c5e7fbe8..76dead09e 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/globals -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml index ea0a2de20..4a82ef978 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/httpclient -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml index d0f28ba9c..98c7973da 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml index defa8d98f..962923864 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesindex -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml index 2cba58cc9..33b4bf233 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml index 0ce11b908..3afa1f492 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/resources -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml index e8e1222e4..7c247bd3c 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/security -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml index bac854fd0..ec2e9fc85 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketch -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml index 7e30bb651..29cd413c2 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/utils -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml index b0ea5df6e..891853e3c 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/configuration -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml index 260b9c867..c57d80b94 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/i18n -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml index 69eb3d8ab..9028d8083 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package feedback provides an uniform API that can be used to print feedback to the users in different formats. homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/internal/cli/feedback -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml index b33bd284c..26089d083 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1 -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/arduino/arduino-cli/version.dep.yml b/.licenses/docsgen/go/github.com/arduino/arduino-cli/version.dep.yml index 6afa2344c..96143878e 100644 --- a/.licenses/docsgen/go/github.com/arduino/arduino-cli/version.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/arduino-cli/version.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/version -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2.dep.yml b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2.dep.yml index 57fb6f416..fb5db2fd6 100644 --- a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2.dep.yml +++ b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: Package toml is a library to read and write TOML documents. homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2 -license: other +license: mit licenses: - sources: LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml index e839253d0..61b5ab065 100644 --- a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml +++ b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml index 8e8d63498..cf924f5ae 100644 --- a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml +++ b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml index 558b6cabf..292b5942a 100644 --- a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml +++ b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | diff --git a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/unstable.dep.yml b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/unstable.dep.yml index cae3f2e7d..14cc9a2a3 100644 --- a/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/unstable.dep.yml +++ b/.licenses/docsgen/go/github.com/pelletier/go-toml/v2/unstable.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package unstable provides APIs that do not meet the backward compatibility guarantees yet. homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml index cf483c9fe..a4e620d4d 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml index 2178d3995..61f07a769 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml index 5ce75de38..e168f0bc8 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores/packageindex -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml index 1c5e7fbe8..76dead09e 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/globals -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml index ea0a2de20..4a82ef978 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/httpclient -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml index d0f28ba9c..98c7973da 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml index defa8d98f..962923864 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesindex -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml index 2cba58cc9..33b4bf233 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml index 0ce11b908..3afa1f492 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/resources -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml index e8e1222e4..7c247bd3c 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/security -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml index bac854fd0..ec2e9fc85 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketch -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml index 7e30bb651..29cd413c2 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/utils -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml index b0ea5df6e..891853e3c 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/configuration -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml index 260b9c867..c57d80b94 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/i18n -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml index 69eb3d8ab..9028d8083 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package feedback provides an uniform API that can be used to print feedback to the users in different formats. homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/internal/cli/feedback -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml index b33bd284c..26089d083 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1 -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/version.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/version.dep.yml index 6afa2344c..96143878e 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/version.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/arduino-cli/version.dep.yml @@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/version -license: other +license: gpl-3.0-only licenses: - sources: arduino-cli@v0.35.4-0.20241001142927-1f8d0f6c0dd3/LICENSE.txt text: |2 diff --git a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2.dep.yml b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2.dep.yml index 57fb6f416..fb5db2fd6 100644 --- a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: Package toml is a library to read and write TOML documents. homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2 -license: other +license: mit licenses: - sources: LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml index e839253d0..61b5ab065 100644 --- a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml index 8e8d63498..cf924f5ae 100644 --- a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml index 558b6cabf..292b5942a 100644 --- a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml @@ -4,7 +4,7 @@ version: v2.1.0 type: go summary: homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/unstable.dep.yml b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/unstable.dep.yml index cae3f2e7d..14cc9a2a3 100644 --- a/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/unstable.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/pelletier/go-toml/v2/unstable.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package unstable provides APIs that do not meet the backward compatibility guarantees yet. homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable -license: other +license: mit licenses: - sources: v2@v2.1.0/LICENSE text: | From 1683acaece328e402ca33429117fa07e934a207a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:55:57 +0000 Subject: [PATCH 24/65] Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.5 to 1.0.6. - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](https://github.com/spf13/pflag/compare/v1.0.5...v1.0.6) --- updated-dependencies: - dependency-name: github.com/spf13/pflag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index f881ca2fa..eaebc6676 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/ory/jsonschema/v3 v3.0.4 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.1 - github.com/spf13/pflag v1.0.5 + github.com/spf13/pflag v1.0.6 github.com/stretchr/testify v1.10.0 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 diff --git a/go.sum b/go.sum index fc4daf3ab..e22d38c90 100644 --- a/go.sum +++ b/go.sum @@ -1223,8 +1223,9 @@ github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95/go.mod h1:DYY7MBk1bd github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= +github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o= +github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.2.1/go.mod h1:P4AexN0a+C9tGAnUFNwDMYYZv3pjFuvmeiMyKRaNVlI= github.com/spf13/viper v1.3.1/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= From 9fb2026371e5a7d533bf2e40788858e88cd734c8 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 31 Jan 2025 06:10:01 -0800 Subject: [PATCH 25/65] Tidy dependent modules to reflect `github.com/spf13/pflag` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 2 +- docsgen/go.sum | 3 ++- ruledocsgen/go.mod | 2 +- ruledocsgen/go.sum | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index 9557eceea..9165e241e 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -80,7 +80,7 @@ require ( github.com/spf13/afero v1.10.0 // indirect github.com/spf13/cast v1.5.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect + github.com/spf13/pflag v1.0.6 // indirect github.com/spf13/viper v1.17.0 // indirect github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect github.com/stretchr/testify v1.10.0 // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index 19a69d993..26bfe38c7 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -1225,8 +1225,9 @@ github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95/go.mod h1:DYY7MBk1bd github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= +github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o= +github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.2.1/go.mod h1:P4AexN0a+C9tGAnUFNwDMYYZv3pjFuvmeiMyKRaNVlI= github.com/spf13/viper v1.3.1/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index 56ba6293f..19118e0fc 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -77,7 +77,7 @@ require ( github.com/spf13/cast v1.5.1 // indirect github.com/spf13/cobra v1.8.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect - github.com/spf13/pflag v1.0.5 // indirect + github.com/spf13/pflag v1.0.6 // indirect github.com/spf13/viper v1.17.0 // indirect github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 // indirect github.com/subosito/gotenv v1.6.0 // indirect diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index 8e4859322..5523008b8 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -1229,8 +1229,9 @@ github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95/go.mod h1:DYY7MBk1bd github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= +github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o= +github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.2.1/go.mod h1:P4AexN0a+C9tGAnUFNwDMYYZv3pjFuvmeiMyKRaNVlI= github.com/spf13/viper v1.3.1/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= From 925398539a660ce37bd28c3111d3edac9efad288 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 31 Jan 2025 06:52:20 -0800 Subject: [PATCH 26/65] Update dependency license metadata cache for `github.com/spf13/pflag` bump --- .licenses/arduino-lint/go/github.com/spf13/pflag.dep.yml | 2 +- .licenses/docsgen/go/github.com/spf13/pflag.dep.yml | 2 +- .licenses/ruledocsgen/go/github.com/spf13/pflag.dep.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.licenses/arduino-lint/go/github.com/spf13/pflag.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/pflag.dep.yml index c0bf7c433..fd6fa3709 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/pflag.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/pflag.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/spf13/pflag -version: v1.0.5 +version: v1.0.6 type: go summary: Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. diff --git a/.licenses/docsgen/go/github.com/spf13/pflag.dep.yml b/.licenses/docsgen/go/github.com/spf13/pflag.dep.yml index c0bf7c433..fd6fa3709 100644 --- a/.licenses/docsgen/go/github.com/spf13/pflag.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/pflag.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/spf13/pflag -version: v1.0.5 +version: v1.0.6 type: go summary: Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. diff --git a/.licenses/ruledocsgen/go/github.com/spf13/pflag.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/pflag.dep.yml index c0bf7c433..fd6fa3709 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/pflag.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/pflag.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/spf13/pflag -version: v1.0.5 +version: v1.0.6 type: go summary: Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. From 4d0118565028f748175ae3968f7beb13e30273ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 05:35:23 +0000 Subject: [PATCH 27/65] Bump prettier from 3.4.2 to 3.5.0 Bumps [prettier](https://github.com/prettier/prettier) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.4.2...3.5.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a02d5d0bf..ec71775f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", - "prettier": "3.4.2" + "prettier": "3.5.0" }, "engines": { "node": "20.x" @@ -2872,10 +2872,11 @@ "license": "MIT" }, "node_modules/prettier": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz", - "integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.0.tgz", + "integrity": "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==", "dev": true, + "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" }, diff --git a/package.json b/package.json index 8cefc380e..284995f3f 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", - "prettier": "3.4.2" + "prettier": "3.5.0" }, "engines": { "node": "20.x" From 2609cd6c935341587f1bf3eed3d4539dbd1f091e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 05:28:45 +0000 Subject: [PATCH 28/65] Bump prettier from 3.5.0 to 3.5.1 Bumps [prettier](https://github.com/prettier/prettier) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.5.0...3.5.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec71775f5..75f83643a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", - "prettier": "3.5.0" + "prettier": "3.5.1" }, "engines": { "node": "20.x" @@ -2872,9 +2872,9 @@ "license": "MIT" }, "node_modules/prettier": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.0.tgz", - "integrity": "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz", + "integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 284995f3f..96531671a 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", - "prettier": "3.5.0" + "prettier": "3.5.1" }, "engines": { "node": "20.x" From e68f587fcdff2147582f38e5ff3d94b717661664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 05:28:12 +0000 Subject: [PATCH 29/65] Bump flake8 from 7.1.1 to 7.1.2 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.1 to 7.1.2. - [Commits](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a50f4257a..8f230c2a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -140,13 +140,13 @@ test = ["pytest (>=6)"] [[package]] name = "flake8" -version = "7.1.1" +version = "7.1.2" description = "the modular source code checker: pep8 pyflakes and co" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"}, - {file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"}, + {file = "flake8-7.1.2-py2.py3-none-any.whl", hash = "sha256:1cbc62e65536f65e6d754dfe6f1bada7f5cf392d6f5db3c2b85892466c3e7c1a"}, + {file = "flake8-7.1.2.tar.gz", hash = "sha256:c586ffd0b41540951ae41af572e6790dbd49fc12b3aa2541685d253d9bd504bd"}, ] [package.dependencies] @@ -1008,4 +1008,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "bbfc412613fb680839f3544765b1cc3392ab7a523efe369a2fa4aed3268b35a9" +content-hash = "cd68e5122c9a82d51ab6324e64242f79da32aead6cc8051c3188665e2b621ad5" diff --git a/pyproject.toml b/pyproject.toml index 52295f790..03a663f35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ mkdocs-material = "^9.5.18" [tool.poetry.dev-dependencies] black = "^25.1" codespell = "^2.4.1" -flake8 = "^7.1.1" +flake8 = "^7.1.2" pep8-naming = "^0.14.1" [tool.black] From 8ef767bfc7b8b00f645bce50ff229de107080be7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 05:29:48 +0000 Subject: [PATCH 30/65] Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index eaebc6676..6d3cea08b 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/olekukonko/tablewriter v0.0.5 github.com/ory/jsonschema/v3 v3.0.4 github.com/sirupsen/logrus v1.9.3 - github.com/spf13/cobra v1.8.1 + github.com/spf13/cobra v1.9.1 github.com/spf13/pflag v1.0.6 github.com/stretchr/testify v1.10.0 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb diff --git a/go.sum b/go.sum index e22d38c90..7f2c4980e 100644 --- a/go.sum +++ b/go.sum @@ -162,7 +162,7 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= -github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= +github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= @@ -1214,8 +1214,8 @@ github.com/spf13/cobra v0.0.6/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHN github.com/spf13/cobra v0.0.7/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo= -github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= -github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= +github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo= +github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= From 976189fc4c2f2f61fe45cca4528d546cb78c826a Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 16 Feb 2025 23:05:52 -0800 Subject: [PATCH 31/65] Tidy dependent modules to reflect `github.com/spf13/cobra` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 4 ++-- docsgen/go.sum | 8 ++++---- ruledocsgen/go.mod | 2 +- ruledocsgen/go.sum | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index 9165e241e..dc576577d 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -11,7 +11,7 @@ replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1 require ( github.com/arduino/arduino-lint v0.0.0 - github.com/spf13/cobra v1.8.1 + github.com/spf13/cobra v1.9.1 ) require ( @@ -27,7 +27,7 @@ require ( github.com/cloudflare/circl v1.3.7 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect - github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect + github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect github.com/cyphar/filepath-securejoin v0.3.6 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgraph-io/ristretto v0.0.3 // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index 26bfe38c7..08af98ac6 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -162,8 +162,8 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= -github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4= -github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= +github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0= +github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= @@ -1216,8 +1216,8 @@ github.com/spf13/cobra v0.0.6/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHN github.com/spf13/cobra v0.0.7/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo= -github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= -github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= +github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo= +github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index 19118e0fc..cc16901b0 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -75,7 +75,7 @@ require ( github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/afero v1.10.0 // indirect github.com/spf13/cast v1.5.1 // indirect - github.com/spf13/cobra v1.8.1 // indirect + github.com/spf13/cobra v1.9.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.6 // indirect github.com/spf13/viper v1.17.0 // indirect diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index 5523008b8..ba7d57df2 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -166,7 +166,7 @@ github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfc github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= -github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= +github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= @@ -1220,8 +1220,8 @@ github.com/spf13/cobra v0.0.6/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHN github.com/spf13/cobra v0.0.7/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE= github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo= -github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM= -github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y= +github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo= +github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= From 8cc6bb9d7373c05d4ba340b9fa3236f8a4d92892 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 16 Feb 2025 23:22:58 -0800 Subject: [PATCH 32/65] Update dependency license metadata cache for `github.com/spf13/cobra` bump --- .licenses/arduino-lint/go/github.com/spf13/cobra.dep.yml | 2 +- .../go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml | 4 ++-- .licenses/docsgen/go/github.com/spf13/cobra.dep.yml | 2 +- .licenses/docsgen/go/github.com/spf13/cobra/doc.dep.yml | 6 +++--- .licenses/ruledocsgen/go/github.com/spf13/cobra.dep.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.licenses/arduino-lint/go/github.com/spf13/cobra.dep.yml b/.licenses/arduino-lint/go/github.com/spf13/cobra.dep.yml index 4c4ee44ee..8259dc452 100644 --- a/.licenses/arduino-lint/go/github.com/spf13/cobra.dep.yml +++ b/.licenses/arduino-lint/go/github.com/spf13/cobra.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/spf13/cobra -version: v1.8.1 +version: v1.9.1 type: go summary: Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. diff --git a/.licenses/docsgen/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml b/.licenses/docsgen/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml index 695f16b96..2dffc9cb3 100644 --- a/.licenses/docsgen/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml +++ b/.licenses/docsgen/go/github.com/cpuguy83/go-md2man/v2/md2man.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cpuguy83/go-md2man/v2/md2man -version: v2.0.4 +version: v2.0.6 type: go summary: homepage: https://pkg.go.dev/github.com/cpuguy83/go-md2man/v2/md2man license: mit licenses: -- sources: v2@v2.0.4/LICENSE.md +- sources: v2@v2.0.6/LICENSE.md text: | The MIT License (MIT) diff --git a/.licenses/docsgen/go/github.com/spf13/cobra.dep.yml b/.licenses/docsgen/go/github.com/spf13/cobra.dep.yml index 4c4ee44ee..8259dc452 100644 --- a/.licenses/docsgen/go/github.com/spf13/cobra.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/cobra.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/spf13/cobra -version: v1.8.1 +version: v1.9.1 type: go summary: Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. diff --git a/.licenses/docsgen/go/github.com/spf13/cobra/doc.dep.yml b/.licenses/docsgen/go/github.com/spf13/cobra/doc.dep.yml index a63273be6..8d05fb8fe 100644 --- a/.licenses/docsgen/go/github.com/spf13/cobra/doc.dep.yml +++ b/.licenses/docsgen/go/github.com/spf13/cobra/doc.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/spf13/cobra/doc -version: v1.8.1 +version: v1.9.1 type: go summary: homepage: https://pkg.go.dev/github.com/spf13/cobra/doc license: apache-2.0 licenses: -- sources: cobra@v1.8.1/LICENSE.txt +- sources: cobra@v1.9.1/LICENSE.txt text: |2 Apache License Version 2.0, January 2004 @@ -182,6 +182,6 @@ licenses: 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. -- sources: cobra@v1.8.1/README.md +- sources: cobra@v1.9.1/README.md text: Cobra is released under the Apache 2.0 license. See [LICENSE.txt](LICENSE.txt) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/spf13/cobra.dep.yml b/.licenses/ruledocsgen/go/github.com/spf13/cobra.dep.yml index 4c4ee44ee..8259dc452 100644 --- a/.licenses/ruledocsgen/go/github.com/spf13/cobra.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/spf13/cobra.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/spf13/cobra -version: v1.8.1 +version: v1.9.1 type: go summary: Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. From 34715c6e0dceaae16519598160bd547db0b60689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 05:53:36 +0000 Subject: [PATCH 33/65] Bump prettier from 3.5.1 to 3.5.2 Bumps [prettier](https://github.com/prettier/prettier) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.5.1...3.5.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75f83643a..478f5325f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", - "prettier": "3.5.1" + "prettier": "3.5.2" }, "engines": { "node": "20.x" @@ -2872,9 +2872,9 @@ "license": "MIT" }, "node_modules/prettier": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.1.tgz", - "integrity": "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw==", + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", + "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 96531671a..e9339895e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", - "prettier": "3.5.1" + "prettier": "3.5.2" }, "engines": { "node": "20.x" From 049eef26484f8e03a13d3bf4a5c17081cc4a674a Mon Sep 17 00:00:00 2001 From: Per Tillisch Date: Sat, 1 Mar 2025 20:25:01 -0800 Subject: [PATCH 34/65] Use latest version of "github/setup-licensed" action This "github/setup-licensed" action is used by the dependencies license check workflow to install the "Licensed" tool in the runner machine. Previously the `v1` major version ref of the action was specified in the workflow. This approach is used in order to allow the workflow to automatically always use the latest minor version of the action, only requiring the project maintainers to perform a bump of the action after each major version release. In a competently maintained action project, the major version ref will be updated after each release within that major version series so that it always points to the latest release version. Unfortunately that was not done by the "github/setup-licensed" action maintainers. This means that the use of the `v1` ref in the workflow causes an outdated version of the action to be used. This has been reported to the action maintainers, but unfortunately instead of fixing the problem they archived the repository, so there is no hope of it being resolved. The solution is to replace the major version ref with the ref for the latest release tag. This won't result in an increased maintenance burden because the action repository is archived and thus there won't be any bumps. --- .github/workflows/check-go-dependencies-task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-go-dependencies-task.yml b/.github/workflows/check-go-dependencies-task.yml index b361b91e6..3c44433dc 100644 --- a/.github/workflows/check-go-dependencies-task.yml +++ b/.github/workflows/check-go-dependencies-task.yml @@ -75,7 +75,7 @@ jobs: ruby-version: ruby # Install latest version - name: Install licensed - uses: github/setup-licensed@v1 + uses: github/setup-licensed@v1.3.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} version: 5.x From 642e2b8451b9cb4f76d8d4dd0383be8fea978279 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 2 Mar 2025 05:02:19 -0800 Subject: [PATCH 35/65] Use maintained fork of "setup-licensed" action in dependency license check workflow This GitHub Actions action is used by the dependency license check workflow to install the "Licensed" tool in the runner workspace. The action has a convoluted history of ownership: the repository was originally owned by GitHub user "jonabc". It was later transferred to the "github" organization. Then GitHub abandoned the project, archiving the repository. The "licensee" organization has now created a hard fork of the action, which is recommended in the readme of the "github/setup-licensed" repository. The `licensee` organization has also taken over the management of the "Licensed" tool, and their `licensee` Ruby gem is a significant dependency of "Licensed". So they will be best equipped to maintain the action going forward. The workflow is hereby updated to use the now canonical "licensee/setup-licensed" action. The "licensee/setup-licensed" action maintainers have not provided a major version ref, so it is necessary to pin the action to the latest release tag. --- .github/workflows/check-go-dependencies-task.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check-go-dependencies-task.yml b/.github/workflows/check-go-dependencies-task.yml index 3c44433dc..335e666c1 100644 --- a/.github/workflows/check-go-dependencies-task.yml +++ b/.github/workflows/check-go-dependencies-task.yml @@ -68,14 +68,14 @@ jobs: with: submodules: recursive - # This is required to allow jonabc/setup-licensed to install licensed via Ruby gem. + # This is required to allow licensee/setup-licensed to install licensed via Ruby gem. - name: Install Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ruby # Install latest version - name: Install licensed - uses: github/setup-licensed@v1.3.1 + uses: licensee/setup-licensed@v1.3.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} version: 5.x @@ -127,14 +127,14 @@ jobs: with: submodules: recursive - # This is required to allow jonabc/setup-licensed to install licensed via Ruby gem. + # This is required to allow licensee/setup-licensed to install licensed via Ruby gem. - name: Install Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ruby # Install latest version - name: Install licensed - uses: jonabc/setup-licensed@v1 + uses: licensee/setup-licensed@v1.3.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} version: 3.x From 83bd13ba64332591c92608a5d69f8b3db3dcd24b Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 2 Mar 2025 05:13:47 -0800 Subject: [PATCH 36/65] Bump "Licensed" version in dependency license check workflow The version of the "Licensed" tool for use in the GitHub Actions workflow is defined via the "licensee/setup-licensed" action's `version` input. The workflow contains two jobs that use the action. Previously, the action was configured to install the latest version of Licensed in one job, but by accident the update was performed in the other job, leaving it using the significantly outdated version 3.x of the action. The workflow is hereby updated to use the latest version of Licensed in all jobs. --- .github/workflows/check-go-dependencies-task.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-go-dependencies-task.yml b/.github/workflows/check-go-dependencies-task.yml index 335e666c1..888075990 100644 --- a/.github/workflows/check-go-dependencies-task.yml +++ b/.github/workflows/check-go-dependencies-task.yml @@ -137,7 +137,7 @@ jobs: uses: licensee/setup-licensed@v1.3.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} - version: 3.x + version: 5.x - name: Install Go uses: actions/setup-go@v5 From 37f9bdcf80611ec355b0fba073fa68ad2b4230d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:32:05 +0000 Subject: [PATCH 37/65] Bump pytest from 8.3.4 to 8.3.5 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8f230c2a2..2373920d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -646,13 +646,13 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.3.4" +version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6"}, - {file = "pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761"}, + {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, + {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, ] [package.dependencies] @@ -1008,4 +1008,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "~3.9" -content-hash = "cd68e5122c9a82d51ab6324e64242f79da32aead6cc8051c3188665e2b621ad5" +content-hash = "20b9d6f11a2d262b83933258b6c3d44f3d55bef7a56c65f7a253b247b3bda754" diff --git a/pyproject.toml b/pyproject.toml index 03a663f35..5fb05a342 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "~3.9" # Integration tests dependencies. invoke = "^2.2.0" -pytest = "^8.3.4" +pytest = "^8.3.5" python-dateutil = "^2.9.0" semver = "^3.0.4" From a2fef308611cf4ae8997724224d5a584474bd6f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 05:59:31 +0000 Subject: [PATCH 38/65] Bump prettier from 3.5.2 to 3.5.3 Bumps [prettier](https://github.com/prettier/prettier) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.5.2...3.5.3) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 478f5325f..53532f83d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", - "prettier": "3.5.2" + "prettier": "3.5.3" }, "engines": { "node": "20.x" @@ -2872,9 +2872,9 @@ "license": "MIT" }, "node_modules/prettier": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.2.tgz", - "integrity": "sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz", + "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index e9339895e..0336ea473 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "github-label-sync": "2.3.1", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", - "prettier": "3.5.2" + "prettier": "3.5.3" }, "engines": { "node": "20.x" From 6faac5eb51ad9efb0a73036cd82e1d8666708218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 06:31:33 +0000 Subject: [PATCH 39/65] Bump github-label-sync from 2.3.1 to 3.0.0 Bumps [github-label-sync](https://github.com/Financial-Times/github-label-sync) from 2.3.1 to 3.0.0. - [Release notes](https://github.com/Financial-Times/github-label-sync/releases) - [Changelog](https://github.com/Financial-Times/github-label-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/Financial-Times/github-label-sync/compare/v2.3.1...v3.0.0) --- updated-dependencies: - dependency-name: github-label-sync dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53532f83d..3cddae0d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "ajv-cli": "5.0.0", "ajv-formats": "3.0.1", - "github-label-sync": "2.3.1", + "github-label-sync": "3.0.0", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", "prettier": "3.5.3" @@ -1145,9 +1145,9 @@ } }, "node_modules/github-label-sync": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/github-label-sync/-/github-label-sync-2.3.1.tgz", - "integrity": "sha512-3gGNc+y9OtwzR1aTlAOZKJmQ1QUzufxUG6c7rVTFLtNJvqTwyd80bOUxXuwyk2jIq7tWa0fx+Xep78BXxAU2WQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/github-label-sync/-/github-label-sync-3.0.0.tgz", + "integrity": "sha512-0tmovBWTvgOYV58fX75gv9mCc0Ow4JwPzx4N7iAPwPJ2l670Wt8wfn0SZpHCEUjqtdbXUPi/tIdABAJHeaJWfA==", "dev": true, "license": "MIT", "dependencies": { @@ -1164,7 +1164,7 @@ "github-label-sync": "bin/github-label-sync.js" }, "engines": { - "node": ">=12" + "node": ">=20" } }, "node_modules/github-label-sync/node_modules/ansi-styles": { diff --git a/package.json b/package.json index 0336ea473..9d5c3269e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "devDependencies": { "ajv-cli": "5.0.0", "ajv-formats": "3.0.1", - "github-label-sync": "2.3.1", + "github-label-sync": "3.0.0", "markdown-link-check": "3.12.2", "markdownlint-cli": "0.44.0", "prettier": "3.5.3" From ce196d78a53e6230998517efda5d7a59cd118520 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 5 Mar 2025 00:23:13 -0800 Subject: [PATCH 40/65] Update project Go version to 1.24.1 --- DistTasks.yml | 2 +- Taskfile.yml | 2 +- docsgen/go.mod | 2 +- go.mod | 2 +- ruledocsgen/go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DistTasks.yml b/DistTasks.yml index eb9671649..4f5dd516c 100644 --- a/DistTasks.yml +++ b/DistTasks.yml @@ -19,7 +19,7 @@ version: "3" vars: CONTAINER: "docker.elastic.co/beats-dev/golang-crossbuild" - GO_VERSION: "1.22.9" + GO_VERSION: "1.24.0" tasks: Windows_32bit: diff --git a/Taskfile.yml b/Taskfile.yml index 3302894ee..fcd6d7b1e 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -323,7 +323,7 @@ tasks: desc: Refresh dependency metadata dir: "{{default .DEFAULT_GO_MODULE_PATH .GO_MODULE_PATH}}" vars: - GO_VERSION: 1.17 + GO_VERSION: 1.24.0 cmds: - go mod tidy -compat={{.GO_VERSION}} diff --git a/docsgen/go.mod b/docsgen/go.mod index dc576577d..b61a95df6 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -1,7 +1,7 @@ // Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/cobra/docsgen/go.mod module github.com/arduino/arduino-lint/docsgen -go 1.22.9 +go 1.24.0 replace github.com/arduino/arduino-lint => ../ diff --git a/go.mod b/go.mod index 6d3cea08b..95af555dd 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/arduino/arduino-lint -go 1.22.9 +go 1.24.0 replace github.com/jandelgado/gcov2lcov => github.com/jandelgado/gcov2lcov v1.0.5 // v1.0.4 causes Dependabot updates to fail due to checksum mismatch (likely a moved tag). This is an unused transitive dependency, so version is irrelevant. diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index cc16901b0..82d6cd572 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -1,6 +1,6 @@ module github.com/arduino/arduino-lint/ruledocsgen -go 1.22.9 +go 1.24.0 replace github.com/arduino/arduino-lint => ../ From 3f52ba14640d3b01cbfb70e858a0c3c74acc5a5d Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 5 Mar 2025 00:31:24 -0800 Subject: [PATCH 41/65] Update dependency license metadata cache for Go bump --- .../go/golang.org/x/crypto/hkdf.dep.yml | 63 +++++++++++++++++++ .../go/golang.org/x/crypto/hkdf.dep.yml | 63 +++++++++++++++++++ .../go/golang.org/x/crypto/hkdf.dep.yml | 63 +++++++++++++++++++ 3 files changed, 189 insertions(+) create mode 100644 .licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml create mode 100644 .licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml create mode 100644 .licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml new file mode 100644 index 000000000..330663cc2 --- /dev/null +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml @@ -0,0 +1,63 @@ +--- +name: golang.org/x/crypto/hkdf +version: v0.32.0 +type: go +summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation + Function (HKDF) as defined in RFC 5869. +homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf +license: other +licenses: +- sources: crypto@v0.32.0/LICENSE + text: | + Copyright 2009 The Go Authors. + + 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 LLC 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. +- sources: crypto@v0.32.0/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml new file mode 100644 index 000000000..330663cc2 --- /dev/null +++ b/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml @@ -0,0 +1,63 @@ +--- +name: golang.org/x/crypto/hkdf +version: v0.32.0 +type: go +summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation + Function (HKDF) as defined in RFC 5869. +homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf +license: other +licenses: +- sources: crypto@v0.32.0/LICENSE + text: | + Copyright 2009 The Go Authors. + + 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 LLC 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. +- sources: crypto@v0.32.0/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml new file mode 100644 index 000000000..330663cc2 --- /dev/null +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml @@ -0,0 +1,63 @@ +--- +name: golang.org/x/crypto/hkdf +version: v0.32.0 +type: go +summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation + Function (HKDF) as defined in RFC 5869. +homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf +license: other +licenses: +- sources: crypto@v0.32.0/LICENSE + text: | + Copyright 2009 The Go Authors. + + 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 LLC 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. +- sources: crypto@v0.32.0/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] From 024884f3033fb39f659d158025076458022d9e7f Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 5 Mar 2025 00:33:27 -0800 Subject: [PATCH 42/65] Manually define dependency license metadata that was not detected The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache in the `.licenses` folder manually. The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't changed. --- .licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml | 2 +- .licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml | 2 +- .licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml index 330663cc2..f46b5c389 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf -license: other +license: bsd-3-clause licenses: - sources: crypto@v0.32.0/LICENSE text: | diff --git a/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml index 330663cc2..f46b5c389 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf -license: other +license: bsd-3-clause licenses: - sources: crypto@v0.32.0/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml index 330663cc2..f46b5c389 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml @@ -5,7 +5,7 @@ type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf -license: other +license: bsd-3-clause licenses: - sources: crypto@v0.32.0/LICENSE text: | From f6f3751b4cf5450228729cb788a0f4a1e93dbff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 08:55:06 +0000 Subject: [PATCH 43/65] Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.14.0 Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.13.2 to 5.14.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.13.2...v5.14.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 26 +++++++++++------------ go.sum | 67 ++++++++++++++++++++++++++++------------------------------ 2 files changed, 45 insertions(+), 48 deletions(-) diff --git a/go.mod b/go.mod index 95af555dd..d8cfc6b5f 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/arduino/go-paths-helper v1.12.1 github.com/arduino/go-properties-orderedmap v1.8.1 github.com/client9/misspell v0.3.4 - github.com/go-git/go-git/v5 v5.13.2 + github.com/go-git/go-git/v5 v5.14.0 github.com/olekukonko/tablewriter v0.0.5 github.com/ory/jsonschema/v3 v3.0.4 github.com/sirupsen/logrus v1.9.3 @@ -25,15 +25,15 @@ require ( require ( dario.cat/mergo v1.0.0 // indirect - github.com/Microsoft/go-winio v0.6.1 // indirect + github.com/Microsoft/go-winio v0.6.2 // indirect github.com/OneOfOne/xxhash v1.2.8 // indirect github.com/ProtonMail/go-crypto v1.1.5 // indirect github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect - github.com/cloudflare/circl v1.3.7 // indirect + github.com/cloudflare/circl v1.6.0 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect - github.com/cyphar/filepath-securejoin v0.3.6 // indirect + github.com/cyphar/filepath-securejoin v0.4.1 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect @@ -44,8 +44,8 @@ require ( github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect - github.com/golang/protobuf v1.5.3 // indirect + github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect + github.com/golang/protobuf v1.5.4 // indirect github.com/google/uuid v1.3.1 // indirect github.com/h2non/filetype v1.1.3 // indirect github.com/hashicorp/hcl v1.0.0 // indirect @@ -76,7 +76,7 @@ require ( github.com/sagikazarmark/slog-shim v0.1.0 // indirect github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect - github.com/skeema/knownhosts v1.3.0 // indirect + github.com/skeema/knownhosts v1.3.1 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect github.com/spf13/afero v1.10.0 // indirect @@ -95,14 +95,14 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.32.0 // indirect + golang.org/x/crypto v0.35.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.34.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.29.0 // indirect - golang.org/x/term v0.28.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/net v0.35.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect google.golang.org/grpc v1.59.0 // indirect diff --git a/go.sum b/go.sum index 7f2c4980e..d548dd6a8 100644 --- a/go.sum +++ b/go.sum @@ -52,8 +52,8 @@ github.com/Masterminds/semver/v3 v3.0.3/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0 github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= -github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= -github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= +github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY= +github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU= github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= @@ -127,8 +127,8 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= -github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= +github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk= +github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -167,8 +167,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA= -github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM= -github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= +github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s= +github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= @@ -197,8 +197,8 @@ github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaB github.com/elastic/go-sysinfo v1.1.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0= github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU= github.com/elazarl/goproxy v0.0.0-20181003060214-f58a169a71a5/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM= -github.com/elazarl/goproxy v1.4.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ= +github.com/elazarl/goproxy v1.7.2 h1:Y2o6urb7Eule09PjlhQRGNsqRfPmYI3KKQLFpCAV3+o= +github.com/elazarl/goproxy v1.7.2/go.mod h1:82vkLNir0ALaW14Rc399OTTjyNREgmdL2cVoIbS6XaE= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= @@ -238,8 +238,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.13.2 h1:7O7xvsK7K+rZPKW6AQR1YyNhfywkv7B8/FsP3ki6Zv0= -github.com/go-git/go-git/v5 v5.13.2/go.mod h1:hWdW5P4YZRjmpGHwRH2v3zkWcNl6HeXaXQEMGb3NJ9A= +github.com/go-git/go-git/v5 v5.14.0 h1:/MD3lCrGjCen5WfEAzKg00MJJffKhC8gzS80ycmCi60= +github.com/go-git/go-git/v5 v5.14.0/go.mod h1:Z5Xhoia5PcWA3NF8vRLURn9E5FRhSl7dGj9ItW3Wk5k= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -583,8 +583,8 @@ github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4er github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= @@ -608,9 +608,8 @@ github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvq github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= -github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= +github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= @@ -625,8 +624,8 @@ github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= -github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= +github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/go-jsonnet v0.16.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/go-jsonnet v0.17.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -1119,8 +1118,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.4.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.5.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= -github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= +github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= +github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= github.com/rs/cors v1.6.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= @@ -1181,8 +1180,8 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY= -github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M= +github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8= +github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= @@ -1415,8 +1414,8 @@ golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc= -golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc= +golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs= +golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1515,8 +1514,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= -golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1538,8 +1537,8 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1628,11 +1627,11 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= -golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg= -golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1643,8 +1642,8 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1867,8 +1866,6 @@ google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2 google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= gopkg.in/DataDog/dd-trace-go.v1 v1.27.0/go.mod h1:Sp1lku8WJMvNV0kjDI4Ni/T7J/U3BO5ct5kEaoVU8+I= From 15f76aa639354a5d516d661d4810e6ba42829e57 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 5 Mar 2025 00:59:04 -0800 Subject: [PATCH 44/65] Tidy dependent modules to reflect `github.com/go-git/go-git` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 26 +++++++++--------- docsgen/go.sum | 67 ++++++++++++++++++++++------------------------ ruledocsgen/go.mod | 26 +++++++++--------- ruledocsgen/go.sum | 67 ++++++++++++++++++++++------------------------ 4 files changed, 90 insertions(+), 96 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index b61a95df6..490e83a5d 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -16,7 +16,7 @@ require ( require ( dario.cat/mergo v1.0.0 // indirect - github.com/Microsoft/go-winio v0.6.1 // indirect + github.com/Microsoft/go-winio v0.6.2 // indirect github.com/ProtonMail/go-crypto v1.1.5 // indirect github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 // indirect github.com/arduino/go-paths-helper v1.12.1 // indirect @@ -24,23 +24,23 @@ require ( github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect github.com/client9/misspell v0.3.4 // indirect - github.com/cloudflare/circl v1.3.7 // indirect + github.com/cloudflare/circl v1.6.0 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect - github.com/cyphar/filepath-securejoin v0.3.6 // indirect + github.com/cyphar/filepath-securejoin v0.4.1 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.6.2 // indirect - github.com/go-git/go-git/v5 v5.13.2 // indirect + github.com/go-git/go-git/v5 v5.14.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect - github.com/golang/protobuf v1.5.3 // indirect + github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect + github.com/golang/protobuf v1.5.4 // indirect github.com/google/uuid v1.3.1 // indirect github.com/h2non/filetype v1.1.3 // indirect github.com/hashicorp/hcl v1.0.0 // indirect @@ -75,7 +75,7 @@ require ( github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect github.com/sirupsen/logrus v1.9.3 // indirect - github.com/skeema/knownhosts v1.3.0 // indirect + github.com/skeema/knownhosts v1.3.1 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/afero v1.10.0 // indirect github.com/spf13/cast v1.5.1 // indirect @@ -98,14 +98,14 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.32.0 // indirect + golang.org/x/crypto v0.35.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.34.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.29.0 // indirect - golang.org/x/term v0.28.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/net v0.35.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect google.golang.org/grpc v1.59.0 // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index 08af98ac6..f9f83ee86 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -52,8 +52,8 @@ github.com/Masterminds/semver/v3 v3.0.3/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0 github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= -github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= -github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= +github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY= +github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU= github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= @@ -127,8 +127,8 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= -github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= +github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk= +github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -168,8 +168,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA= -github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM= -github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= +github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s= +github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= @@ -198,8 +198,8 @@ github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaB github.com/elastic/go-sysinfo v1.1.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0= github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU= github.com/elazarl/goproxy v0.0.0-20181003060214-f58a169a71a5/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM= -github.com/elazarl/goproxy v1.4.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ= +github.com/elazarl/goproxy v1.7.2 h1:Y2o6urb7Eule09PjlhQRGNsqRfPmYI3KKQLFpCAV3+o= +github.com/elazarl/goproxy v1.7.2/go.mod h1:82vkLNir0ALaW14Rc399OTTjyNREgmdL2cVoIbS6XaE= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= @@ -239,8 +239,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.13.2 h1:7O7xvsK7K+rZPKW6AQR1YyNhfywkv7B8/FsP3ki6Zv0= -github.com/go-git/go-git/v5 v5.13.2/go.mod h1:hWdW5P4YZRjmpGHwRH2v3zkWcNl6HeXaXQEMGb3NJ9A= +github.com/go-git/go-git/v5 v5.14.0 h1:/MD3lCrGjCen5WfEAzKg00MJJffKhC8gzS80ycmCi60= +github.com/go-git/go-git/v5 v5.14.0/go.mod h1:Z5Xhoia5PcWA3NF8vRLURn9E5FRhSl7dGj9ItW3Wk5k= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -584,8 +584,8 @@ github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4er github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= @@ -609,9 +609,8 @@ github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvq github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= -github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= +github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= @@ -626,8 +625,8 @@ github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= -github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= +github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/go-jsonnet v0.16.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/go-jsonnet v0.17.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -1120,8 +1119,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.4.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.5.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= -github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= +github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= +github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= github.com/rs/cors v1.6.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= @@ -1183,8 +1182,8 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY= -github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M= +github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8= +github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= @@ -1417,8 +1416,8 @@ golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc= -golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc= +golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs= +golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1517,8 +1516,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= -golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1540,8 +1539,8 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1630,11 +1629,11 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= -golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg= -golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1645,8 +1644,8 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1869,8 +1868,6 @@ google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2 google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= gopkg.in/DataDog/dd-trace-go.v1 v1.27.0/go.mod h1:Sp1lku8WJMvNV0kjDI4Ni/T7J/U3BO5ct5kEaoVU8+I= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index 82d6cd572..bff811033 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -16,29 +16,29 @@ require ( require ( dario.cat/mergo v1.0.0 // indirect - github.com/Microsoft/go-winio v0.6.1 // indirect + github.com/Microsoft/go-winio v0.6.2 // indirect github.com/ProtonMail/go-crypto v1.1.5 // indirect github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 // indirect github.com/arduino/go-properties-orderedmap v1.8.1 // indirect github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect github.com/client9/misspell v0.3.4 // indirect - github.com/cloudflare/circl v1.3.7 // indirect + github.com/cloudflare/circl v1.6.0 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect - github.com/cyphar/filepath-securejoin v0.3.6 // indirect + github.com/cyphar/filepath-securejoin v0.4.1 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgraph-io/ristretto v0.0.3 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.6.2 // indirect - github.com/go-git/go-git/v5 v5.13.2 // indirect + github.com/go-git/go-git/v5 v5.14.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect - github.com/golang/protobuf v1.5.3 // indirect + github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect + github.com/golang/protobuf v1.5.4 // indirect github.com/google/uuid v1.3.1 // indirect github.com/h2non/filetype v1.1.3 // indirect github.com/hashicorp/hcl v1.0.0 // indirect @@ -71,7 +71,7 @@ require ( github.com/seatgeek/logrus-gelf-formatter v0.0.0-20210414080842-5b05eb8ff761 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect github.com/sirupsen/logrus v1.9.3 // indirect - github.com/skeema/knownhosts v1.3.0 // indirect + github.com/skeema/knownhosts v1.3.1 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/afero v1.10.0 // indirect github.com/spf13/cast v1.5.1 // indirect @@ -94,14 +94,14 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.32.0 // indirect + golang.org/x/crypto v0.35.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.34.0 // indirect - golang.org/x/sync v0.10.0 // indirect - golang.org/x/sys v0.29.0 // indirect - golang.org/x/term v0.28.0 // indirect - golang.org/x/text v0.21.0 // indirect + golang.org/x/net v0.35.0 // indirect + golang.org/x/sync v0.11.0 // indirect + golang.org/x/sys v0.30.0 // indirect + golang.org/x/term v0.29.0 // indirect + golang.org/x/text v0.22.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect google.golang.org/grpc v1.59.0 // indirect diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index ba7d57df2..af3fb82e6 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -54,8 +54,8 @@ github.com/Masterminds/semver/v3 v3.0.3/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0 github.com/Microsoft/go-winio v0.4.11/go.mod h1:VhR8bwka0BXejwEJY73c50VrPtXAaKcyvVC4A4RozmA= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= -github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow= -github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM= +github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY= +github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU= github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= @@ -131,8 +131,8 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU= -github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA= +github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk= +github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -171,8 +171,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA= -github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM= -github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= +github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s= +github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= @@ -201,8 +201,8 @@ github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaB github.com/elastic/go-sysinfo v1.1.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0= github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU= github.com/elazarl/goproxy v0.0.0-20181003060214-f58a169a71a5/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/elazarl/goproxy v1.4.0 h1:4GyuSbFa+s26+3rmYNSuUVsx+HgPrV1bk1jXI0l9wjM= -github.com/elazarl/goproxy v1.4.0/go.mod h1:X/5W/t+gzDyLfHW4DrMdpjqYjpXsURlBt9lpBDxZZZQ= +github.com/elazarl/goproxy v1.7.2 h1:Y2o6urb7Eule09PjlhQRGNsqRfPmYI3KKQLFpCAV3+o= +github.com/elazarl/goproxy v1.7.2/go.mod h1:82vkLNir0ALaW14Rc399OTTjyNREgmdL2cVoIbS6XaE= github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc= github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ= github.com/envoyproxy/go-control-plane v0.6.9/go.mod h1:SBwIajubJHhxtWwsL9s8ss4safvEdbitLhGGK48rN6g= @@ -242,8 +242,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.13.2 h1:7O7xvsK7K+rZPKW6AQR1YyNhfywkv7B8/FsP3ki6Zv0= -github.com/go-git/go-git/v5 v5.13.2/go.mod h1:hWdW5P4YZRjmpGHwRH2v3zkWcNl6HeXaXQEMGb3NJ9A= +github.com/go-git/go-git/v5 v5.14.0 h1:/MD3lCrGjCen5WfEAzKg00MJJffKhC8gzS80ycmCi60= +github.com/go-git/go-git/v5 v5.14.0/go.mod h1:Z5Xhoia5PcWA3NF8vRLURn9E5FRhSl7dGj9ItW3Wk5k= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -587,8 +587,8 @@ github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4er github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 h1:f+oWsMOmNPc8JmEHVZIycC7hBoQxHH9pNKQORJNozsQ= +github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8/go.mod h1:wcDNUvekVysuuOpQKo3191zZyTpiI6se1N1ULghS0sw= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= @@ -612,9 +612,8 @@ github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvq github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg= -github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= +github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek= +github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps= github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= @@ -629,8 +628,8 @@ github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= -github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= +github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8= +github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU= github.com/google/go-jsonnet v0.16.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/go-jsonnet v0.17.0/go.mod h1:sOcuej3UW1vpPTZOr8L7RQimqai1a57bt5j22LzGZCw= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= @@ -1123,8 +1122,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.4.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.5.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8= -github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4= +github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= +github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= github.com/rs/cors v1.6.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ= github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU= @@ -1187,8 +1186,8 @@ github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic github.com/sirupsen/logrus v1.8.1/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ= github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ= -github.com/skeema/knownhosts v1.3.0 h1:AM+y0rI04VksttfwjkSTNQorvGqmwATnvnAHpSgc0LY= -github.com/skeema/knownhosts v1.3.0/go.mod h1:sPINvnADmT/qYH1kfv+ePMmOBTH6Tbl7b5LvTDjFK7M= +github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnBY8= +github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY= github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s= github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= @@ -1427,8 +1426,8 @@ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0 golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU= golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M= golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8= -golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc= -golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc= +golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs= +golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1536,8 +1535,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= -golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0= -golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k= +golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= +golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1561,8 +1560,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ= -golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= +golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1659,8 +1658,8 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU= -golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= +golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= @@ -1669,8 +1668,8 @@ golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk= golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk= golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= -golang.org/x/term v0.28.0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg= -golang.org/x/term v0.28.0/go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek= +golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= +golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1685,8 +1684,8 @@ golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= -golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo= -golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ= +golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= +golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= @@ -1911,8 +1910,6 @@ google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2 google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI= google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos= gopkg.in/DataDog/dd-trace-go.v1 v1.27.0/go.mod h1:Sp1lku8WJMvNV0kjDI4Ni/T7J/U3BO5ct5kEaoVU8+I= From cdcb01d55f907366001441a72fecd6099896889a Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 5 Mar 2025 01:09:31 -0800 Subject: [PATCH 45/65] Update dependency license metadata cache for `github.com/go-git/go-git` bump --- .../cloudflare/circl/dh/x25519.dep.yml | 6 +- .../cloudflare/circl/dh/x448.dep.yml | 6 +- .../cloudflare/circl/ecc/goldilocks.dep.yml | 6 +- .../cloudflare/circl/internal/conv.dep.yml | 6 +- .../cloudflare/circl/internal/sha3.dep.yml | 6 +- .../github.com/cloudflare/circl/math.dep.yml | 6 +- .../cloudflare/circl/math/fp25519.dep.yml | 6 +- .../cloudflare/circl/math/fp448.dep.yml | 6 +- .../cloudflare/circl/math/mlsbset.dep.yml | 6 +- .../github.com/cloudflare/circl/sign.dep.yml | 6 +- .../cloudflare/circl/sign/ed25519.dep.yml | 6 +- .../cloudflare/circl/sign/ed448.dep.yml | 6 +- .../cyphar/filepath-securejoin.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go-git/go-git/v5/config.dep.yml | 6 +- .../go-git/v5/internal/path_util.dep.yml | 6 +- .../go-git/v5/internal/revision.dep.yml | 6 +- .../go-git/go-git/v5/internal/url.dep.yml | 6 +- .../go-git/go-git/v5/plumbing.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/cache.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/color.dep.yml | 6 +- .../go-git/v5/plumbing/filemode.dep.yml | 6 +- .../go-git/v5/plumbing/format/config.dep.yml | 6 +- .../go-git/v5/plumbing/format/diff.dep.yml | 6 +- .../v5/plumbing/format/gitignore.dep.yml | 6 +- .../go-git/v5/plumbing/format/idxfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/index.dep.yml | 6 +- .../go-git/v5/plumbing/format/objfile.dep.yml | 6 +- .../v5/plumbing/format/packfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/pktline.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/hash.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/object.dep.yml | 6 +- .../go-git/v5/plumbing/protocol/packp.dep.yml | 6 +- .../protocol/packp/capability.dep.yml | 6 +- .../plumbing/protocol/packp/sideband.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/storer.dep.yml | 6 +- .../go-git/v5/plumbing/transport.dep.yml | 6 +- .../v5/plumbing/transport/client.dep.yml | 6 +- .../go-git/v5/plumbing/transport/file.dep.yml | 6 +- .../go-git/v5/plumbing/transport/git.dep.yml | 6 +- .../go-git/v5/plumbing/transport/http.dep.yml | 6 +- .../transport/internal/common.dep.yml | 6 +- .../v5/plumbing/transport/server.dep.yml | 6 +- .../go-git/v5/plumbing/transport/ssh.dep.yml | 6 +- .../go-git/go-git/v5/storage.dep.yml | 6 +- .../go-git/v5/storage/filesystem.dep.yml | 6 +- .../v5/storage/filesystem/dotgit.dep.yml | 6 +- .../go-git/go-git/v5/storage/memory.dep.yml | 6 +- .../go-git/go-git/v5/utils/binary.dep.yml | 6 +- .../go-git/go-git/v5/utils/diff.dep.yml | 6 +- .../go-git/go-git/v5/utils/ioutil.dep.yml | 6 +- .../go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +- .../v5/utils/merkletrie/filesystem.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/index.dep.yml | 6 +- .../utils/merkletrie/internal/frame.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/noder.dep.yml | 6 +- .../go-git/go-git/v5/utils/sync.dep.yml | 6 +- .../go-git/go-git/v5/utils/trace.dep.yml | 6 +- .../github.com/golang/groupcache/lru.dep.yml | 4 +- .../github.com/golang/protobuf/jsonpb.dep.yml | 4 +- .../github.com/golang/protobuf/proto.dep.yml | 4 +- .../github.com/golang/protobuf/ptypes.dep.yml | 4 +- .../golang/protobuf/ptypes/any.dep.yml | 4 +- .../golang/protobuf/ptypes/duration.dep.yml | 4 +- .../golang/protobuf/ptypes/timestamp.dep.yml | 4 +- .../go/github.com/skeema/knownhosts.dep.yml | 6 +- .../go/golang.org/x/crypto/argon2.dep.yml | 6 +- .../go/golang.org/x/crypto/blake2b.dep.yml | 6 +- .../go/golang.org/x/crypto/blowfish.dep.yml | 6 +- .../go/golang.org/x/crypto/cast5.dep.yml | 6 +- .../go/golang.org/x/crypto/curve25519.dep.yml | 6 +- .../go/golang.org/x/crypto/hkdf.dep.yml | 6 +- .../go/golang.org/x/crypto/sha3.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +- .../crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +- .../x/crypto/ssh/knownhosts.dep.yml | 6 +- .../go/golang.org/x/net/context.dep.yml | 6 +- .../go/golang.org/x/net/http2.dep.yml | 6 +- .../x/net/internal/httpcommon.dep.yml | 62 +++++++++++++++++++ .../golang.org/x/net/internal/socks.dep.yml | 6 +- .../x/net/internal/timeseries.dep.yml | 6 +- .../go/golang.org/x/net/proxy.dep.yml | 6 +- .../go/golang.org/x/net/trace.dep.yml | 6 +- .../go/golang.org/x/sys/execabs.dep.yml | 6 +- .../go/golang.org/x/sys/unix.dep.yml | 6 +- .../arduino-lint/go/golang.org/x/term.dep.yml | 2 +- .../go/golang.org/x/text/encoding.dep.yml | 6 +- .../x/text/encoding/internal.dep.yml | 6 +- .../text/encoding/internal/identifier.dep.yml | 6 +- .../x/text/encoding/unicode.dep.yml | 6 +- .../x/text/internal/utf8internal.dep.yml | 6 +- .../go/golang.org/x/text/runes.dep.yml | 6 +- .../cloudflare/circl/dh/x25519.dep.yml | 6 +- .../cloudflare/circl/dh/x448.dep.yml | 6 +- .../cloudflare/circl/ecc/goldilocks.dep.yml | 6 +- .../cloudflare/circl/internal/conv.dep.yml | 6 +- .../cloudflare/circl/internal/sha3.dep.yml | 6 +- .../github.com/cloudflare/circl/math.dep.yml | 6 +- .../cloudflare/circl/math/fp25519.dep.yml | 6 +- .../cloudflare/circl/math/fp448.dep.yml | 6 +- .../cloudflare/circl/math/mlsbset.dep.yml | 6 +- .../github.com/cloudflare/circl/sign.dep.yml | 6 +- .../cloudflare/circl/sign/ed25519.dep.yml | 6 +- .../cloudflare/circl/sign/ed448.dep.yml | 6 +- .../cyphar/filepath-securejoin.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go-git/go-git/v5/config.dep.yml | 6 +- .../go-git/v5/internal/path_util.dep.yml | 6 +- .../go-git/v5/internal/revision.dep.yml | 6 +- .../go-git/go-git/v5/internal/url.dep.yml | 6 +- .../go-git/go-git/v5/plumbing.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/cache.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/color.dep.yml | 6 +- .../go-git/v5/plumbing/filemode.dep.yml | 6 +- .../go-git/v5/plumbing/format/config.dep.yml | 6 +- .../go-git/v5/plumbing/format/diff.dep.yml | 6 +- .../v5/plumbing/format/gitignore.dep.yml | 6 +- .../go-git/v5/plumbing/format/idxfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/index.dep.yml | 6 +- .../go-git/v5/plumbing/format/objfile.dep.yml | 6 +- .../v5/plumbing/format/packfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/pktline.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/hash.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/object.dep.yml | 6 +- .../go-git/v5/plumbing/protocol/packp.dep.yml | 6 +- .../protocol/packp/capability.dep.yml | 6 +- .../plumbing/protocol/packp/sideband.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/storer.dep.yml | 6 +- .../go-git/v5/plumbing/transport.dep.yml | 6 +- .../v5/plumbing/transport/client.dep.yml | 6 +- .../go-git/v5/plumbing/transport/file.dep.yml | 6 +- .../go-git/v5/plumbing/transport/git.dep.yml | 6 +- .../go-git/v5/plumbing/transport/http.dep.yml | 6 +- .../transport/internal/common.dep.yml | 6 +- .../v5/plumbing/transport/server.dep.yml | 6 +- .../go-git/v5/plumbing/transport/ssh.dep.yml | 6 +- .../go-git/go-git/v5/storage.dep.yml | 6 +- .../go-git/v5/storage/filesystem.dep.yml | 6 +- .../v5/storage/filesystem/dotgit.dep.yml | 6 +- .../go-git/go-git/v5/storage/memory.dep.yml | 6 +- .../go-git/go-git/v5/utils/binary.dep.yml | 6 +- .../go-git/go-git/v5/utils/diff.dep.yml | 6 +- .../go-git/go-git/v5/utils/ioutil.dep.yml | 6 +- .../go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +- .../v5/utils/merkletrie/filesystem.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/index.dep.yml | 6 +- .../utils/merkletrie/internal/frame.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/noder.dep.yml | 6 +- .../go-git/go-git/v5/utils/sync.dep.yml | 6 +- .../go-git/go-git/v5/utils/trace.dep.yml | 6 +- .../github.com/golang/groupcache/lru.dep.yml | 4 +- .../github.com/golang/protobuf/jsonpb.dep.yml | 4 +- .../github.com/golang/protobuf/proto.dep.yml | 4 +- .../github.com/golang/protobuf/ptypes.dep.yml | 4 +- .../golang/protobuf/ptypes/any.dep.yml | 4 +- .../golang/protobuf/ptypes/duration.dep.yml | 4 +- .../golang/protobuf/ptypes/timestamp.dep.yml | 4 +- .../go/github.com/skeema/knownhosts.dep.yml | 6 +- .../go/golang.org/x/crypto/argon2.dep.yml | 6 +- .../go/golang.org/x/crypto/blake2b.dep.yml | 6 +- .../go/golang.org/x/crypto/blowfish.dep.yml | 6 +- .../go/golang.org/x/crypto/cast5.dep.yml | 6 +- .../go/golang.org/x/crypto/curve25519.dep.yml | 6 +- .../go/golang.org/x/crypto/hkdf.dep.yml | 6 +- .../go/golang.org/x/crypto/sha3.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +- .../crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +- .../x/crypto/ssh/knownhosts.dep.yml | 6 +- .../go/golang.org/x/net/context.dep.yml | 6 +- .../docsgen/go/golang.org/x/net/http2.dep.yml | 6 +- .../x/net/internal/httpcommon.dep.yml | 62 +++++++++++++++++++ .../golang.org/x/net/internal/socks.dep.yml | 6 +- .../x/net/internal/timeseries.dep.yml | 6 +- .../docsgen/go/golang.org/x/net/proxy.dep.yml | 6 +- .../docsgen/go/golang.org/x/net/trace.dep.yml | 6 +- .../go/golang.org/x/sys/execabs.dep.yml | 6 +- .../docsgen/go/golang.org/x/sys/unix.dep.yml | 6 +- .../docsgen/go/golang.org/x/term.dep.yml | 2 +- .../go/golang.org/x/text/encoding.dep.yml | 6 +- .../x/text/encoding/internal.dep.yml | 6 +- .../text/encoding/internal/identifier.dep.yml | 6 +- .../x/text/encoding/unicode.dep.yml | 6 +- .../x/text/internal/utf8internal.dep.yml | 6 +- .../go/golang.org/x/text/runes.dep.yml | 6 +- .../cloudflare/circl/dh/x25519.dep.yml | 6 +- .../cloudflare/circl/dh/x448.dep.yml | 6 +- .../cloudflare/circl/ecc/goldilocks.dep.yml | 6 +- .../cloudflare/circl/internal/conv.dep.yml | 6 +- .../cloudflare/circl/internal/sha3.dep.yml | 6 +- .../github.com/cloudflare/circl/math.dep.yml | 6 +- .../cloudflare/circl/math/fp25519.dep.yml | 6 +- .../cloudflare/circl/math/fp448.dep.yml | 6 +- .../cloudflare/circl/math/mlsbset.dep.yml | 6 +- .../github.com/cloudflare/circl/sign.dep.yml | 6 +- .../cloudflare/circl/sign/ed25519.dep.yml | 6 +- .../cloudflare/circl/sign/ed448.dep.yml | 6 +- .../cyphar/filepath-securejoin.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go-git/go-git/v5/config.dep.yml | 6 +- .../go-git/v5/internal/path_util.dep.yml | 6 +- .../go-git/v5/internal/revision.dep.yml | 6 +- .../go-git/go-git/v5/internal/url.dep.yml | 6 +- .../go-git/go-git/v5/plumbing.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/cache.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/color.dep.yml | 6 +- .../go-git/v5/plumbing/filemode.dep.yml | 6 +- .../go-git/v5/plumbing/format/config.dep.yml | 6 +- .../go-git/v5/plumbing/format/diff.dep.yml | 6 +- .../v5/plumbing/format/gitignore.dep.yml | 6 +- .../go-git/v5/plumbing/format/idxfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/index.dep.yml | 6 +- .../go-git/v5/plumbing/format/objfile.dep.yml | 6 +- .../v5/plumbing/format/packfile.dep.yml | 6 +- .../go-git/v5/plumbing/format/pktline.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/hash.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/object.dep.yml | 6 +- .../go-git/v5/plumbing/protocol/packp.dep.yml | 6 +- .../protocol/packp/capability.dep.yml | 6 +- .../plumbing/protocol/packp/sideband.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +- .../go-git/go-git/v5/plumbing/storer.dep.yml | 6 +- .../go-git/v5/plumbing/transport.dep.yml | 6 +- .../v5/plumbing/transport/client.dep.yml | 6 +- .../go-git/v5/plumbing/transport/file.dep.yml | 6 +- .../go-git/v5/plumbing/transport/git.dep.yml | 6 +- .../go-git/v5/plumbing/transport/http.dep.yml | 6 +- .../transport/internal/common.dep.yml | 6 +- .../v5/plumbing/transport/server.dep.yml | 6 +- .../go-git/v5/plumbing/transport/ssh.dep.yml | 6 +- .../go-git/go-git/v5/storage.dep.yml | 6 +- .../go-git/v5/storage/filesystem.dep.yml | 6 +- .../v5/storage/filesystem/dotgit.dep.yml | 6 +- .../go-git/go-git/v5/storage/memory.dep.yml | 6 +- .../go-git/go-git/v5/utils/binary.dep.yml | 6 +- .../go-git/go-git/v5/utils/diff.dep.yml | 6 +- .../go-git/go-git/v5/utils/ioutil.dep.yml | 6 +- .../go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +- .../v5/utils/merkletrie/filesystem.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/index.dep.yml | 6 +- .../utils/merkletrie/internal/frame.dep.yml | 6 +- .../go-git/v5/utils/merkletrie/noder.dep.yml | 6 +- .../go-git/go-git/v5/utils/sync.dep.yml | 6 +- .../go-git/go-git/v5/utils/trace.dep.yml | 6 +- .../github.com/golang/groupcache/lru.dep.yml | 4 +- .../github.com/golang/protobuf/jsonpb.dep.yml | 4 +- .../github.com/golang/protobuf/proto.dep.yml | 4 +- .../github.com/golang/protobuf/ptypes.dep.yml | 4 +- .../golang/protobuf/ptypes/any.dep.yml | 4 +- .../golang/protobuf/ptypes/duration.dep.yml | 4 +- .../golang/protobuf/ptypes/timestamp.dep.yml | 4 +- .../go/github.com/skeema/knownhosts.dep.yml | 6 +- .../go/golang.org/x/crypto/argon2.dep.yml | 6 +- .../go/golang.org/x/crypto/blake2b.dep.yml | 6 +- .../go/golang.org/x/crypto/blowfish.dep.yml | 6 +- .../go/golang.org/x/crypto/cast5.dep.yml | 6 +- .../go/golang.org/x/crypto/curve25519.dep.yml | 6 +- .../go/golang.org/x/crypto/hkdf.dep.yml | 6 +- .../go/golang.org/x/crypto/sha3.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh.dep.yml | 6 +- .../go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +- .../crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +- .../x/crypto/ssh/knownhosts.dep.yml | 6 +- .../go/golang.org/x/net/context.dep.yml | 6 +- .../go/golang.org/x/net/http2.dep.yml | 6 +- .../x/net/internal/httpcommon.dep.yml | 62 +++++++++++++++++++ .../golang.org/x/net/internal/socks.dep.yml | 6 +- .../x/net/internal/timeseries.dep.yml | 6 +- .../go/golang.org/x/net/proxy.dep.yml | 6 +- .../go/golang.org/x/net/trace.dep.yml | 6 +- .../go/golang.org/x/sys/execabs.dep.yml | 6 +- .../go/golang.org/x/sys/unix.dep.yml | 6 +- .../ruledocsgen/go/golang.org/x/term.dep.yml | 2 +- .../go/golang.org/x/text/encoding.dep.yml | 6 +- .../x/text/encoding/internal.dep.yml | 6 +- .../text/encoding/internal/identifier.dep.yml | 6 +- .../x/text/encoding/unicode.dep.yml | 6 +- .../x/text/internal/utf8internal.dep.yml | 6 +- .../go/golang.org/x/text/runes.dep.yml | 6 +- 282 files changed, 984 insertions(+), 798 deletions(-) create mode 100644 .licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml create mode 100644 .licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml create mode 100644 .licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml index 500a57f07..54c1682fc 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x25519 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml index 951a866b6..804cf21c1 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x448 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml index ab0f591cf..4e18bb995 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/ecc/goldilocks -version: v1.3.7 +version: v1.6.0 type: go summary: Package goldilocks provides elliptic curve operations over the goldilocks curve. homepage: https://pkg.go.dev/github.com/cloudflare/circl/ecc/goldilocks license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml index 62d010220..b7d803cca 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/internal/conv -version: v1.3.7 +version: v1.6.0 type: go summary: homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/conv license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml index b3f76274d..0ac408171 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/internal/sha3 -version: v1.3.7 +version: v1.6.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/sha3 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml index cc74ae785..6b99b5b63 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math -version: v1.3.7 +version: v1.6.0 type: go summary: Package math provides some utility functions for big integers. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml index 4ebf3c37b..b2a5c73e1 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp25519 provides prime field arithmetic over GF(2^255-19). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml index ad97715a3..ee7e7fe1b 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp448 provides prime field arithmetic over GF(2^448-2^224-1). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml index 0a6e0d1ff..a122e5fdb 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/mlsbset -version: v1.3.7 +version: v1.6.0 type: go summary: Package mlsbset provides a constant-time exponentiation method with precomputation. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/mlsbset license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml index aed6d6565..f8f80af3a 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign -version: v1.3.7 +version: v1.6.0 type: go summary: Package sign provides unified interfaces for signature schemes. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml index b9de6513f..932918738 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed25519 implements Ed25519 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml index edb6acff9..538f5dc45 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed448 implements Ed448 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml b/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml index 5b0f2cae4..868b96d40 100644 --- a/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cyphar/filepath-securejoin.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/cyphar/filepath-securejoin -version: v0.3.6 +version: v0.4.1 type: go summary: Package securejoin implements a set of helpers to make it easier to write Go code that is safe against symlink-related escape attacks. diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml index c146824a9..2df1ff1cb 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.13.2 +version: v5.14.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml index 19f31f09f..21b279ab5 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 2a04952f7..f94faecfa 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index 812fc7302..b41845a40 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.13.2 +version: v5.14.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 847a60f64..2471a5f8e 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml index 4bebd8907..e8c5b713e 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.13.2 +version: v5.14.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 26e9abe7e..2f7fe1f47 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index ff0f05527..079d0aedf 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index a450c8c66..e345582eb 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index 7e6fba200..d32efb7c0 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 98cecdec9..81258e026 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index a598caf97..61463512b 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.13.2 +version: v5.14.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 63ec2fea5..3ba803e93 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 0930ce8b6..0fa899eae 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.13.2 +version: v5.14.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index b20fc7b47..65b18d292 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index 0530e2431..eb25a2aff 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 7152b41a7..94aaff116 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.13.2 +version: v5.14.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index d8ad34d76..b9e3ecd1b 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.13.2 +version: v5.14.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 70873b87d..60c59377b 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.13.2 +version: v5.14.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 74b3d7cfe..872dcec29 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 4798564f6..bba9c6770 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.13.2 +version: v5.14.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index 262b1d97e..07b40fda2 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.13.2 +version: v5.14.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index 05c0260a0..4a87df6ae 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.13.2 +version: v5.14.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index b7307e348..3fabe97c2 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.13.2 +version: v5.14.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index efd228ab5..2ce5a07a8 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.13.2 +version: v5.14.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 9a716a06d..04c1eb250 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.13.2 +version: v5.14.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index bdf627132..faad88ce4 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.13.2 +version: v5.14.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index c99f2a17d..2324532d5 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.13.2 +version: v5.14.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 3bf529afc..f37ae0040 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.13.2 +version: v5.14.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 0cbbeb48d..d90e8c98b 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.13.2 +version: v5.14.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index f6ac68f9d..1a38d8e8e 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.13.2 +version: v5.14.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 3cef0f033..322b91d1f 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.13.2 +version: v5.14.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml index a74cd7dcd..96b66446f 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index e20d66fe6..13d7935fc 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 9947ed030..861b87651 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.13.2 +version: v5.14.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index 5c4e9ca07..edde9fd87 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.13.2 +version: v5.14.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index 7af945d5e..ad373e2dd 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.13.2 +version: v5.14.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index 05ff14ca3..a93189900 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.13.2 +version: v5.14.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index e51233613..971ae0a70 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.13.2 +version: v5.14.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index d0eabf84a..0a6da20f7 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.13.2 +version: v5.14.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 6cdc5ab80..5d8e9f9e8 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index e8676bcdb..a0ad39ad5 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 315a047bd..f6fa2a879 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index e7e240502..0a700ff41 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.13.2 +version: v5.14.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 5719d2b42..db27c50d7 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 6ccc6beb8..af601bbb3 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/golang/groupcache/lru.dep.yml b/.licenses/arduino-lint/go/github.com/golang/groupcache/lru.dep.yml index 9fa3fc715..11dad64f3 100644 --- a/.licenses/arduino-lint/go/github.com/golang/groupcache/lru.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/groupcache/lru.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/groupcache/lru -version: v0.0.0-20210331224755-41bb18bfe9da +version: v0.0.0-20241129210726-2c02b8208cf8 type: go summary: Package lru implements an LRU cache. homepage: https://pkg.go.dev/github.com/golang/groupcache/lru license: apache-2.0 licenses: -- sources: groupcache@v0.0.0-20210331224755-41bb18bfe9da/LICENSE +- sources: groupcache@v0.0.0-20241129210726-2c02b8208cf8/LICENSE text: | Apache License Version 2.0, January 2004 diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml index f31bd044c..3d01c024d 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/jsonpb.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/golang/protobuf/jsonpb -version: v1.5.3 +version: v1.5.4 type: go summary: Package jsonpb provides functionality to marshal and unmarshal between a protocol buffer message and JSON. homepage: https://pkg.go.dev/github.com/golang/protobuf/jsonpb license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml index cec24b9a0..d9415b9ae 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/proto.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/proto -version: v1.5.3 +version: v1.5.4 type: go summary: Package proto provides functionality for handling protocol buffer messages. homepage: https://pkg.go.dev/github.com/golang/protobuf/proto license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml index 61048e010..814a7f57b 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes -version: v1.5.3 +version: v1.5.4 type: go summary: Package ptypes provides functionality for interacting with well-known types. homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml index e964341f5..41d676293 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/any -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml index a2afe63a0..facc65033 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/duration -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 0eaf03df7..50bcfb28e 100644 --- a/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/timestamp -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml b/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml index e60ef13d7..61e2ba7dd 100644 --- a/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml +++ b/.licenses/arduino-lint/go/github.com/skeema/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/skeema/knownhosts -version: v1.3.0 +version: v1.3.1 type: go summary: Package knownhosts is a thin wrapper around golang.org/x/crypto/ssh/knownhosts, adding the ability to obtain the list of host key algorithms for a known host. @@ -212,7 +212,7 @@ licenses: limitations under the License. - sources: README.md text: |- - **Source code copyright 2024 Skeema LLC and the Skeema Knownhosts authors** + **Source code copyright 2025 Skeema LLC and the Skeema Knownhosts authors** ```text Licensed under the Apache License, Version 2.0 (the "License"); @@ -230,7 +230,7 @@ licenses: notices: - sources: NOTICE text: |- - Copyright 2024 Skeema LLC and the Skeema Knownhosts authors + Copyright 2025 Skeema LLC and the Skeema Knownhosts authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml index ffff61bed..0f5276c36 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.32.0 +version: v0.35.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml index d3d02e340..9370f6ec3 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.32.0 +version: v0.35.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml index c8ee40414..f6803c411 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.32.0 +version: v0.35.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml index 221e479bd..32791320a 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.32.0 +version: v0.35.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml index aa3d6625d..13a95d3c8 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.32.0 +version: v0.35.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml index f46b5c389..8d1b40b13 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/hkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml index 00f76cd3c..326eff3a6 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.32.0 +version: v0.35.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml index 43d6c9387..e1533c546 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.32.0 +version: v0.35.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml index 60e34f25c..9458072a4 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.32.0 +version: v0.35.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index d923d32ad..e939d393c 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 7ba7fb3bd..6327a9ceb 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.32.0 +version: v0.35.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml index 74a24b944..238a28bf0 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.34.0 +version: v0.35.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml index 92cd6578f..7b8a9b527 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.34.0 +version: v0.35.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml new file mode 100644 index 000000000..e81b28f11 --- /dev/null +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -0,0 +1,62 @@ +--- +name: golang.org/x/net/internal/httpcommon +version: v0.35.0 +type: go +summary: +homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon +license: other +licenses: +- sources: net@v0.35.0/LICENSE + text: | + Copyright 2009 The Go Authors. + + 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 LLC 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. +- sources: net@v0.35.0/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml index b858f1e61..209361daf 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.34.0 +version: v0.35.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml index dc29c00f7..9b7aeffb8 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.34.0 +version: v0.35.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml index e836f0073..d40dbc438 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.34.0 +version: v0.35.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml index cc30ed23f..f33c9b955 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.34.0 +version: v0.35.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml b/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml index 4c6200e0e..9d8c41393 100644 --- a/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.29.0 +version: v0.30.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml b/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml index 3cfc4cbc7..996da0884 100644 --- a/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.29.0 +version: v0.30.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/term.dep.yml b/.licenses/arduino-lint/go/golang.org/x/term.dep.yml index 7ebcb76e0..97cfe9672 100644 --- a/.licenses/arduino-lint/go/golang.org/x/term.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.28.0 +version: v0.29.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml index a3db99dfc..fe0cfcf57 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/text/encoding -version: v0.21.0 +version: v0.22.0 type: go summary: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. homepage: https://pkg.go.dev/golang.org/x/text/encoding license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml index 253505dad..ac5f4c76d 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package internal contains code that is shared among encoding implementations. homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml index 82bf0b76e..53cc1213d 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/text/encoding/internal/identifier -version: v0.21.0 +version: v0.22.0 type: go summary: Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character @@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -39,7 +39,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml index 86483b51a..0da684d4e 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/unicode -version: v0.21.0 +version: v0.22.0 type: go summary: Package unicode provides Unicode encodings such as UTF-16. homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml index c88db9816..dce1e8ccb 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/internal/utf8internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package utf8internal contains low-level utf8-related constants, tables, etc. homepage: https://pkg.go.dev/golang.org/x/text/internal/utf8internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml index 5f94dd43e..2718dfdea 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/runes -version: v0.21.0 +version: v0.22.0 type: go summary: Package runes provide transforms for UTF-8 encoded text. homepage: https://pkg.go.dev/golang.org/x/text/runes license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml index 500a57f07..54c1682fc 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x25519 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml index 951a866b6..804cf21c1 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x448 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml index ab0f591cf..4e18bb995 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/ecc/goldilocks -version: v1.3.7 +version: v1.6.0 type: go summary: Package goldilocks provides elliptic curve operations over the goldilocks curve. homepage: https://pkg.go.dev/github.com/cloudflare/circl/ecc/goldilocks license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml index 62d010220..b7d803cca 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/internal/conv -version: v1.3.7 +version: v1.6.0 type: go summary: homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/conv license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml index b3f76274d..0ac408171 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/internal/sha3 -version: v1.3.7 +version: v1.6.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/sha3 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml index cc74ae785..6b99b5b63 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math -version: v1.3.7 +version: v1.6.0 type: go summary: Package math provides some utility functions for big integers. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml index 4ebf3c37b..b2a5c73e1 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp25519 provides prime field arithmetic over GF(2^255-19). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml index ad97715a3..ee7e7fe1b 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp448 provides prime field arithmetic over GF(2^448-2^224-1). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml index 0a6e0d1ff..a122e5fdb 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/mlsbset -version: v1.3.7 +version: v1.6.0 type: go summary: Package mlsbset provides a constant-time exponentiation method with precomputation. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/mlsbset license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml index aed6d6565..f8f80af3a 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign -version: v1.3.7 +version: v1.6.0 type: go summary: Package sign provides unified interfaces for signature schemes. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml index b9de6513f..932918738 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed25519 implements Ed25519 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml index edb6acff9..538f5dc45 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed448 implements Ed448 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml b/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml index 5b0f2cae4..868b96d40 100644 --- a/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml +++ b/.licenses/docsgen/go/github.com/cyphar/filepath-securejoin.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/cyphar/filepath-securejoin -version: v0.3.6 +version: v0.4.1 type: go summary: Package securejoin implements a set of helpers to make it easier to write Go code that is safe against symlink-related escape attacks. diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml index c146824a9..2df1ff1cb 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.13.2 +version: v5.14.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml index 19f31f09f..21b279ab5 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 2a04952f7..f94faecfa 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index 812fc7302..b41845a40 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.13.2 +version: v5.14.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 847a60f64..2471a5f8e 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml index 4bebd8907..e8c5b713e 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.13.2 +version: v5.14.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 26e9abe7e..2f7fe1f47 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index ff0f05527..079d0aedf 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index a450c8c66..e345582eb 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index 7e6fba200..d32efb7c0 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 98cecdec9..81258e026 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index a598caf97..61463512b 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.13.2 +version: v5.14.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 63ec2fea5..3ba803e93 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 0930ce8b6..0fa899eae 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.13.2 +version: v5.14.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index b20fc7b47..65b18d292 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index 0530e2431..eb25a2aff 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 7152b41a7..94aaff116 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.13.2 +version: v5.14.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index d8ad34d76..b9e3ecd1b 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.13.2 +version: v5.14.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 70873b87d..60c59377b 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.13.2 +version: v5.14.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 74b3d7cfe..872dcec29 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 4798564f6..bba9c6770 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.13.2 +version: v5.14.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index 262b1d97e..07b40fda2 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.13.2 +version: v5.14.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index 05c0260a0..4a87df6ae 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.13.2 +version: v5.14.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index b7307e348..3fabe97c2 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.13.2 +version: v5.14.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index efd228ab5..2ce5a07a8 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.13.2 +version: v5.14.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 9a716a06d..04c1eb250 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.13.2 +version: v5.14.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index bdf627132..faad88ce4 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.13.2 +version: v5.14.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index c99f2a17d..2324532d5 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.13.2 +version: v5.14.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 3bf529afc..f37ae0040 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.13.2 +version: v5.14.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 0cbbeb48d..d90e8c98b 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.13.2 +version: v5.14.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index f6ac68f9d..1a38d8e8e 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.13.2 +version: v5.14.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 3cef0f033..322b91d1f 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.13.2 +version: v5.14.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index a74cd7dcd..96b66446f 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index e20d66fe6..13d7935fc 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 9947ed030..861b87651 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.13.2 +version: v5.14.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index 5c4e9ca07..edde9fd87 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.13.2 +version: v5.14.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index 7af945d5e..ad373e2dd 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.13.2 +version: v5.14.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index 05ff14ca3..a93189900 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.13.2 +version: v5.14.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index e51233613..971ae0a70 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.13.2 +version: v5.14.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index d0eabf84a..0a6da20f7 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.13.2 +version: v5.14.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 6cdc5ab80..5d8e9f9e8 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index e8676bcdb..a0ad39ad5 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 315a047bd..f6fa2a879 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index e7e240502..0a700ff41 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.13.2 +version: v5.14.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 5719d2b42..db27c50d7 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 6ccc6beb8..af601bbb3 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/golang/groupcache/lru.dep.yml b/.licenses/docsgen/go/github.com/golang/groupcache/lru.dep.yml index 9fa3fc715..11dad64f3 100644 --- a/.licenses/docsgen/go/github.com/golang/groupcache/lru.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/groupcache/lru.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/groupcache/lru -version: v0.0.0-20210331224755-41bb18bfe9da +version: v0.0.0-20241129210726-2c02b8208cf8 type: go summary: Package lru implements an LRU cache. homepage: https://pkg.go.dev/github.com/golang/groupcache/lru license: apache-2.0 licenses: -- sources: groupcache@v0.0.0-20210331224755-41bb18bfe9da/LICENSE +- sources: groupcache@v0.0.0-20241129210726-2c02b8208cf8/LICENSE text: | Apache License Version 2.0, January 2004 diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml index f31bd044c..3d01c024d 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/jsonpb.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/golang/protobuf/jsonpb -version: v1.5.3 +version: v1.5.4 type: go summary: Package jsonpb provides functionality to marshal and unmarshal between a protocol buffer message and JSON. homepage: https://pkg.go.dev/github.com/golang/protobuf/jsonpb license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml index cec24b9a0..d9415b9ae 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/proto.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/proto -version: v1.5.3 +version: v1.5.4 type: go summary: Package proto provides functionality for handling protocol buffer messages. homepage: https://pkg.go.dev/github.com/golang/protobuf/proto license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml index 61048e010..814a7f57b 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes -version: v1.5.3 +version: v1.5.4 type: go summary: Package ptypes provides functionality for interacting with well-known types. homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml index e964341f5..41d676293 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/any -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml index a2afe63a0..facc65033 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/duration -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 0eaf03df7..50bcfb28e 100644 --- a/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/docsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/timestamp -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml b/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml index e60ef13d7..61e2ba7dd 100644 --- a/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml +++ b/.licenses/docsgen/go/github.com/skeema/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/skeema/knownhosts -version: v1.3.0 +version: v1.3.1 type: go summary: Package knownhosts is a thin wrapper around golang.org/x/crypto/ssh/knownhosts, adding the ability to obtain the list of host key algorithms for a known host. @@ -212,7 +212,7 @@ licenses: limitations under the License. - sources: README.md text: |- - **Source code copyright 2024 Skeema LLC and the Skeema Knownhosts authors** + **Source code copyright 2025 Skeema LLC and the Skeema Knownhosts authors** ```text Licensed under the Apache License, Version 2.0 (the "License"); @@ -230,7 +230,7 @@ licenses: notices: - sources: NOTICE text: |- - Copyright 2024 Skeema LLC and the Skeema Knownhosts authors + Copyright 2025 Skeema LLC and the Skeema Knownhosts authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml index ffff61bed..0f5276c36 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.32.0 +version: v0.35.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml index d3d02e340..9370f6ec3 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.32.0 +version: v0.35.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml index c8ee40414..f6803c411 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.32.0 +version: v0.35.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml index 221e479bd..32791320a 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.32.0 +version: v0.35.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml index aa3d6625d..13a95d3c8 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.32.0 +version: v0.35.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml index f46b5c389..8d1b40b13 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/hkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml index 00f76cd3c..326eff3a6 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.32.0 +version: v0.35.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml index 43d6c9387..e1533c546 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.32.0 +version: v0.35.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml index 60e34f25c..9458072a4 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.32.0 +version: v0.35.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index d923d32ad..e939d393c 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 7ba7fb3bd..6327a9ceb 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.32.0 +version: v0.35.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml index 74a24b944..238a28bf0 100644 --- a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.34.0 +version: v0.35.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml index 92cd6578f..7b8a9b527 100644 --- a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.34.0 +version: v0.35.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml new file mode 100644 index 000000000..e81b28f11 --- /dev/null +++ b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -0,0 +1,62 @@ +--- +name: golang.org/x/net/internal/httpcommon +version: v0.35.0 +type: go +summary: +homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon +license: other +licenses: +- sources: net@v0.35.0/LICENSE + text: | + Copyright 2009 The Go Authors. + + 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 LLC 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. +- sources: net@v0.35.0/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml index b858f1e61..209361daf 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.34.0 +version: v0.35.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml index dc29c00f7..9b7aeffb8 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.34.0 +version: v0.35.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml index e836f0073..d40dbc438 100644 --- a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.34.0 +version: v0.35.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml index cc30ed23f..f33c9b955 100644 --- a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.34.0 +version: v0.35.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml b/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml index 4c6200e0e..9d8c41393 100644 --- a/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.29.0 +version: v0.30.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml b/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml index 3cfc4cbc7..996da0884 100644 --- a/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.29.0 +version: v0.30.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/term.dep.yml b/.licenses/docsgen/go/golang.org/x/term.dep.yml index 7ebcb76e0..97cfe9672 100644 --- a/.licenses/docsgen/go/golang.org/x/term.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.28.0 +version: v0.29.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml index a3db99dfc..fe0cfcf57 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/text/encoding -version: v0.21.0 +version: v0.22.0 type: go summary: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. homepage: https://pkg.go.dev/golang.org/x/text/encoding license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml index 253505dad..ac5f4c76d 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package internal contains code that is shared among encoding implementations. homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml index 82bf0b76e..53cc1213d 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/text/encoding/internal/identifier -version: v0.21.0 +version: v0.22.0 type: go summary: Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character @@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -39,7 +39,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml index 86483b51a..0da684d4e 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/unicode -version: v0.21.0 +version: v0.22.0 type: go summary: Package unicode provides Unicode encodings such as UTF-16. homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml b/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml index c88db9816..dce1e8ccb 100644 --- a/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/internal/utf8internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package utf8internal contains low-level utf8-related constants, tables, etc. homepage: https://pkg.go.dev/golang.org/x/text/internal/utf8internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml b/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml index 5f94dd43e..2718dfdea 100644 --- a/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/runes -version: v0.21.0 +version: v0.22.0 type: go summary: Package runes provide transforms for UTF-8 encoded text. homepage: https://pkg.go.dev/golang.org/x/text/runes license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml index 500a57f07..54c1682fc 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x25519 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml index 951a866b6..804cf21c1 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package x448 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml index ab0f591cf..4e18bb995 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/ecc/goldilocks -version: v1.3.7 +version: v1.6.0 type: go summary: Package goldilocks provides elliptic curve operations over the goldilocks curve. homepage: https://pkg.go.dev/github.com/cloudflare/circl/ecc/goldilocks license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml index 62d010220..b7d803cca 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/internal/conv -version: v1.3.7 +version: v1.6.0 type: go summary: homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/conv license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml index b3f76274d..0ac408171 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/internal/sha3 -version: v1.3.7 +version: v1.6.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/sha3 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml index cc74ae785..6b99b5b63 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math -version: v1.3.7 +version: v1.6.0 type: go summary: Package math provides some utility functions for big integers. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml index 4ebf3c37b..b2a5c73e1 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp25519 provides prime field arithmetic over GF(2^255-19). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml index ad97715a3..ee7e7fe1b 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package fp448 provides prime field arithmetic over GF(2^448-2^224-1). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml index 0a6e0d1ff..a122e5fdb 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/mlsbset -version: v1.3.7 +version: v1.6.0 type: go summary: Package mlsbset provides a constant-time exponentiation method with precomputation. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/mlsbset license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml index aed6d6565..f8f80af3a 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign -version: v1.3.7 +version: v1.6.0 type: go summary: Package sign provides unified interfaces for signature schemes. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml index b9de6513f..932918738 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed25519 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed25519 implements Ed25519 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed25519 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml index edb6acff9..538f5dc45 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed448 -version: v1.3.7 +version: v1.6.0 type: go summary: Package ed448 implements Ed448 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed448 license: bsd-3-clause licenses: -- sources: circl@v1.3.7/LICENSE +- sources: circl@v1.6.0/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.3.7/README.md +- sources: circl@v1.6.0/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml b/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml index 5b0f2cae4..868b96d40 100644 --- a/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cyphar/filepath-securejoin.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/cyphar/filepath-securejoin -version: v0.3.6 +version: v0.4.1 type: go summary: Package securejoin implements a set of helpers to make it easier to write Go code that is safe against symlink-related escape attacks. diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml index c146824a9..2df1ff1cb 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.13.2 +version: v5.14.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml index 19f31f09f..21b279ab5 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 2a04952f7..f94faecfa 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index 812fc7302..b41845a40 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.13.2 +version: v5.14.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 847a60f64..2471a5f8e 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml index 4bebd8907..e8c5b713e 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.13.2 +version: v5.14.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 26e9abe7e..2f7fe1f47 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index ff0f05527..079d0aedf 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index a450c8c66..e345582eb 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index 7e6fba200..d32efb7c0 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.13.2 +version: v5.14.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 98cecdec9..81258e026 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index a598caf97..61463512b 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.13.2 +version: v5.14.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 63ec2fea5..3ba803e93 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 0930ce8b6..0fa899eae 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.13.2 +version: v5.14.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index b20fc7b47..65b18d292 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index 0530e2431..eb25a2aff 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.13.2 +version: v5.14.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 7152b41a7..94aaff116 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.13.2 +version: v5.14.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index d8ad34d76..b9e3ecd1b 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.13.2 +version: v5.14.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 70873b87d..60c59377b 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.13.2 +version: v5.14.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 74b3d7cfe..872dcec29 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 4798564f6..bba9c6770 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.13.2 +version: v5.14.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index 262b1d97e..07b40fda2 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.13.2 +version: v5.14.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index 05c0260a0..4a87df6ae 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.13.2 +version: v5.14.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index b7307e348..3fabe97c2 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.13.2 +version: v5.14.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index efd228ab5..2ce5a07a8 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.13.2 +version: v5.14.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 9a716a06d..04c1eb250 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.13.2 +version: v5.14.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index bdf627132..faad88ce4 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.13.2 +version: v5.14.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index c99f2a17d..2324532d5 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.13.2 +version: v5.14.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 3bf529afc..f37ae0040 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.13.2 +version: v5.14.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 0cbbeb48d..d90e8c98b 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.13.2 +version: v5.14.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index f6ac68f9d..1a38d8e8e 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.13.2 +version: v5.14.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 3cef0f033..322b91d1f 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.13.2 +version: v5.14.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index a74cd7dcd..96b66446f 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index e20d66fe6..13d7935fc 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 9947ed030..861b87651 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.13.2 +version: v5.14.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index 5c4e9ca07..edde9fd87 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.13.2 +version: v5.14.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index 7af945d5e..ad373e2dd 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.13.2 +version: v5.14.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index 05ff14ca3..a93189900 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.13.2 +version: v5.14.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index e51233613..971ae0a70 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.13.2 +version: v5.14.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index d0eabf84a..0a6da20f7 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.13.2 +version: v5.14.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 6cdc5ab80..5d8e9f9e8 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index e8676bcdb..a0ad39ad5 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 315a047bd..f6fa2a879 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index e7e240502..0a700ff41 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.13.2 +version: v5.14.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 5719d2b42..db27c50d7 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 6ccc6beb8..af601bbb3 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.13.2 +version: v5.14.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.13.2/LICENSE +- sources: v5@v5.14.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.13.2/README.md +- sources: v5@v5.14.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/golang/groupcache/lru.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/groupcache/lru.dep.yml index 9fa3fc715..11dad64f3 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/groupcache/lru.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/groupcache/lru.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/groupcache/lru -version: v0.0.0-20210331224755-41bb18bfe9da +version: v0.0.0-20241129210726-2c02b8208cf8 type: go summary: Package lru implements an LRU cache. homepage: https://pkg.go.dev/github.com/golang/groupcache/lru license: apache-2.0 licenses: -- sources: groupcache@v0.0.0-20210331224755-41bb18bfe9da/LICENSE +- sources: groupcache@v0.0.0-20241129210726-2c02b8208cf8/LICENSE text: | Apache License Version 2.0, January 2004 diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml index f31bd044c..3d01c024d 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/jsonpb.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/golang/protobuf/jsonpb -version: v1.5.3 +version: v1.5.4 type: go summary: Package jsonpb provides functionality to marshal and unmarshal between a protocol buffer message and JSON. homepage: https://pkg.go.dev/github.com/golang/protobuf/jsonpb license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml index cec24b9a0..d9415b9ae 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/proto.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/proto -version: v1.5.3 +version: v1.5.4 type: go summary: Package proto provides functionality for handling protocol buffer messages. homepage: https://pkg.go.dev/github.com/golang/protobuf/proto license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml index 61048e010..814a7f57b 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes -version: v1.5.3 +version: v1.5.4 type: go summary: Package ptypes provides functionality for interacting with well-known types. homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml index e964341f5..41d676293 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/any.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/any -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml index a2afe63a0..facc65033 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/duration.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/duration -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml index 0eaf03df7..50bcfb28e 100644 --- a/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/golang/protobuf/ptypes/timestamp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/golang/protobuf/ptypes/timestamp -version: v1.5.3 +version: v1.5.4 type: go summary: homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp license: bsd-3-clause licenses: -- sources: protobuf@v1.5.3/LICENSE +- sources: protobuf@v1.5.4/LICENSE text: |+ Copyright 2010 The Go Authors. All rights reserved. diff --git a/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml b/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml index e60ef13d7..61e2ba7dd 100644 --- a/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/skeema/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/skeema/knownhosts -version: v1.3.0 +version: v1.3.1 type: go summary: Package knownhosts is a thin wrapper around golang.org/x/crypto/ssh/knownhosts, adding the ability to obtain the list of host key algorithms for a known host. @@ -212,7 +212,7 @@ licenses: limitations under the License. - sources: README.md text: |- - **Source code copyright 2024 Skeema LLC and the Skeema Knownhosts authors** + **Source code copyright 2025 Skeema LLC and the Skeema Knownhosts authors** ```text Licensed under the Apache License, Version 2.0 (the "License"); @@ -230,7 +230,7 @@ licenses: notices: - sources: NOTICE text: |- - Copyright 2024 Skeema LLC and the Skeema Knownhosts authors + Copyright 2025 Skeema LLC and the Skeema Knownhosts authors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml index ffff61bed..0f5276c36 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.32.0 +version: v0.35.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml index d3d02e340..9370f6ec3 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.32.0 +version: v0.35.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml index c8ee40414..f6803c411 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.32.0 +version: v0.35.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml index 221e479bd..32791320a 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.32.0 +version: v0.35.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml index aa3d6625d..13a95d3c8 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.32.0 +version: v0.35.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml index f46b5c389..8d1b40b13 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/hkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml index 00f76cd3c..326eff3a6 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.32.0 +version: v0.35.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml index 43d6c9387..e1533c546 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.32.0 +version: v0.35.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml index 60e34f25c..9458072a4 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.32.0 +version: v0.35.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index d923d32ad..e939d393c 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.32.0 +version: v0.35.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 7ba7fb3bd..6327a9ceb 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.32.0 +version: v0.35.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.32.0/LICENSE +- sources: crypto@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: 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. -- sources: crypto@v0.32.0/PATENTS +- sources: crypto@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml index 74a24b944..238a28bf0 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.34.0 +version: v0.35.0 type: go summary: Package context defines the Context type, which carries deadlines, cancelation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml index 92cd6578f..7b8a9b527 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.34.0 +version: v0.35.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml new file mode 100644 index 000000000..e81b28f11 --- /dev/null +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -0,0 +1,62 @@ +--- +name: golang.org/x/net/internal/httpcommon +version: v0.35.0 +type: go +summary: +homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon +license: other +licenses: +- sources: net@v0.35.0/LICENSE + text: | + Copyright 2009 The Go Authors. + + 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 LLC 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. +- sources: net@v0.35.0/PATENTS + text: | + Additional IP Rights Grant (Patents) + + "This implementation" means the copyrightable works distributed by + Google as part of the Go project. + + Google 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, + transfer and otherwise run, modify and propagate the contents of this + implementation of Go, where such license applies only to those patent + claims, both currently owned or controlled by Google and acquired in + the future, licensable by Google that are necessarily infringed by this + implementation of Go. This grant does not include claims that would be + infringed only as a consequence of further modification of this + implementation. If you or your agent or exclusive licensee institute or + order or agree to the institution of patent litigation against any + entity (including a cross-claim or counterclaim in a lawsuit) alleging + that this implementation of Go or any code incorporated within this + implementation of Go constitutes direct or contributory patent + infringement, or inducement of patent infringement, then any patent + rights granted to you under this License for this implementation of Go + shall terminate as of the date such litigation is filed. +notices: [] diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml index b858f1e61..209361daf 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.34.0 +version: v0.35.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml index dc29c00f7..9b7aeffb8 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.34.0 +version: v0.35.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml index e836f0073..d40dbc438 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.34.0 +version: v0.35.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml index cc30ed23f..f33c9b955 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.34.0 +version: v0.35.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.34.0/LICENSE +- sources: net@v0.35.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.34.0/PATENTS +- sources: net@v0.35.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml index 4c6200e0e..9d8c41393 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.29.0 +version: v0.30.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml index 3cfc4cbc7..996da0884 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.29.0 +version: v0.30.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.29.0/LICENSE +- sources: sys@v0.30.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: sys@v0.29.0/PATENTS +- sources: sys@v0.30.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml index 7ebcb76e0..97cfe9672 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.28.0 +version: v0.29.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml index a3db99dfc..fe0cfcf57 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/text/encoding -version: v0.21.0 +version: v0.22.0 type: go summary: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. homepage: https://pkg.go.dev/golang.org/x/text/encoding license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml index 253505dad..ac5f4c76d 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package internal contains code that is shared among encoding implementations. homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml index 82bf0b76e..53cc1213d 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/text/encoding/internal/identifier -version: v0.21.0 +version: v0.22.0 type: go summary: Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character @@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -39,7 +39,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml index 86483b51a..0da684d4e 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/unicode -version: v0.21.0 +version: v0.22.0 type: go summary: Package unicode provides Unicode encodings such as UTF-16. homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml index c88db9816..dce1e8ccb 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/internal/utf8internal -version: v0.21.0 +version: v0.22.0 type: go summary: Package utf8internal contains low-level utf8-related constants, tables, etc. homepage: https://pkg.go.dev/golang.org/x/text/internal/utf8internal license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml index 5f94dd43e..2718dfdea 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/runes -version: v0.21.0 +version: v0.22.0 type: go summary: Package runes provide transforms for UTF-8 encoded text. homepage: https://pkg.go.dev/golang.org/x/text/runes license: bsd-3-clause licenses: -- sources: text@v0.21.0/LICENSE +- sources: text@v0.22.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.21.0/PATENTS +- sources: text@v0.22.0/PATENTS text: | Additional IP Rights Grant (Patents) From 8363c7a63615090836835264d4ac22e39b85f4d8 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 5 Mar 2025 01:10:40 -0800 Subject: [PATCH 46/65] Manually define dependency license metadata that was not detected The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache in the `.licenses` folder manually. The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't changed. --- .../go/golang.org/x/net/internal/httpcommon.dep.yml | 2 +- .../docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml | 2 +- .../ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml index e81b28f11..027a885d6 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -4,7 +4,7 @@ version: v0.35.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon -license: other +license: bsd-3-clause licenses: - sources: net@v0.35.0/LICENSE text: | diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml index e81b28f11..027a885d6 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -4,7 +4,7 @@ version: v0.35.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon -license: other +license: bsd-3-clause licenses: - sources: net@v0.35.0/LICENSE text: | diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml index e81b28f11..027a885d6 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -4,7 +4,7 @@ version: v0.35.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon -license: other +license: bsd-3-clause licenses: - sources: net@v0.35.0/LICENSE text: | From b7857eb8b2fbd9bc4b18cdd8bcfe07a7b1ef2e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 06:11:28 +0000 Subject: [PATCH 47/65] Bump markdown-link-check from 3.12.2 to 3.13.7 Bumps [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.12.2 to 3.13.7. - [Release notes](https://github.com/tcort/markdown-link-check/releases) - [Changelog](https://github.com/tcort/markdown-link-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/tcort/markdown-link-check/compare/v3.12.2...v3.13.7) --- updated-dependencies: - dependency-name: markdown-link-check dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 304 ++++++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 176 insertions(+), 130 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3cddae0d5..d45c5fac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "ajv-cli": "5.0.0", "ajv-formats": "3.0.1", "github-label-sync": "3.0.0", - "markdown-link-check": "3.12.2", + "markdown-link-check": "3.13.7", "markdownlint-cli": "0.44.0", "prettier": "3.5.3" }, @@ -41,6 +41,58 @@ "node": ">=12" } }, + "node_modules/@oozcitak/dom": { + "version": "1.15.10", + "resolved": "https://registry.npmjs.org/@oozcitak/dom/-/dom-1.15.10.tgz", + "integrity": "sha512-0JT29/LaxVgRcGKvHmSrUTEvZ8BXvZhGl2LASRUgHqDTC1M5g1pLmVv56IYNyt3bG2CUjDkc67wnyZC14pbQrQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@oozcitak/infra": "1.0.8", + "@oozcitak/url": "1.0.4", + "@oozcitak/util": "8.3.8" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/@oozcitak/infra": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@oozcitak/infra/-/infra-1.0.8.tgz", + "integrity": "sha512-JRAUc9VR6IGHOL7OGF+yrvs0LO8SlqGnPAMqyzOuFZPSZSXI7Xf2O9+awQPSMXgIWGtgUf/dA6Hs6X6ySEaWTg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@oozcitak/util": "8.3.8" + }, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/@oozcitak/url": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@oozcitak/url/-/url-1.0.4.tgz", + "integrity": "sha512-kDcD8y+y3FCSOvnBI6HJgl00viO/nGbQoCINmQ0h98OhnGITrWR3bOGfwYCthgcrV8AnTJz8MzslTQbC3SOAmw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@oozcitak/infra": "1.0.8", + "@oozcitak/util": "8.3.8" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/@oozcitak/util": { + "version": "8.3.8", + "resolved": "https://registry.npmjs.org/@oozcitak/util/-/util-8.3.8.tgz", + "integrity": "sha512-T8TbSnGsxo6TDBJx/Sgv/BlVJL3tshxZP7Aq5R1mSnM5OcHY2dQaxLMu2+E8u3gN0MLOzdjurqN4ZRVuzQycOQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.0" + } + }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -124,14 +176,11 @@ "license": "MIT" }, "node_modules/agent-base": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", - "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", + "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", "dev": true, "license": "MIT", - "dependencies": { - "debug": "^4.3.4" - }, "engines": { "node": ">= 14" } @@ -577,10 +626,11 @@ } }, "node_modules/commander": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", - "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", + "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" } @@ -1073,21 +1123,6 @@ "node": ">= 14.17" } }, - "node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", - "dev": true, - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - }, - "engines": { - "node": ">=14.14" - } - }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -1119,16 +1154,15 @@ } }, "node_modules/get-uri": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.3.tgz", - "integrity": "sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.4.tgz", + "integrity": "sha512-E1b1lFFLvLgak2whF2xDBcOy6NLVGZBqqjJjsIhvopKfWWEi64pLVTWWehV8KlLerZkfNTA95sTe2OdJKm1OzQ==", "dev": true, "license": "MIT", "dependencies": { "basic-ftp": "^5.0.2", "data-uri-to-buffer": "^6.0.2", - "debug": "^4.3.4", - "fs-extra": "^11.2.0" + "debug": "^4.3.4" }, "engines": { "node": ">= 14" @@ -1288,13 +1322,6 @@ "url": "https://github.com/sindresorhus/got?sponsor=1" } }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true, - "license": "ISC" - }, "node_modules/har-schema": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", @@ -1447,13 +1474,13 @@ } }, "node_modules/https-proxy-agent": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", - "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", "dev": true, "license": "MIT", "dependencies": { - "agent-base": "^7.0.2", + "agent-base": "^7.1.2", "debug": "4" }, "engines": { @@ -1630,19 +1657,6 @@ "dev": true, "license": "MIT" }, - "node_modules/isemail": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/isemail/-/isemail-3.2.0.tgz", - "integrity": "sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg==", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "punycode": "2.x.x" - }, - "engines": { - "node": ">=4.0.0" - } - }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", @@ -1750,19 +1764,6 @@ "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==", "dev": true }, - "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "universalify": "^2.0.0" - }, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, "node_modules/jsonpointer": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz", @@ -1826,16 +1827,16 @@ } }, "node_modules/link-check": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/link-check/-/link-check-5.3.0.tgz", - "integrity": "sha512-Jhb7xueDgQgBaZzkfOtAyOZEZAIMJQIjUpYD2QY/zEB+LKTY1tWiBwZg8QIDbzQdPBOcqzg7oLQDNcES/tQmXg==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/link-check/-/link-check-5.4.0.tgz", + "integrity": "sha512-0Pf4xBVUnwJdbDgpBlhHNmWDtbVjHTpIFs+JaBuIsC9PKRxjv4KMGCO2Gc8lkVnqMf9B/yaNY+9zmMlO5MyToQ==", "dev": true, "license": "ISC", "dependencies": { "is-relative-url": "^4.0.0", - "isemail": "^3.2.0", "ms": "^2.1.3", "needle": "^3.3.1", + "node-email-verifier": "^2.0.0", "proxy-agent": "^6.4.0" } }, @@ -1849,13 +1850,6 @@ "uc.micro": "^2.0.0" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true, - "license": "MIT" - }, "node_modules/lowercase-keys": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz", @@ -1895,20 +1889,21 @@ } }, "node_modules/markdown-link-check": { - "version": "3.12.2", - "resolved": "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.12.2.tgz", - "integrity": "sha512-GWMwSvxuZn+uGGydi5yywnnDZy08SGps4I/63xqvWT7lxtH4cVLnhgZZYtEcPz/QvgPg9vbH2rvWpa29owMtHA==", + "version": "3.13.7", + "resolved": "https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.13.7.tgz", + "integrity": "sha512-Btn3HU8s2Uyh1ZfzmyZEkp64zp2+RAjwfQt1u4swq2Xa6w37OW0T2inQZrkSNVxDSa2jSN2YYhw/JkAp5jF1PQ==", "dev": true, + "license": "ISC", "dependencies": { - "async": "^3.2.5", + "async": "^3.2.6", "chalk": "^5.3.0", - "commander": "^12.1.0", - "link-check": "^5.3.0", - "lodash": "^4.17.21", + "commander": "^13.1.0", + "link-check": "^5.4.0", "markdown-link-extractor": "^4.0.2", "needle": "^3.3.1", "progress": "^2.0.3", - "proxy-agent": "^6.4.0" + "proxy-agent": "^6.4.0", + "xmlbuilder2": "^3.1.1" }, "bin": { "markdown-link-check": "markdown-link-check" @@ -1973,16 +1968,6 @@ "node": ">=18" } }, - "node_modules/markdownlint-cli/node_modules/commander": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz", - "integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=18" - } - }, "node_modules/marked": { "version": "12.0.2", "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz", @@ -2644,6 +2629,20 @@ "node": ">= 0.4.0" } }, + "node_modules/node-email-verifier": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/node-email-verifier/-/node-email-verifier-2.0.0.tgz", + "integrity": "sha512-AHcppjOH2KT0mxakrxFMOMjV/gOVMRpYvnJUkNfgF9oJ3INdVmqcMFJ5TlM8elpTPwt6A7bSp1IMnnWcxGom/Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3", + "validator": "^13.11.0" + }, + "engines": { + "node": ">=16.0.0" + } + }, "node_modules/node.extend": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/node.extend/-/node.extend-2.0.3.tgz", @@ -2730,20 +2729,20 @@ } }, "node_modules/pac-proxy-agent": { - "version": "7.0.2", - "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.0.2.tgz", - "integrity": "sha512-BFi3vZnO9X5Qt6NRz7ZOaPja3ic0PhlsmCRYLOpN11+mWBCR6XJDqW5RF3j8jm4WGGQZtBA+bTfxYzeKW73eHg==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz", + "integrity": "sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==", "dev": true, "license": "MIT", "dependencies": { "@tootallnate/quickjs-emscripten": "^0.23.0", - "agent-base": "^7.0.2", + "agent-base": "^7.1.2", "debug": "^4.3.4", "get-uri": "^6.0.1", "http-proxy-agent": "^7.0.0", - "https-proxy-agent": "^7.0.5", + "https-proxy-agent": "^7.0.6", "pac-resolver": "^7.0.1", - "socks-proxy-agent": "^8.0.4" + "socks-proxy-agent": "^8.0.5" }, "engines": { "node": ">= 14" @@ -2898,20 +2897,20 @@ } }, "node_modules/proxy-agent": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz", - "integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.5.0.tgz", + "integrity": "sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==", "dev": true, "license": "MIT", "dependencies": { - "agent-base": "^7.0.2", + "agent-base": "^7.1.2", "debug": "^4.3.4", "http-proxy-agent": "^7.0.1", - "https-proxy-agent": "^7.0.3", + "https-proxy-agent": "^7.0.6", "lru-cache": "^7.14.1", - "pac-proxy-agent": "^7.0.1", + "pac-proxy-agent": "^7.1.0", "proxy-from-env": "^1.1.0", - "socks-proxy-agent": "^8.0.2" + "socks-proxy-agent": "^8.0.5" }, "engines": { "node": ">= 14" @@ -3184,9 +3183,9 @@ } }, "node_modules/socks": { - "version": "2.8.3", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", - "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", + "version": "2.8.4", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.4.tgz", + "integrity": "sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==", "dev": true, "license": "MIT", "dependencies": { @@ -3199,13 +3198,13 @@ } }, "node_modules/socks-proxy-agent": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz", - "integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz", + "integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==", "dev": true, "license": "MIT", "dependencies": { - "agent-base": "^7.1.1", + "agent-base": "^7.1.2", "debug": "^4.3.4", "socks": "^2.8.3" }, @@ -3409,9 +3408,9 @@ } }, "node_modules/tslib": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", - "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", "dev": true, "license": "0BSD" }, @@ -3452,16 +3451,6 @@ "node": ">=18.17" } }, - "node_modules/universalify": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.0.0" - } - }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -3483,6 +3472,16 @@ "uuid": "bin/uuid" } }, + "node_modules/validator": { + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.12.0.tgz", + "integrity": "sha512-c1Q0mCiPlgdTVVVIJIrBuxNicYE+t/7oKeI9MWLj3fh/uq2Pxh/3eeWbVZ4OcGW1TUf53At0njHw5SMdA3tmMg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, "node_modules/verror": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", @@ -3639,6 +3638,53 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true, "license": "ISC" + }, + "node_modules/xmlbuilder2": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/xmlbuilder2/-/xmlbuilder2-3.1.1.tgz", + "integrity": "sha512-WCSfbfZnQDdLQLiMdGUQpMxxckeQ4oZNMNhLVkcekTu7xhD4tuUDyAPoY8CwXvBYE6LwBHd6QW2WZXlOWr1vCw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@oozcitak/dom": "1.15.10", + "@oozcitak/infra": "1.0.8", + "@oozcitak/util": "8.3.8", + "js-yaml": "3.14.1" + }, + "engines": { + "node": ">=12.0" + } + }, + "node_modules/xmlbuilder2/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "license": "MIT", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/xmlbuilder2/node_modules/js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/xmlbuilder2/node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true, + "license": "BSD-3-Clause" } } } diff --git a/package.json b/package.json index 9d5c3269e..154eff889 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "ajv-cli": "5.0.0", "ajv-formats": "3.0.1", "github-label-sync": "3.0.0", - "markdown-link-check": "3.12.2", + "markdown-link-check": "3.13.7", "markdownlint-cli": "0.44.0", "prettier": "3.5.3" }, From 9434ac417581683fded365235620fc63c52ea3cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 10:12:19 +0000 Subject: [PATCH 48/65] Bump jinja2 from 3.1.5 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- poetry.lock | 81 ++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 68 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2373920d5..a371209d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "babel" @@ -6,6 +6,7 @@ version = "2.12.1" description = "Internationalization utilities" optional = false python-versions = ">=3.7" +groups = ["main"] files = [ {file = "Babel-2.12.1-py3-none-any.whl", hash = "sha256:b4246fb7677d3b98f501a39d43396d3cafdc8eadb045f4a31be01863f655c610"}, {file = "Babel-2.12.1.tar.gz", hash = "sha256:cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455"}, @@ -17,6 +18,7 @@ version = "25.1.0" description = "The uncompromising code formatter." optional = false python-versions = ">=3.9" +groups = ["dev"] files = [ {file = "black-25.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:759e7ec1e050a15f89b770cefbf91ebee8917aac5c20483bc2d80a6c3a04df32"}, {file = "black-25.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0e519ecf93120f34243e6b0054db49c00a35f84f195d5bce7e9f5cfc578fc2da"}, @@ -63,6 +65,7 @@ version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" +groups = ["main"] files = [ {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"}, {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"}, @@ -74,6 +77,7 @@ version = "2.1.1" description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet." optional = false python-versions = ">=3.6.0" +groups = ["main"] files = [ {file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"}, {file = "charset_normalizer-2.1.1-py3-none-any.whl", hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f"}, @@ -88,6 +92,7 @@ version = "8.0.1" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.6" +groups = ["main", "dev"] files = [ {file = "click-8.0.1-py3-none-any.whl", hash = "sha256:fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6"}, {file = "click-8.0.1.tar.gz", hash = "sha256:8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a"}, @@ -102,6 +107,7 @@ version = "2.4.1" description = "Fix common misspellings in text files" optional = false python-versions = ">=3.8" +groups = ["dev"] files = [ {file = "codespell-2.4.1-py3-none-any.whl", hash = "sha256:3dadafa67df7e4a3dbf51e0d7315061b80d265f9552ebd699b3dd6834b47e425"}, {file = "codespell-2.4.1.tar.gz", hash = "sha256:299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5"}, @@ -110,7 +116,7 @@ files = [ [package.extras] dev = ["Pygments", "build", "chardet", "pre-commit", "pytest", "pytest-cov", "pytest-dependency", "ruff", "tomli", "twine"] hard-encoding-detection = ["chardet"] -toml = ["tomli"] +toml = ["tomli ; python_version < \"3.11\""] types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency"] [[package]] @@ -119,10 +125,12 @@ version = "0.4.4" description = "Cross-platform colored terminal text." optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +groups = ["main", "dev"] files = [ {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, ] +markers = {dev = "platform_system == \"Windows\""} [[package]] name = "exceptiongroup" @@ -130,6 +138,7 @@ version = "1.0.0rc9" description = "Backport of PEP 654 (exception groups)" optional = false python-versions = ">=3.7" +groups = ["main"] files = [ {file = "exceptiongroup-1.0.0rc9-py3-none-any.whl", hash = "sha256:2e3c3fc1538a094aab74fad52d6c33fc94de3dfee3ee01f187c0e0c72aec5337"}, {file = "exceptiongroup-1.0.0rc9.tar.gz", hash = "sha256:9086a4a21ef9b31c72181c77c040a074ba0889ee56a7b289ff0afb0d97655f96"}, @@ -144,6 +153,7 @@ version = "7.1.2" description = "the modular source code checker: pep8 pyflakes and co" optional = false python-versions = ">=3.8.1" +groups = ["dev"] files = [ {file = "flake8-7.1.2-py2.py3-none-any.whl", hash = "sha256:1cbc62e65536f65e6d754dfe6f1bada7f5cf392d6f5db3c2b85892466c3e7c1a"}, {file = "flake8-7.1.2.tar.gz", hash = "sha256:c586ffd0b41540951ae41af572e6790dbd49fc12b3aa2541685d253d9bd504bd"}, @@ -160,6 +170,7 @@ version = "2.0.1" description = "Copy your docs directly to the gh-pages branch." optional = false python-versions = "*" +groups = ["main"] files = [ {file = "ghp-import-2.0.1.tar.gz", hash = "sha256:753de2eace6e0f7d4edfb3cce5e3c3b98cd52aadb80163303d1d036bda7b4483"}, {file = "ghp_import-2.0.1-py3-none-any.whl", hash = "sha256:8241a8e9f8dd3c1fafe9696e6e081b57a208ef907e9939c44e7415e407ab40ea"}, @@ -177,6 +188,7 @@ version = "4.0.5" description = "Git Object Database" optional = false python-versions = ">=3.4" +groups = ["main"] files = [ {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"}, {file = "gitdb-4.0.5.tar.gz", hash = "sha256:c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9"}, @@ -191,6 +203,7 @@ version = "3.1.44" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" +groups = ["main"] files = [ {file = "GitPython-3.1.44-py3-none-any.whl", hash = "sha256:9e0e10cda9bed1ee64bc9a6de50e7e38a9c9943241cd7f585f6df3ed28011110"}, {file = "gitpython-3.1.44.tar.gz", hash = "sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269"}, @@ -201,7 +214,7 @@ gitdb = ">=4.0.1,<5" [package.extras] doc = ["sphinx (>=7.1.2,<7.2)", "sphinx-autodoc-typehints", "sphinx_rtd_theme"] -test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "typing-extensions"] +test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock ; python_version < \"3.8\"", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "typing-extensions ; python_version < \"3.11\""] [[package]] name = "idna" @@ -209,6 +222,7 @@ version = "3.7" description = "Internationalized Domain Names in Applications (IDNA)" optional = false python-versions = ">=3.5" +groups = ["main"] files = [ {file = "idna-3.7-py3-none-any.whl", hash = "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0"}, {file = "idna-3.7.tar.gz", hash = "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc"}, @@ -220,6 +234,7 @@ version = "4.6.3" description = "Read metadata from Python packages" optional = false python-versions = ">=3.6" +groups = ["main"] files = [ {file = "importlib_metadata-4.6.3-py3-none-any.whl", hash = "sha256:51c6635429c77cf1ae634c997ff9e53ca3438b495f10a55ba28594dd69764a8b"}, {file = "importlib_metadata-4.6.3.tar.gz", hash = "sha256:0645585859e9a6689c523927a5032f2ba5919f1f7d0e84bd4533312320de1ff9"}, @@ -231,7 +246,7 @@ zipp = ">=0.5" [package.extras] docs = ["jaraco.packaging (>=8.2)", "rst.linker (>=1.9)", "sphinx"] perf = ["ipython"] -testing = ["flufl.flake8", "importlib-resources (>=1.3)", "packaging", "pep517", "pyfakefs", "pytest (>=4.6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-flake8", "pytest-mypy", "pytest-perf (>=0.9.2)"] +testing = ["flufl.flake8", "importlib-resources (>=1.3) ; python_version < \"3.9\"", "packaging", "pep517", "pyfakefs", "pytest (>=4.6)", "pytest-black (>=0.3.7) ; platform_python_implementation != \"PyPy\" and python_version < \"3.10\"", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.0.1)", "pytest-flake8", "pytest-mypy ; platform_python_implementation != \"PyPy\" and python_version < \"3.10\"", "pytest-perf (>=0.9.2)"] [[package]] name = "importlib-resources" @@ -239,6 +254,7 @@ version = "6.1.0" description = "Read resources from Python packages" optional = false python-versions = ">=3.8" +groups = ["main"] files = [ {file = "importlib_resources-6.1.0-py3-none-any.whl", hash = "sha256:aa50258bbfa56d4e33fbd8aa3ef48ded10d1735f11532b8df95388cc6bdb7e83"}, {file = "importlib_resources-6.1.0.tar.gz", hash = "sha256:9d48dcccc213325e810fd723e7fbb45ccb39f6cf5c31f00cf2b965f5f10f3cb9"}, @@ -249,7 +265,7 @@ zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""} [package.extras] docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1)", "pytest-ruff", "zipp (>=3.17)"] +testing = ["pytest (>=6)", "pytest-black (>=0.3.7) ; platform_python_implementation != \"PyPy\"", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-mypy (>=0.9.1) ; platform_python_implementation != \"PyPy\"", "pytest-ruff", "zipp (>=3.17)"] [[package]] name = "iniconfig" @@ -257,6 +273,7 @@ version = "1.1.1" description = "iniconfig: brain-dead simple config-ini parsing" optional = false python-versions = "*" +groups = ["main"] files = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, @@ -268,6 +285,7 @@ version = "2.2.0" description = "Pythonic task execution" optional = false python-versions = ">=3.6" +groups = ["main"] files = [ {file = "invoke-2.2.0-py3-none-any.whl", hash = "sha256:6ea924cc53d4f78e3d98bc436b08069a03077e6f85ad1ddaa8a116d7dad15820"}, {file = "invoke-2.2.0.tar.gz", hash = "sha256:ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"}, @@ -275,13 +293,14 @@ files = [ [[package]] name = "jinja2" -version = "3.1.5" +version = "3.1.6" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" +groups = ["main"] files = [ - {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, - {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"}, + {file = "jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"}, + {file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"}, ] [package.dependencies] @@ -296,6 +315,7 @@ version = "3.4.4" description = "Python implementation of John Gruber's Markdown." optional = false python-versions = ">=3.7" +groups = ["main"] files = [ {file = "Markdown-3.4.4-py3-none-any.whl", hash = "sha256:a4c1b65c0957b4bd9e7d86ddc7b3c9868fb9670660f6f99f6d1bca8954d5a941"}, {file = "Markdown-3.4.4.tar.gz", hash = "sha256:225c6123522495d4119a90b3a3ba31a1e87a70369e03f14799ea9c0d7183a3d6"}, @@ -314,6 +334,7 @@ version = "2.1.1" description = "Safely add untrusted strings to HTML/XML markup." optional = false python-versions = ">=3.7" +groups = ["main"] files = [ {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:86b1f75c4e7c2ac2ccdaec2b9022845dbb81880ca318bb7a0a01fbf7813e3812"}, {file = "MarkupSafe-2.1.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f121a1420d4e173a5d96e47e9a0c0dcff965afdf1626d28de1460815f7c4ee7a"}, @@ -363,6 +384,7 @@ version = "0.7.0" description = "McCabe checker, plugin for flake8" optional = false python-versions = ">=3.6" +groups = ["dev"] files = [ {file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"}, {file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"}, @@ -374,6 +396,7 @@ version = "1.3" description = "Extension for Python-Markdown that makes lists truly sane. Custom indents for nested lists and fix for messy linebreaks." optional = false python-versions = "*" +groups = ["main"] files = [ {file = "mdx_truly_sane_lists-1.3-py3-none-any.whl", hash = "sha256:b9546a4c40ff8f1ab692f77cee4b6bfe8ddf9cccf23f0a24e71f3716fe290a37"}, {file = "mdx_truly_sane_lists-1.3.tar.gz", hash = "sha256:b661022df7520a1e113af7c355c62216b384c867e4f59fb8ee7ad511e6e77f45"}, @@ -388,6 +411,7 @@ version = "1.3.4" description = "A deep merge function for 🐍." optional = false python-versions = ">=3.6" +groups = ["main"] files = [ {file = "mergedeep-1.3.4-py3-none-any.whl", hash = "sha256:70775750742b25c0d8f36c55aed03d24c3384d17c951b3175d898bd778ef0307"}, {file = "mergedeep-1.3.4.tar.gz", hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8"}, @@ -399,6 +423,7 @@ version = "2.1.3" description = "Manage multiple versions of your MkDocs-powered documentation" optional = false python-versions = "*" +groups = ["main"] files = [ {file = "mike-2.1.3-py3-none-any.whl", hash = "sha256:d90c64077e84f06272437b464735130d380703a76a5738b152932884c60c062a"}, {file = "mike-2.1.3.tar.gz", hash = "sha256:abd79b8ea483fb0275b7972825d3082e5ae67a41820f8d8a0dc7a3f49944e810"}, @@ -424,6 +449,7 @@ version = "1.5.3" description = "Project documentation with Markdown." optional = false python-versions = ">=3.7" +groups = ["main"] files = [ {file = "mkdocs-1.5.3-py3-none-any.whl", hash = "sha256:3b3a78e736b31158d64dbb2f8ba29bd46a379d0c6e324c2246c3bc3d2189cfc1"}, {file = "mkdocs-1.5.3.tar.gz", hash = "sha256:eb7c99214dcb945313ba30426c2451b735992c73c2e10838f76d09e39ff4d0e2"}, @@ -447,7 +473,7 @@ watchdog = ">=2.0" [package.extras] i18n = ["babel (>=2.9.0)"] -min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-import (==1.0)", "importlib-metadata (==4.3)", "jinja2 (==2.11.1)", "markdown (==3.2.1)", "markupsafe (==2.0.1)", "mergedeep (==1.3.4)", "packaging (==20.5)", "pathspec (==0.11.1)", "platformdirs (==2.2.0)", "pyyaml (==5.1)", "pyyaml-env-tag (==0.1)", "typing-extensions (==3.10)", "watchdog (==2.0)"] +min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4) ; platform_system == \"Windows\"", "ghp-import (==1.0)", "importlib-metadata (==4.3) ; python_version < \"3.10\"", "jinja2 (==2.11.1)", "markdown (==3.2.1)", "markupsafe (==2.0.1)", "mergedeep (==1.3.4)", "packaging (==20.5)", "pathspec (==0.11.1)", "platformdirs (==2.2.0)", "pyyaml (==5.1)", "pyyaml-env-tag (==0.1)", "typing-extensions (==3.10) ; python_version < \"3.8\"", "watchdog (==2.0)"] [[package]] name = "mkdocs-material" @@ -455,6 +481,7 @@ version = "9.5.18" description = "Documentation that simply works" optional = false python-versions = ">=3.8" +groups = ["main"] files = [ {file = "mkdocs_material-9.5.18-py3-none-any.whl", hash = "sha256:1e0e27fc9fe239f9064318acf548771a4629d5fd5dfd45444fd80a953fe21eb4"}, {file = "mkdocs_material-9.5.18.tar.gz", hash = "sha256:a43f470947053fa2405c33995f282d24992c752a50114f23f30da9d8d0c57e62"}, @@ -484,6 +511,7 @@ version = "1.3" description = "Extension pack for Python Markdown and MkDocs Material." optional = false python-versions = ">=3.8" +groups = ["main"] files = [ {file = "mkdocs_material_extensions-1.3-py3-none-any.whl", hash = "sha256:0297cc48ba68a9fdd1ef3780a3b41b534b0d0df1d1181a44676fda5f464eeadc"}, {file = "mkdocs_material_extensions-1.3.tar.gz", hash = "sha256:f0446091503acb110a7cab9349cbc90eeac51b58d1caa92a704a81ca1e24ddbd"}, @@ -495,6 +523,7 @@ version = "0.4.3" description = "Experimental type system extensions for programs checked with the mypy typechecker." optional = false python-versions = "*" +groups = ["dev"] files = [ {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"}, {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, @@ -506,6 +535,7 @@ version = "23.0" description = "Core utilities for Python packages" optional = false python-versions = ">=3.7" +groups = ["main", "dev"] files = [ {file = "packaging-23.0-py3-none-any.whl", hash = "sha256:714ac14496c3e68c99c29b00845f7a2b85f3bb6f1078fd9f72fd20f0570002b2"}, {file = "packaging-23.0.tar.gz", hash = "sha256:b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97"}, @@ -517,6 +547,7 @@ version = "0.5.6" description = "Divides large result sets into pages for easier browsing" optional = false python-versions = "*" +groups = ["main"] files = [ {file = "paginate-0.5.6.tar.gz", hash = "sha256:5e6007b6a9398177a7e1648d04fdd9f8c9766a1a945bceac82f1929e8c78af2d"}, ] @@ -527,6 +558,7 @@ version = "0.11.1" description = "Utility library for gitignore style pattern matching of file paths." optional = false python-versions = ">=3.7" +groups = ["main", "dev"] files = [ {file = "pathspec-0.11.1-py3-none-any.whl", hash = "sha256:d8af70af76652554bd134c22b3e8a1cc46ed7d91edcdd721ef1a0c51a84a5293"}, {file = "pathspec-0.11.1.tar.gz", hash = "sha256:2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687"}, @@ -538,6 +570,7 @@ version = "0.14.1" description = "Check PEP-8 naming conventions, plugin for flake8" optional = false python-versions = ">=3.8" +groups = ["dev"] files = [ {file = "pep8-naming-0.14.1.tar.gz", hash = "sha256:1ef228ae80875557eb6c1549deafed4dabbf3261cfcafa12f773fe0db9be8a36"}, {file = "pep8_naming-0.14.1-py3-none-any.whl", hash = "sha256:63f514fc777d715f935faf185dedd679ab99526a7f2f503abb61587877f7b1c5"}, @@ -552,6 +585,7 @@ version = "2.2.0" description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." optional = false python-versions = ">=3.6" +groups = ["main", "dev"] files = [ {file = "platformdirs-2.2.0-py3-none-any.whl", hash = "sha256:4666d822218db6a262bdfdc9c39d21f23b4cfdb08af331a81e92751daf6c866c"}, {file = "platformdirs-2.2.0.tar.gz", hash = "sha256:632daad3ab546bd8e6af0537d09805cec458dce201bccfe23012df73332e181e"}, @@ -567,6 +601,7 @@ version = "1.5.0" description = "plugin and hook calling mechanisms for python" optional = false python-versions = ">=3.8" +groups = ["main"] files = [ {file = "pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669"}, {file = "pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1"}, @@ -582,6 +617,7 @@ version = "2.12.0" description = "Python style guide checker" optional = false python-versions = ">=3.8" +groups = ["dev"] files = [ {file = "pycodestyle-2.12.0-py2.py3-none-any.whl", hash = "sha256:949a39f6b86c3e1515ba1787c2022131d165a8ad271b11370a8819aa070269e4"}, {file = "pycodestyle-2.12.0.tar.gz", hash = "sha256:442f950141b4f43df752dd303511ffded3a04c2b6fb7f65980574f0c31e6e79c"}, @@ -593,6 +629,7 @@ version = "3.2.0" description = "passive checker of Python programs" optional = false python-versions = ">=3.8" +groups = ["dev"] files = [ {file = "pyflakes-3.2.0-py2.py3-none-any.whl", hash = "sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a"}, {file = "pyflakes-3.2.0.tar.gz", hash = "sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f"}, @@ -604,13 +641,14 @@ version = "2.16.1" description = "Pygments is a syntax highlighting package written in Python." optional = false python-versions = ">=3.7" +groups = ["main"] files = [ {file = "Pygments-2.16.1-py3-none-any.whl", hash = "sha256:13fc09fa63bc8d8671a6d247e1eb303c4b343eaee81d861f3404db2935653692"}, {file = "Pygments-2.16.1.tar.gz", hash = "sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29"}, ] [package.extras] -plugins = ["importlib-metadata"] +plugins = ["importlib-metadata ; python_version < \"3.8\""] [[package]] name = "pymdown-extensions" @@ -618,6 +656,7 @@ version = "10.3" description = "Extension pack for Python Markdown." optional = false python-versions = ">=3.8" +groups = ["main"] files = [ {file = "pymdown_extensions-10.3-py3-none-any.whl", hash = "sha256:77a82c621c58a83efc49a389159181d570e370fff9f810d3a4766a75fc678b66"}, {file = "pymdown_extensions-10.3.tar.gz", hash = "sha256:94a0d8a03246712b64698af223848fd80aaf1ae4c4be29c8c61939b0467b5722"}, @@ -636,6 +675,7 @@ version = "3.1.1" description = "pyparsing module - Classes and methods to define and execute parsing grammars" optional = false python-versions = ">=3.6.8" +groups = ["main"] files = [ {file = "pyparsing-3.1.1-py3-none-any.whl", hash = "sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb"}, {file = "pyparsing-3.1.1.tar.gz", hash = "sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db"}, @@ -650,6 +690,7 @@ version = "8.3.5" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" +groups = ["main"] files = [ {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"}, {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"}, @@ -672,6 +713,7 @@ version = "2.9.0.post0" description = "Extensions to the standard Python datetime module" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" +groups = ["main"] files = [ {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"}, {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"}, @@ -686,6 +728,7 @@ version = "6.0.1" description = "YAML parser and emitter for Python" optional = false python-versions = ">=3.6" +groups = ["main"] files = [ {file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a"}, {file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"}, @@ -746,6 +789,7 @@ version = "0.1" description = "A custom YAML tag for referencing environment variables in YAML files. " optional = false python-versions = ">=3.6" +groups = ["main"] files = [ {file = "pyyaml_env_tag-0.1-py3-none-any.whl", hash = "sha256:af31106dec8a4d68c60207c1886031cbf839b68aa7abccdb19868200532c2069"}, {file = "pyyaml_env_tag-0.1.tar.gz", hash = "sha256:70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb"}, @@ -760,6 +804,7 @@ version = "2022.10.31" description = "Alternative regular expression module, to replace re." optional = false python-versions = ">=3.6" +groups = ["main"] files = [ {file = "regex-2022.10.31-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a8ff454ef0bb061e37df03557afda9d785c905dab15584860f982e88be73015f"}, {file = "regex-2022.10.31-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1eba476b1b242620c266edf6325b443a2e22b633217a9835a52d8da2b5c051f9"}, @@ -857,6 +902,7 @@ version = "2.32.0" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" +groups = ["main"] files = [ {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, @@ -878,6 +924,7 @@ version = "3.0.4" description = "Python helper for Semantic Versioning (https://semver.org)" optional = false python-versions = ">=3.7" +groups = ["main"] files = [ {file = "semver-3.0.4-py3-none-any.whl", hash = "sha256:9c824d87ba7f7ab4a1890799cec8596f15c1241cb473404ea1cb0c55e4b04746"}, {file = "semver-3.0.4.tar.gz", hash = "sha256:afc7d8c584a5ed0a11033af086e8af226a9c0b206f313e0301f8dd7b6b589602"}, @@ -889,6 +936,7 @@ version = "1.15.0" description = "Python 2 and 3 compatibility utilities" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" +groups = ["main"] files = [ {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"}, {file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"}, @@ -900,6 +948,7 @@ version = "3.0.4" description = "A pure Python implementation of a sliding window memory map manager" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +groups = ["main"] files = [ {file = "smmap-3.0.4-py2.py3-none-any.whl", hash = "sha256:54c44c197c819d5ef1991799a7e30b662d1e520f2ac75c9efbeb54a742214cf4"}, {file = "smmap-3.0.4.tar.gz", hash = "sha256:9c98bbd1f9786d22f14b3d4126894d56befb835ec90cef151af566c7e19b5d24"}, @@ -911,6 +960,7 @@ version = "1.2.0" description = "A lil' TOML parser" optional = false python-versions = ">=3.6" +groups = ["main", "dev"] files = [ {file = "tomli-1.2.0-py3-none-any.whl", hash = "sha256:056f0376bf5a6b182c513f9582c1e5b0487265eb6c48842b69aa9ca1cd5f640a"}, {file = "tomli-1.2.0.tar.gz", hash = "sha256:d60e681734099207a6add7a10326bc2ddd1fdc36c1b0f547d00ef73ac63739c2"}, @@ -922,6 +972,7 @@ version = "4.7.1" description = "Backported and Experimental Type Hints for Python 3.7+" optional = false python-versions = ">=3.7" +groups = ["dev"] files = [ {file = "typing_extensions-4.7.1-py3-none-any.whl", hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36"}, {file = "typing_extensions-4.7.1.tar.gz", hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2"}, @@ -933,14 +984,15 @@ version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" +groups = ["main"] files = [ {file = "urllib3-1.26.19-py2.py3-none-any.whl", hash = "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3"}, {file = "urllib3-1.26.19.tar.gz", hash = "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429"}, ] [package.extras] -brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] -secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] +brotli = ["brotli (==1.0.9) ; os_name != \"nt\" and python_version < \"3\" and platform_python_implementation == \"CPython\"", "brotli (>=1.0.9) ; python_version >= \"3\" and platform_python_implementation == \"CPython\"", "brotlicffi (>=0.8.0) ; (os_name != \"nt\" or python_version >= \"3\") and platform_python_implementation != \"CPython\"", "brotlipy (>=0.6.0) ; os_name == \"nt\" and python_version < \"3\""] +secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress ; python_version == \"2.7\"", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] @@ -949,6 +1001,7 @@ version = "0.1.0" description = "Flexible version handling" optional = false python-versions = "*" +groups = ["main"] files = [ {file = "verspec-0.1.0-py3-none-any.whl", hash = "sha256:741877d5633cc9464c45a469ae2a31e801e6dbbaa85b9675d481cda100f11c31"}, {file = "verspec-0.1.0.tar.gz", hash = "sha256:c4504ca697b2056cdb4bfa7121461f5a0e81809255b41c03dda4ba823637c01e"}, @@ -963,6 +1016,7 @@ version = "2.1.3" description = "Filesystem events monitoring" optional = false python-versions = ">=3.6" +groups = ["main"] files = [ {file = "watchdog-2.1.3-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:9628f3f85375a17614a2ab5eac7665f7f7be8b6b0a2a228e6f6a2e91dd4bfe26"}, {file = "watchdog-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:acc4e2d5be6f140f02ee8590e51c002829e2c33ee199036fcd61311d558d89f4"}, @@ -996,6 +1050,7 @@ version = "3.19.1" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" +groups = ["main"] files = [ {file = "zipp-3.19.1-py3-none-any.whl", hash = "sha256:2828e64edb5386ea6a52e7ba7cdb17bb30a73a858f5eb6eb93d8d36f5ea26091"}, {file = "zipp-3.19.1.tar.gz", hash = "sha256:35427f6d5594f4acf82d25541438348c26736fa9b3afa2754bcd63cdb99d8e8f"}, @@ -1006,6 +1061,6 @@ doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linke test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] [metadata] -lock-version = "2.0" +lock-version = "2.1" python-versions = "~3.9" content-hash = "20b9d6f11a2d262b83933258b6c3d44f3d55bef7a56c65f7a253b247b3bda754" From 47d93924155cc2854708cfc5530c4b930ba2733a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 02:10:40 +0000 Subject: [PATCH 49/65] Bump golang.org/x/net from 0.35.0 to 0.36.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.36.0. - [Commits](https://github.com/golang/net/compare/v0.35.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d8cfc6b5f..bb19e3006 100644 --- a/go.mod +++ b/go.mod @@ -98,7 +98,7 @@ require ( golang.org/x/crypto v0.35.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.35.0 // indirect + golang.org/x/net v0.36.0 // indirect golang.org/x/sync v0.11.0 // indirect golang.org/x/sys v0.30.0 // indirect golang.org/x/term v0.29.0 // indirect diff --git a/go.sum b/go.sum index d548dd6a8..3497b397c 100644 --- a/go.sum +++ b/go.sum @@ -1514,8 +1514,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= -golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= +golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA= +golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= From fcb7085fc2254808adf6ae995d352cb9345e51f3 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 12 Mar 2025 21:54:13 -0700 Subject: [PATCH 50/65] Tidy dependent modules to reflect `net` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 2 +- docsgen/go.sum | 4 ++-- ruledocsgen/go.mod | 2 +- ruledocsgen/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index 490e83a5d..f08c3cec7 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -101,7 +101,7 @@ require ( golang.org/x/crypto v0.35.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.35.0 // indirect + golang.org/x/net v0.36.0 // indirect golang.org/x/sync v0.11.0 // indirect golang.org/x/sys v0.30.0 // indirect golang.org/x/term v0.29.0 // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index f9f83ee86..b21308e65 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -1516,8 +1516,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= -golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= +golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA= +golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index bff811033..26d92a859 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -97,7 +97,7 @@ require ( golang.org/x/crypto v0.35.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.35.0 // indirect + golang.org/x/net v0.36.0 // indirect golang.org/x/sync v0.11.0 // indirect golang.org/x/sys v0.30.0 // indirect golang.org/x/term v0.29.0 // indirect diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index af3fb82e6..e6df8f076 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -1535,8 +1535,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= -golang.org/x/net v0.35.0 h1:T5GQRQb2y08kTAByq9L4/bz8cipCdA8FbRTXewonqY8= -golang.org/x/net v0.35.0/go.mod h1:EglIi67kWsHKlRzzVMUD93VMSWGFOMSZgxFjparz1Qk= +golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA= +golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= From 46a0922f040cb682c91ff94be7ac1e2c817f90b0 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 12 Mar 2025 22:03:16 -0700 Subject: [PATCH 51/65] Update dependency license metadata cache for `net` bump --- .../arduino-lint/go/golang.org/x/net/context.dep.yml | 8 ++++---- .licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/httpcommon.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/socks.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/timeseries.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/net/context.dep.yml | 8 ++++---- .licenses/docsgen/go/golang.org/x/net/http2.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/httpcommon.dep.yml | 6 +++--- .../docsgen/go/golang.org/x/net/internal/socks.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/timeseries.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/net/proxy.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/net/trace.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml | 8 ++++---- .licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/httpcommon.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/socks.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/timeseries.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml | 6 +++--- 21 files changed, 66 insertions(+), 66 deletions(-) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml index 238a28bf0..b2cd87a6e 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.35.0 +version: v0.36.0 type: go -summary: Package context defines the Context type, which carries deadlines, cancelation +summary: Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml index 7b8a9b527..ec2521878 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.35.0 +version: v0.36.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml index 027a885d6..f03dd8f95 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/httpcommon -version: v0.35.0 +version: v0.36.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml index 209361daf..01edef8c9 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.35.0 +version: v0.36.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml index 9b7aeffb8..52d36393e 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.35.0 +version: v0.36.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml index d40dbc438..c7105e183 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.35.0 +version: v0.36.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml index f33c9b955..406afeed4 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.35.0 +version: v0.36.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml index 238a28bf0..b2cd87a6e 100644 --- a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.35.0 +version: v0.36.0 type: go -summary: Package context defines the Context type, which carries deadlines, cancelation +summary: Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml index 7b8a9b527..ec2521878 100644 --- a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.35.0 +version: v0.36.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml index 027a885d6..f03dd8f95 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/httpcommon -version: v0.35.0 +version: v0.36.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml index 209361daf..01edef8c9 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.35.0 +version: v0.36.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml index 9b7aeffb8..52d36393e 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.35.0 +version: v0.36.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml index d40dbc438..c7105e183 100644 --- a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.35.0 +version: v0.36.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml index f33c9b955..406afeed4 100644 --- a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.35.0 +version: v0.36.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml index 238a28bf0..b2cd87a6e 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.35.0 +version: v0.36.0 type: go -summary: Package context defines the Context type, which carries deadlines, cancelation +summary: Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml index 7b8a9b527..ec2521878 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.35.0 +version: v0.36.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml index 027a885d6..f03dd8f95 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/httpcommon -version: v0.35.0 +version: v0.36.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml index 209361daf..01edef8c9 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.35.0 +version: v0.36.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml index 9b7aeffb8..52d36393e 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.35.0 +version: v0.36.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml index d40dbc438..c7105e183 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.35.0 +version: v0.36.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml index f33c9b955..406afeed4 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.35.0 +version: v0.36.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.35.0/LICENSE +- sources: net@v0.36.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.35.0/PATENTS +- sources: net@v0.36.0/PATENTS text: | Additional IP Rights Grant (Patents) From ab57d5baa676d012ebfea0a80a350e45fd09187b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 05:15:58 +0000 Subject: [PATCH 52/65] Bump flake8 from 7.1.2 to 7.2.0 Bumps [flake8](https://github.com/pycqa/flake8) from 7.1.2 to 7.2.0. - [Commits](https://github.com/pycqa/flake8/compare/7.1.2...7.2.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 30 +++++++++++++++--------------- pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/poetry.lock b/poetry.lock index a371209d7..e0c6b1b95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -149,20 +149,20 @@ test = ["pytest (>=6)"] [[package]] name = "flake8" -version = "7.1.2" +version = "7.2.0" description = "the modular source code checker: pep8 pyflakes and co" optional = false -python-versions = ">=3.8.1" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "flake8-7.1.2-py2.py3-none-any.whl", hash = "sha256:1cbc62e65536f65e6d754dfe6f1bada7f5cf392d6f5db3c2b85892466c3e7c1a"}, - {file = "flake8-7.1.2.tar.gz", hash = "sha256:c586ffd0b41540951ae41af572e6790dbd49fc12b3aa2541685d253d9bd504bd"}, + {file = "flake8-7.2.0-py2.py3-none-any.whl", hash = "sha256:93b92ba5bdb60754a6da14fa3b93a9361fd00a59632ada61fd7b130436c40343"}, + {file = "flake8-7.2.0.tar.gz", hash = "sha256:fa558ae3f6f7dbf2b4f22663e5343b6b6023620461f8d4ff2019ef4b5ee70426"}, ] [package.dependencies] mccabe = ">=0.7.0,<0.8.0" -pycodestyle = ">=2.12.0,<2.13.0" -pyflakes = ">=3.2.0,<3.3.0" +pycodestyle = ">=2.13.0,<2.14.0" +pyflakes = ">=3.3.0,<3.4.0" [[package]] name = "ghp-import" @@ -613,26 +613,26 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pycodestyle" -version = "2.12.0" +version = "2.13.0" description = "Python style guide checker" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pycodestyle-2.12.0-py2.py3-none-any.whl", hash = "sha256:949a39f6b86c3e1515ba1787c2022131d165a8ad271b11370a8819aa070269e4"}, - {file = "pycodestyle-2.12.0.tar.gz", hash = "sha256:442f950141b4f43df752dd303511ffded3a04c2b6fb7f65980574f0c31e6e79c"}, + {file = "pycodestyle-2.13.0-py2.py3-none-any.whl", hash = "sha256:35863c5974a271c7a726ed228a14a4f6daf49df369d8c50cd9a6f58a5e143ba9"}, + {file = "pycodestyle-2.13.0.tar.gz", hash = "sha256:c8415bf09abe81d9c7f872502a6eee881fbe85d8763dd5b9924bb0a01d67efae"}, ] [[package]] name = "pyflakes" -version = "3.2.0" +version = "3.3.1" description = "passive checker of Python programs" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pyflakes-3.2.0-py2.py3-none-any.whl", hash = "sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a"}, - {file = "pyflakes-3.2.0.tar.gz", hash = "sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f"}, + {file = "pyflakes-3.3.1-py2.py3-none-any.whl", hash = "sha256:af4d63344d478524956e9950a9ae11da51414622479b8c148647fe9722e96837"}, + {file = "pyflakes-3.3.1.tar.gz", hash = "sha256:8752eee11d4ef3a4be642d774863047864b47406cba906fabf8dd892cf98d5b3"}, ] [[package]] @@ -1063,4 +1063,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.1" python-versions = "~3.9" -content-hash = "20b9d6f11a2d262b83933258b6c3d44f3d55bef7a56c65f7a253b247b3bda754" +content-hash = "054a2dba97068ba3c947e855f1f6c9b026aa773c5547f7ba6b7fedf2f598dafb" diff --git a/pyproject.toml b/pyproject.toml index 5fb05a342..113696d55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ mkdocs-material = "^9.5.18" [tool.poetry.dev-dependencies] black = "^25.1" codespell = "^2.4.1" -flake8 = "^7.1.2" +flake8 = "^7.2.0" pep8-naming = "^0.14.1" [tool.black] From ee65d7646bd300d4d73aeac618ad34f0484f4a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 06:24:49 +0000 Subject: [PATCH 53/65] Bump github.com/arduino/go-paths-helper from 1.12.1 to 1.13.0 Bumps [github.com/arduino/go-paths-helper](https://github.com/arduino/go-paths-helper) from 1.12.1 to 1.13.0. - [Release notes](https://github.com/arduino/go-paths-helper/releases) - [Commits](https://github.com/arduino/go-paths-helper/compare/v1.12.1...v1.13.0) --- updated-dependencies: - dependency-name: github.com/arduino/go-paths-helper dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index bb19e3006..8aff49729 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1 require ( github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 - github.com/arduino/go-paths-helper v1.12.1 + github.com/arduino/go-paths-helper v1.13.0 github.com/arduino/go-properties-orderedmap v1.8.1 github.com/client9/misspell v0.3.4 github.com/go-git/go-git/v5 v5.14.0 diff --git a/go.sum b/go.sum index 3497b397c..c798cdcc2 100644 --- a/go.sum +++ b/go.sum @@ -81,8 +81,8 @@ github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 h1:Re75ucXjLzAUrNLcjG8bTIDa9oGV5+tSid2F+DAiBhI= github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3/go.mod h1:5xXurWYnyVD1iR+vuKJDQ6akkw7roFjRowoZWCSsgGA= github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck= -github.com/arduino/go-paths-helper v1.12.1 h1:WkxiVUxBjKWlLMiMuYy8DcmVrkxdP7aKxQOAq7r2lVM= -github.com/arduino/go-paths-helper v1.12.1/go.mod h1:jcpW4wr0u69GlXhTYydsdsqAjLaYK5n7oWHfKqOG6LM= +github.com/arduino/go-paths-helper v1.13.0 h1:HIkgg8ChPw1QPNHkB5bQSs+geTj74vf6TFgVhm/9mmw= +github.com/arduino/go-paths-helper v1.13.0/go.mod h1:jcpW4wr0u69GlXhTYydsdsqAjLaYK5n7oWHfKqOG6LM= github.com/arduino/go-properties-orderedmap v1.8.1 h1:nU5S6cXPwMoxZs4ORw61wPTALNfriIduvNB4cxTmNYM= github.com/arduino/go-properties-orderedmap v1.8.1/go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk= github.com/arduino/go-win32-utils v1.0.0 h1:/cXB86sOJxOsCHP7sQmXGLkdValwJt56mIwOHYxgQjQ= From 10146e23833885de489e6c13b2db25bd78aff39f Mon Sep 17 00:00:00 2001 From: per1234 Date: Thu, 10 Apr 2025 23:54:05 -0700 Subject: [PATCH 54/65] Tidy dependent modules to reflect `github.com/arduino/go-paths-helper` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 2 +- docsgen/go.sum | 4 ++-- ruledocsgen/go.mod | 2 +- ruledocsgen/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index f08c3cec7..d2b8d4b3d 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -19,7 +19,7 @@ require ( github.com/Microsoft/go-winio v0.6.2 // indirect github.com/ProtonMail/go-crypto v1.1.5 // indirect github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 // indirect - github.com/arduino/go-paths-helper v1.12.1 // indirect + github.com/arduino/go-paths-helper v1.13.0 // indirect github.com/arduino/go-properties-orderedmap v1.8.1 // indirect github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index b21308e65..776ce6e27 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -81,8 +81,8 @@ github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 h1:Re75ucXjLzAUrNLcjG8bTIDa9oGV5+tSid2F+DAiBhI= github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3/go.mod h1:5xXurWYnyVD1iR+vuKJDQ6akkw7roFjRowoZWCSsgGA= github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck= -github.com/arduino/go-paths-helper v1.12.1 h1:WkxiVUxBjKWlLMiMuYy8DcmVrkxdP7aKxQOAq7r2lVM= -github.com/arduino/go-paths-helper v1.12.1/go.mod h1:jcpW4wr0u69GlXhTYydsdsqAjLaYK5n7oWHfKqOG6LM= +github.com/arduino/go-paths-helper v1.13.0 h1:HIkgg8ChPw1QPNHkB5bQSs+geTj74vf6TFgVhm/9mmw= +github.com/arduino/go-paths-helper v1.13.0/go.mod h1:jcpW4wr0u69GlXhTYydsdsqAjLaYK5n7oWHfKqOG6LM= github.com/arduino/go-properties-orderedmap v1.8.1 h1:nU5S6cXPwMoxZs4ORw61wPTALNfriIduvNB4cxTmNYM= github.com/arduino/go-properties-orderedmap v1.8.1/go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk= github.com/arduino/go-win32-utils v1.0.0 h1:/cXB86sOJxOsCHP7sQmXGLkdValwJt56mIwOHYxgQjQ= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index 26d92a859..6764ea952 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -9,7 +9,7 @@ replace github.com/jandelgado/gcov2lcov => github.com/jandelgado/gcov2lcov v1.0. require ( github.com/JohannesKaufmann/html-to-markdown v1.6.0 github.com/arduino/arduino-lint v0.0.0 - github.com/arduino/go-paths-helper v1.12.1 + github.com/arduino/go-paths-helper v1.13.0 github.com/olekukonko/tablewriter v0.0.5 github.com/stretchr/testify v1.10.0 ) diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index e6df8f076..be5be0828 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -85,8 +85,8 @@ github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 h1:Re75ucXjLzAUrNLcjG8bTIDa9oGV5+tSid2F+DAiBhI= github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3/go.mod h1:5xXurWYnyVD1iR+vuKJDQ6akkw7roFjRowoZWCSsgGA= github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck= -github.com/arduino/go-paths-helper v1.12.1 h1:WkxiVUxBjKWlLMiMuYy8DcmVrkxdP7aKxQOAq7r2lVM= -github.com/arduino/go-paths-helper v1.12.1/go.mod h1:jcpW4wr0u69GlXhTYydsdsqAjLaYK5n7oWHfKqOG6LM= +github.com/arduino/go-paths-helper v1.13.0 h1:HIkgg8ChPw1QPNHkB5bQSs+geTj74vf6TFgVhm/9mmw= +github.com/arduino/go-paths-helper v1.13.0/go.mod h1:jcpW4wr0u69GlXhTYydsdsqAjLaYK5n7oWHfKqOG6LM= github.com/arduino/go-properties-orderedmap v1.8.1 h1:nU5S6cXPwMoxZs4ORw61wPTALNfriIduvNB4cxTmNYM= github.com/arduino/go-properties-orderedmap v1.8.1/go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk= github.com/arduino/go-win32-utils v1.0.0 h1:/cXB86sOJxOsCHP7sQmXGLkdValwJt56mIwOHYxgQjQ= From c878c9b95050b6c05763d0adb113c584b364e824 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 11 Apr 2025 00:00:09 -0700 Subject: [PATCH 55/65] Update dependency license metadata cache for `github.com/arduino/go-paths-helper` bump --- .../arduino-lint/go/github.com/arduino/go-paths-helper.dep.yml | 2 +- .licenses/docsgen/go/github.com/arduino/go-paths-helper.dep.yml | 2 +- .../ruledocsgen/go/github.com/arduino/go-paths-helper.dep.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.licenses/arduino-lint/go/github.com/arduino/go-paths-helper.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/go-paths-helper.dep.yml index 21d102e90..8a0611c2e 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/go-paths-helper.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/go-paths-helper.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/arduino/go-paths-helper -version: v1.12.1 +version: v1.13.0 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper diff --git a/.licenses/docsgen/go/github.com/arduino/go-paths-helper.dep.yml b/.licenses/docsgen/go/github.com/arduino/go-paths-helper.dep.yml index 21d102e90..8a0611c2e 100644 --- a/.licenses/docsgen/go/github.com/arduino/go-paths-helper.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/go-paths-helper.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/arduino/go-paths-helper -version: v1.12.1 +version: v1.13.0 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper diff --git a/.licenses/ruledocsgen/go/github.com/arduino/go-paths-helper.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/go-paths-helper.dep.yml index 21d102e90..8a0611c2e 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/go-paths-helper.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/go-paths-helper.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/arduino/go-paths-helper -version: v1.12.1 +version: v1.13.0 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper From 6e57f75c52c023e6edd7bf72553332fffb5fd7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 05:58:05 +0000 Subject: [PATCH 56/65] Bump github.com/go-git/go-git/v5 from 5.14.0 to 5.15.0 Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.14.0 to 5.15.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.14.0...v5.15.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 18 +++++++++--------- go.sum | 36 ++++++++++++++++++------------------ 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/go.mod b/go.mod index 8aff49729..af152c530 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/arduino/go-paths-helper v1.13.0 github.com/arduino/go-properties-orderedmap v1.8.1 github.com/client9/misspell v0.3.4 - github.com/go-git/go-git/v5 v5.14.0 + github.com/go-git/go-git/v5 v5.15.0 github.com/olekukonko/tablewriter v0.0.5 github.com/ory/jsonschema/v3 v3.0.4 github.com/sirupsen/logrus v1.9.3 @@ -27,10 +27,10 @@ require ( dario.cat/mergo v1.0.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect github.com/OneOfOne/xxhash v1.2.8 // indirect - github.com/ProtonMail/go-crypto v1.1.5 // indirect + github.com/ProtonMail/go-crypto v1.1.6 // indirect github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect - github.com/cloudflare/circl v1.6.0 // indirect + github.com/cloudflare/circl v1.6.1 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect github.com/cyphar/filepath-securejoin v0.4.1 // indirect @@ -95,14 +95,14 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.35.0 // indirect + golang.org/x/crypto v0.37.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.36.0 // indirect - golang.org/x/sync v0.11.0 // indirect - golang.org/x/sys v0.30.0 // indirect - golang.org/x/term v0.29.0 // indirect - golang.org/x/text v0.22.0 // indirect + golang.org/x/net v0.39.0 // indirect + golang.org/x/sync v0.13.0 // indirect + golang.org/x/sys v0.32.0 // indirect + golang.org/x/term v0.31.0 // indirect + golang.org/x/text v0.24.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect google.golang.org/grpc v1.59.0 // indirect diff --git a/go.sum b/go.sum index c798cdcc2..222484648 100644 --- a/go.sum +++ b/go.sum @@ -58,8 +58,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8 github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= -github.com/ProtonMail/go-crypto v1.1.5 h1:eoAQfK2dwL+tFSFpr7TbOaPNUbPiJj4fLYwwGE1FQO4= -github.com/ProtonMail/go-crypto v1.1.5/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= +github.com/ProtonMail/go-crypto v1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw= +github.com/ProtonMail/go-crypto v1.1.6/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= @@ -127,8 +127,8 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk= -github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= +github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0= +github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -238,8 +238,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.14.0 h1:/MD3lCrGjCen5WfEAzKg00MJJffKhC8gzS80ycmCi60= -github.com/go-git/go-git/v5 v5.14.0/go.mod h1:Z5Xhoia5PcWA3NF8vRLURn9E5FRhSl7dGj9ItW3Wk5k= +github.com/go-git/go-git/v5 v5.15.0 h1:f5Qn0W0F7ry1iN0ZwIU5m/n7/BKB4hiZfc+zlZx7ly0= +github.com/go-git/go-git/v5 v5.15.0/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -1414,8 +1414,8 @@ golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs= -golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ= +golang.org/x/crypto v0.37.0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE= +golang.org/x/crypto v0.37.0/go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1514,8 +1514,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA= -golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I= +golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY= +golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1537,8 +1537,8 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= -golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610= +golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1627,11 +1627,11 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= -golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20= +golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= -golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= +golang.org/x/term v0.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o= +golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1642,8 +1642,8 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= -golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= +golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0= +golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= From 81a92cdc52f3840359bf055407f5a69bdd15baa1 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 14 Apr 2025 00:17:34 -0700 Subject: [PATCH 57/65] Tidy dependent modules to reflect `github.com/go-git/go-git` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 18 +++++++++--------- docsgen/go.sum | 36 ++++++++++++++++++------------------ ruledocsgen/go.mod | 18 +++++++++--------- ruledocsgen/go.sum | 36 ++++++++++++++++++------------------ 4 files changed, 54 insertions(+), 54 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index d2b8d4b3d..c83a965ed 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -17,14 +17,14 @@ require ( require ( dario.cat/mergo v1.0.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect - github.com/ProtonMail/go-crypto v1.1.5 // indirect + github.com/ProtonMail/go-crypto v1.1.6 // indirect github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 // indirect github.com/arduino/go-paths-helper v1.13.0 // indirect github.com/arduino/go-properties-orderedmap v1.8.1 // indirect github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect github.com/client9/misspell v0.3.4 // indirect - github.com/cloudflare/circl v1.6.0 // indirect + github.com/cloudflare/circl v1.6.1 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect @@ -35,7 +35,7 @@ require ( github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.6.2 // indirect - github.com/go-git/go-git/v5 v5.14.0 // indirect + github.com/go-git/go-git/v5 v5.15.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect @@ -98,14 +98,14 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.35.0 // indirect + golang.org/x/crypto v0.37.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.36.0 // indirect - golang.org/x/sync v0.11.0 // indirect - golang.org/x/sys v0.30.0 // indirect - golang.org/x/term v0.29.0 // indirect - golang.org/x/text v0.22.0 // indirect + golang.org/x/net v0.39.0 // indirect + golang.org/x/sync v0.13.0 // indirect + golang.org/x/sys v0.32.0 // indirect + golang.org/x/term v0.31.0 // indirect + golang.org/x/text v0.24.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect google.golang.org/grpc v1.59.0 // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index 776ce6e27..7410a26d3 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -58,8 +58,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8 github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= -github.com/ProtonMail/go-crypto v1.1.5 h1:eoAQfK2dwL+tFSFpr7TbOaPNUbPiJj4fLYwwGE1FQO4= -github.com/ProtonMail/go-crypto v1.1.5/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= +github.com/ProtonMail/go-crypto v1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw= +github.com/ProtonMail/go-crypto v1.1.6/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= @@ -127,8 +127,8 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk= -github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= +github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0= +github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -239,8 +239,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.14.0 h1:/MD3lCrGjCen5WfEAzKg00MJJffKhC8gzS80ycmCi60= -github.com/go-git/go-git/v5 v5.14.0/go.mod h1:Z5Xhoia5PcWA3NF8vRLURn9E5FRhSl7dGj9ItW3Wk5k= +github.com/go-git/go-git/v5 v5.15.0 h1:f5Qn0W0F7ry1iN0ZwIU5m/n7/BKB4hiZfc+zlZx7ly0= +github.com/go-git/go-git/v5 v5.15.0/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -1416,8 +1416,8 @@ golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs= -golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ= +golang.org/x/crypto v0.37.0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE= +golang.org/x/crypto v0.37.0/go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1516,8 +1516,8 @@ golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA= -golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I= +golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY= +golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1539,8 +1539,8 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= -golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610= +golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1629,11 +1629,11 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= -golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20= +golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= -golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= +golang.org/x/term v0.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o= +golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1644,8 +1644,8 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= -golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= +golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0= +golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index 6764ea952..ac5bf21b7 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -17,13 +17,13 @@ require ( require ( dario.cat/mergo v1.0.0 // indirect github.com/Microsoft/go-winio v0.6.2 // indirect - github.com/ProtonMail/go-crypto v1.1.5 // indirect + github.com/ProtonMail/go-crypto v1.1.6 // indirect github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 // indirect github.com/arduino/go-properties-orderedmap v1.8.1 // indirect github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect github.com/client9/misspell v0.3.4 // indirect - github.com/cloudflare/circl v1.6.0 // indirect + github.com/cloudflare/circl v1.6.1 // indirect github.com/cmaglie/pb v1.0.27 // indirect github.com/codeclysm/extract/v4 v4.0.0 // indirect github.com/cyphar/filepath-securejoin v0.4.1 // indirect @@ -33,7 +33,7 @@ require ( github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.6.2 // indirect - github.com/go-git/go-git/v5 v5.14.0 // indirect + github.com/go-git/go-git/v5 v5.15.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect @@ -94,14 +94,14 @@ require ( go.opentelemetry.io/otel/trace v1.18.0 // indirect go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect - golang.org/x/crypto v0.35.0 // indirect + golang.org/x/crypto v0.37.0 // indirect golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect golang.org/x/mod v0.21.0 // indirect - golang.org/x/net v0.36.0 // indirect - golang.org/x/sync v0.11.0 // indirect - golang.org/x/sys v0.30.0 // indirect - golang.org/x/term v0.29.0 // indirect - golang.org/x/text v0.22.0 // indirect + golang.org/x/net v0.39.0 // indirect + golang.org/x/sync v0.13.0 // indirect + golang.org/x/sys v0.32.0 // indirect + golang.org/x/term v0.31.0 // indirect + golang.org/x/text v0.24.0 // indirect golang.org/x/tools v0.25.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a // indirect google.golang.org/grpc v1.59.0 // indirect diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index be5be0828..7acfc6acb 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -60,8 +60,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8 github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= -github.com/ProtonMail/go-crypto v1.1.5 h1:eoAQfK2dwL+tFSFpr7TbOaPNUbPiJj4fLYwwGE1FQO4= -github.com/ProtonMail/go-crypto v1.1.5/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= +github.com/ProtonMail/go-crypto v1.1.6 h1:ZcV+Ropw6Qn0AX9brlQLAUXfqLBc7Bl+f/DmNxpLfdw= +github.com/ProtonMail/go-crypto v1.1.6/go.mod h1:rA3QumHc/FZ8pAHreoekgiAbzpNsfQAosU5td4SnOrE= github.com/PuerkitoBio/goquery v1.9.2/go.mod h1:GHPCaP0ODyyxqcNoFGYlAprUFH81NuRPd0GX3Zu2Mvk= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= @@ -131,8 +131,8 @@ github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575/go.mod h1:9d6lWj8KzO/ github.com/clbanning/x2j v0.0.0-20191024224557-825249438eec/go.mod h1:jMjuTZXRI4dUb/I5gc9Hdhagfvm9+RyrPryS/auMzxE= github.com/client9/misspell v0.3.4 h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cloudflare/circl v1.6.0 h1:cr5JKic4HI+LkINy2lg3W2jF8sHCVTBncJr5gIIq7qk= -github.com/cloudflare/circl v1.6.0/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= +github.com/cloudflare/circl v1.6.1 h1:zqIqSPIndyBh1bjLVVDHMPpVKqp8Su/V+6MeDzzQBQ0= +github.com/cloudflare/circl v1.6.1/go.mod h1:uddAzsPgqdMAYatqJ0lsjX1oECcQLIlRpzZh3pJrofs= github.com/cmaglie/pb v1.0.27 h1:ynGj8vBXR+dtj4B7Q/W/qGt31771Ux5iFfRQBnwdQiA= github.com/cmaglie/pb v1.0.27/go.mod h1:GilkKZMXYjBA4NxItWFfO+lwkp59PLHQ+IOW/b/kmZI= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -242,8 +242,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.14.0 h1:/MD3lCrGjCen5WfEAzKg00MJJffKhC8gzS80ycmCi60= -github.com/go-git/go-git/v5 v5.14.0/go.mod h1:Z5Xhoia5PcWA3NF8vRLURn9E5FRhSl7dGj9ItW3Wk5k= +github.com/go-git/go-git/v5 v5.15.0 h1:f5Qn0W0F7ry1iN0ZwIU5m/n7/BKB4hiZfc+zlZx7ly0= +github.com/go-git/go-git/v5 v5.15.0/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -1426,8 +1426,8 @@ golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0 golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU= golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M= golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8= -golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs= -golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ= +golang.org/x/crypto v0.37.0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE= +golang.org/x/crypto v0.37.0/go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -1535,8 +1535,8 @@ golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44= golang.org/x/net v0.24.0/go.mod h1:2Q7sJY5mzlzWjKtYUEXSlBWCdyaioyXzRB2RtU8KVE8= golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= -golang.org/x/net v0.36.0 h1:vWF2fRbw4qslQsQzgFqZff+BItCvGFQqKzKIzx1rmoA= -golang.org/x/net v0.36.0/go.mod h1:bFmbeoIPfrw4sMHNhb4J9f6+tPziuGjq7Jk/38fxi1I= +golang.org/x/net v0.39.0 h1:ZCu7HMWDxpXpaiKdhzIfaltL9Lp31x/3fCP11bc6/fY= +golang.org/x/net v0.39.0/go.mod h1:X7NRbYVEA+ewNkCNyJ513WmMdQ3BineSwVtN2zD/d+E= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181003184128-c57b0facaced/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1560,8 +1560,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.11.0 h1:GGz8+XQP4FvTTrjZPzNKTMFtSXH80RAzG+5ghFPgK9w= -golang.org/x/sync v0.11.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk= +golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610= +golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= golang.org/x/sys v0.0.0-20180816055513-1c9583448a9c/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1658,8 +1658,8 @@ golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= -golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc= -golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA= +golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20= +golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k= @@ -1668,8 +1668,8 @@ golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk= golang.org/x/term v0.19.0/go.mod h1:2CuTdWZ7KHSQwUzKva0cbMg6q2DMI3Mmxp+gKJbskEk= golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY= -golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU= -golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s= +golang.org/x/term v0.31.0 h1:erwDkOK1Msy6offm1mOgvspSkslFnIGsFnxOKoufg3o= +golang.org/x/term v0.31.0/go.mod h1:R4BeIy7D95HzImkxGkTW1UQTtP54tio2RyHz7PwK0aw= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1684,8 +1684,8 @@ golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU= -golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM= -golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY= +golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0= +golang.org/x/text v0.24.0/go.mod h1:L8rBsPeo2pSS+xqN0d5u2ikmjtmoJbDBT1b7nHvFCdU= golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= From 217d7ec3e65273c619b0a0998ecdf0c6037627e1 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 14 Apr 2025 00:26:27 -0700 Subject: [PATCH 58/65] Update dependency license metadata cache for `github.com/go-git/go-git` bump --- .../go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/brainpool.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/eax.dep.yml | 6 +++--- .../ProtonMail/go-crypto/internal/byteutil.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/ocb.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/dh/x25519.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/dh/x448.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/internal/conv.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/internal/sha3.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/math.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/math/fp25519.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/math/fp448.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/math/mlsbset.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/sign.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/sign/ed25519.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/sign/ed448.dep.yml | 6 +++--- .../arduino-lint/go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/config.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/path_util.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/revision.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/internal/url.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/color.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/filemode.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/config.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/diff.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/gitignore.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/idxfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/index.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/objfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/packfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/pktline.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/object.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/protocol/packp.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/capability.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/sideband.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/transport.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/client.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/file.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/git.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/http.dep.yml | 6 +++--- .../go-git/v5/plumbing/transport/internal/common.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/server.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/ssh.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/storage.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/storage/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/storage/filesystem/dotgit.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/storage/memory.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/binary.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/diff.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/index.dep.yml | 6 +++--- .../go-git/v5/utils/merkletrie/internal/frame.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/noder.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/sync.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/trace.dep.yml | 6 +++--- .../arduino-lint/go/golang.org/x/crypto/argon2.dep.yml | 6 +++--- .../arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml | 6 +++--- .../arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml | 6 +++--- .../arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml | 6 +++--- .../arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +++--- .../golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +++--- .../go/golang.org/x/crypto/ssh/knownhosts.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/net/context.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/httpcommon.dep.yml | 6 +++--- .../arduino-lint/go/golang.org/x/net/internal/socks.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/timeseries.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/term.dep.yml | 2 +- .../arduino-lint/go/golang.org/x/text/encoding.dep.yml | 6 +++--- .../go/golang.org/x/text/encoding/internal.dep.yml | 6 +++--- .../golang.org/x/text/encoding/internal/identifier.dep.yml | 6 +++--- .../go/golang.org/x/text/encoding/unicode.dep.yml | 6 +++--- .../go/golang.org/x/text/internal/utf8internal.dep.yml | 6 +++--- .licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/brainpool.dep.yml | 6 +++--- .../docsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml | 6 +++--- .../ProtonMail/go-crypto/internal/byteutil.dep.yml | 6 +++--- .../docsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/dh/x25519.dep.yml | 6 +++--- .../docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/internal/conv.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/internal/sha3.dep.yml | 6 +++--- .../docsgen/go/github.com/cloudflare/circl/math.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/math/fp25519.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/math/fp448.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/math/mlsbset.dep.yml | 6 +++--- .../docsgen/go/github.com/cloudflare/circl/sign.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/sign/ed25519.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/sign/ed448.dep.yml | 6 +++--- .licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../docsgen/go/github.com/go-git/go-git/v5/config.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/path_util.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/revision.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/internal/url.dep.yml | 6 +++--- .../docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/color.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/filemode.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/config.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/diff.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/gitignore.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/idxfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/index.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/objfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/packfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/pktline.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/object.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/protocol/packp.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/capability.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/sideband.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/transport.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/client.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/file.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/git.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/http.dep.yml | 6 +++--- .../go-git/v5/plumbing/transport/internal/common.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/server.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/ssh.dep.yml | 6 +++--- .../docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/storage/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/storage/filesystem/dotgit.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/storage/memory.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/binary.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/diff.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/index.dep.yml | 6 +++--- .../go-git/v5/utils/merkletrie/internal/frame.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/noder.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/sync.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/trace.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +++--- .../golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +++--- .../docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/net/context.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/net/http2.dep.yml | 6 +++--- .../docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml | 6 +++--- .../docsgen/go/golang.org/x/net/internal/socks.dep.yml | 6 +++--- .../docsgen/go/golang.org/x/net/internal/timeseries.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/net/proxy.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/net/trace.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/sys/unix.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/term.dep.yml | 2 +- .licenses/docsgen/go/golang.org/x/text/encoding.dep.yml | 6 +++--- .../docsgen/go/golang.org/x/text/encoding/internal.dep.yml | 6 +++--- .../golang.org/x/text/encoding/internal/identifier.dep.yml | 6 +++--- .../docsgen/go/golang.org/x/text/encoding/unicode.dep.yml | 6 +++--- .../go/golang.org/x/text/internal/utf8internal.dep.yml | 6 +++--- .licenses/docsgen/go/golang.org/x/text/runes.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/brainpool.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/eax.dep.yml | 6 +++--- .../ProtonMail/go-crypto/internal/byteutil.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/ocb.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml | 6 +++--- .../ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml | 6 +++--- .../github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml | 6 +++--- .../go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/dh/x25519.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/dh/x448.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/internal/conv.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/internal/sha3.dep.yml | 6 +++--- .../ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/math/fp25519.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/math/fp448.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/math/mlsbset.dep.yml | 6 +++--- .../ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/sign/ed25519.dep.yml | 6 +++--- .../go/github.com/cloudflare/circl/sign/ed448.dep.yml | 6 +++--- .../ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/config.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/path_util.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/revision.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/internal/url.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/color.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/filemode.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/config.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/diff.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/gitignore.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/idxfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/index.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/objfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/packfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/pktline.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/object.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/protocol/packp.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/capability.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/sideband.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/transport.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/client.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/file.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/git.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/http.dep.yml | 6 +++--- .../go-git/v5/plumbing/transport/internal/common.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/server.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/ssh.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/storage.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/storage/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/storage/filesystem/dotgit.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/storage/memory.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/binary.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/diff.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/index.dep.yml | 6 +++--- .../go-git/v5/utils/merkletrie/internal/frame.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/noder.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/sync.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/trace.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml | 6 +++--- .../ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml | 6 +++--- .../ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml | 6 +++--- .../ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml | 6 +++--- .../ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml | 6 +++--- .../golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml | 6 +++--- .../go/golang.org/x/crypto/ssh/knownhosts.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/httpcommon.dep.yml | 6 +++--- .../ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml | 6 +++--- .../go/golang.org/x/net/internal/timeseries.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/term.dep.yml | 2 +- .licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml | 6 +++--- .../go/golang.org/x/text/encoding/internal.dep.yml | 6 +++--- .../golang.org/x/text/encoding/internal/identifier.dep.yml | 6 +++--- .../go/golang.org/x/text/encoding/unicode.dep.yml | 6 +++--- .../go/golang.org/x/text/internal/utf8internal.dep.yml | 6 +++--- .licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml | 6 +++--- 321 files changed, 951 insertions(+), 951 deletions(-) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml index 45bfe9ab0..c8b4637eb 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/bitcurves -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml index 219da37ce..62e7c364f 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/brainpool -version: v1.1.5 +version: v1.1.6 type: go summary: Package brainpool implements Brainpool elliptic curves. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/eax.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/eax.dep.yml index 5efefc37c..49336004b 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/eax.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/eax.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/eax -version: v1.1.5 +version: v1.1.6 type: go summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate) mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF @@ -9,7 +9,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml index e9a30da30..32bbe611b 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/internal/byteutil -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/ocb.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/ocb.dep.yml index 1ec8aa369..57d33832f 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/ocb.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/ocb.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/ocb -version: v1.1.5 +version: v1.1.6 type: go summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black @@ -9,7 +9,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml index 0cd4fc517..9fcd680cb 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp -version: v1.1.5 +version: v1.1.6 type: go summary: Package openpgp implements high level operations on OpenPGP messages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml index d5a87319c..d3dfd5874 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -version: v1.1.5 +version: v1.1.6 type: go summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml index 666b912d6..f22d22034 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/armor -version: v1.1.5 +version: v1.1.6 type: go summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml index 81a365ffe..6ca1b91ab 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdh -version: v1.1.5 +version: v1.1.6 type: go summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified in RFC 6637, section 8. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml index fc3fbcb88..778c1fc55 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdsa -version: v1.1.5 +version: v1.1.6 type: go summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified in RFC 6637, section 5. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml index cd001bde1..e36672607 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ed25519 -version: v1.1.5 +version: v1.1.6 type: go summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml index 68c7f9120..4d9609c78 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ed448 -version: v1.1.5 +version: v1.1.6 type: go summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml index d4002636a..f8855c9ad 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/eddsa -version: v1.1.5 +version: v1.1.6 type: go summary: Package eddsa implements EdDSA signature, suitable for OpenPGP, as specified in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7 homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/eddsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml index ea544a9c1..734fae6f7 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/elgamal -version: v1.1.5 +version: v1.1.6 type: go summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," @@ -8,7 +8,7 @@ summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml index 556d7291d..64db5cbf7 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/errors -version: v1.1.5 +version: v1.1.6 type: go summary: Package errors contains common error types for the OpenPGP packages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml index 6432622dc..86bf93b62 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml index 6b15bde04..da9893676 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc -version: v1.1.5 +version: v1.1.6 type: go summary: Package ecc implements a generic interface for ECDH, ECDSA, and EdDSA. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml index ff346360b..f683524a5 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/encoding -version: v1.1.5 +version: v1.1.6 type: go summary: Package encoding implements openpgp packet field encodings as specified in RFC 4880 and 6637. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/encoding license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml index ce466ee58..04b6c670e 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/packet -version: v1.1.5 +version: v1.1.6 type: go summary: Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/packet license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml index 4fb55ab42..0a219aeca 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/s2k -version: v1.1.5 +version: v1.1.6 type: go summary: Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1, and Argon2 specified in draft-ietf-openpgp-crypto-refresh-08 @@ -8,7 +8,7 @@ summary: Package s2k implements the various OpenPGP string-to-key transforms as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/s2k license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml index ddef3553d..6f4b44a78 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/x25519 -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml index 306e53410..5e9c5d732 100644 --- a/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/x448 -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml index 54c1682fc..f09321ea8 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x25519 -version: v1.6.0 +version: v1.6.1 type: go summary: Package x25519 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x25519 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml index 804cf21c1..b76fefa1d 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/dh/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x448 -version: v1.6.0 +version: v1.6.1 type: go summary: Package x448 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x448 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml index 4e18bb995..27b78fe11 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/ecc/goldilocks -version: v1.6.0 +version: v1.6.1 type: go summary: Package goldilocks provides elliptic curve operations over the goldilocks curve. homepage: https://pkg.go.dev/github.com/cloudflare/circl/ecc/goldilocks license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml index b7d803cca..189c8f967 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/conv.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/internal/conv -version: v1.6.0 +version: v1.6.1 type: go summary: homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/conv license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml index 0ac408171..5eb0b3e6a 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/internal/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/internal/sha3 -version: v1.6.0 +version: v1.6.1 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/sha3 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml index 6b99b5b63..4b7d9da36 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math -version: v1.6.0 +version: v1.6.1 type: go summary: Package math provides some utility functions for big integers. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml index b2a5c73e1..c6a8acc73 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp25519 -version: v1.6.0 +version: v1.6.1 type: go summary: Package fp25519 provides prime field arithmetic over GF(2^255-19). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp25519 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml index ee7e7fe1b..46195ce0a 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/fp448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp448 -version: v1.6.0 +version: v1.6.1 type: go summary: Package fp448 provides prime field arithmetic over GF(2^448-2^224-1). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp448 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml index a122e5fdb..3a4a34d98 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/math/mlsbset.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/mlsbset -version: v1.6.0 +version: v1.6.1 type: go summary: Package mlsbset provides a constant-time exponentiation method with precomputation. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/mlsbset license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml index f8f80af3a..77c350688 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign -version: v1.6.0 +version: v1.6.1 type: go summary: Package sign provides unified interfaces for signature schemes. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml index 932918738..d32c7544c 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed25519 -version: v1.6.0 +version: v1.6.1 type: go summary: Package ed25519 implements Ed25519 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed25519 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml index 538f5dc45..b3894718b 100644 --- a/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml +++ b/.licenses/arduino-lint/go/github.com/cloudflare/circl/sign/ed448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed448 -version: v1.6.0 +version: v1.6.1 type: go summary: Package ed448 implements Ed448 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed448 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml index 2df1ff1cb..4072fb65b 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.14.0 +version: v5.15.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml index 21b279ab5..fc8803a94 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.14.0 +version: v5.15.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index f94faecfa..27161a635 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index b41845a40..a2cff93e1 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.14.0 +version: v5.15.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 2471a5f8e..a74e45c80 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml index e8c5b713e..547507292 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.14.0 +version: v5.15.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 2f7fe1f47..fc044b6a7 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index 079d0aedf..20bdb49c1 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index e345582eb..9ff0726c5 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index d32efb7c0..c4681da54 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.14.0 +version: v5.15.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 81258e026..808a30448 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index 61463512b..32b45cb19 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.14.0 +version: v5.15.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 3ba803e93..f512dedee 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.14.0 +version: v5.15.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 0fa899eae..4edb6c407 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.14.0 +version: v5.15.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index 65b18d292..ce88529e8 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.14.0 +version: v5.15.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index eb25a2aff..1ec95fbd9 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.14.0 +version: v5.15.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 94aaff116..ce333ef4a 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.14.0 +version: v5.15.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index b9e3ecd1b..035dbd490 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.14.0 +version: v5.15.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 60c59377b..d13e69e73 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.14.0 +version: v5.15.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 872dcec29..d31c6a825 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index bba9c6770..756959463 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.14.0 +version: v5.15.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index 07b40fda2..bfdab7557 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.14.0 +version: v5.15.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index 4a87df6ae..ed389dfbc 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.14.0 +version: v5.15.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index 3fabe97c2..4c1708cac 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.14.0 +version: v5.15.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index 2ce5a07a8..183e4baf5 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.14.0 +version: v5.15.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 04c1eb250..3b015065b 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.14.0 +version: v5.15.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index faad88ce4..eb41ed303 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.14.0 +version: v5.15.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index 2324532d5..2ed9c7329 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.14.0 +version: v5.15.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index f37ae0040..060a453eb 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.14.0 +version: v5.15.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index d90e8c98b..9618e7bd5 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.14.0 +version: v5.15.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index 1a38d8e8e..dc3153098 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.14.0 +version: v5.15.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 322b91d1f..1207bfc59 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.14.0 +version: v5.15.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml index 96b66446f..b32eca6c1 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index 13d7935fc..d7926592b 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.14.0 +version: v5.15.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 861b87651..2cb949474 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.14.0 +version: v5.15.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index edde9fd87..e668f54e4 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.14.0 +version: v5.15.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index ad373e2dd..63c4bbe3a 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.14.0 +version: v5.15.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index a93189900..89784e285 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.14.0 +version: v5.15.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index 971ae0a70..0343964bc 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.14.0 +version: v5.15.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index 0a6da20f7..fa1b255fc 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.14.0 +version: v5.15.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 5d8e9f9e8..9514fb7b8 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index a0ad39ad5..003d57a8e 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index f6fa2a879..f0e92fd81 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index 0a700ff41..4971042ee 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.14.0 +version: v5.15.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index db27c50d7..1d9cfc59f 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index af601bbb3..a620b53f3 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml index 0f5276c36..41421486c 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.35.0 +version: v0.37.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml index 9370f6ec3..b4ba10ebf 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.35.0 +version: v0.37.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml index f6803c411..47deecfb6 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.35.0 +version: v0.37.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml index 32791320a..472d7c6eb 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.35.0 +version: v0.37.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml index 13a95d3c8..db2cad5cb 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.35.0 +version: v0.37.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml index 8d1b40b13..4678764fd 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/hkdf.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/hkdf -version: v0.35.0 +version: v0.37.0 type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml index 326eff3a6..606aa6634 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.35.0 +version: v0.37.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml index e1533c546..51cc4f34f 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.35.0 +version: v0.37.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml index 9458072a4..9df1ce660 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.35.0 +version: v0.37.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index e939d393c..da7606d4a 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.35.0 +version: v0.37.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 6327a9ceb..110580f81 100644 --- a/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.35.0 +version: v0.37.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml index b2cd87a6e..fa503d775 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.36.0 +version: v0.39.0 type: go summary: Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml index ec2521878..f73c354f2 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.36.0 +version: v0.39.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml index f03dd8f95..884179b93 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/httpcommon -version: v0.36.0 +version: v0.39.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml index 01edef8c9..0b4715c83 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.36.0 +version: v0.39.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml index 52d36393e..56f464eeb 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.36.0 +version: v0.39.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml index c7105e183..67866d2af 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.36.0 +version: v0.39.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml index 406afeed4..5e84bd215 100644 --- a/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.36.0 +version: v0.39.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml b/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml index 9d8c41393..47c5393e1 100644 --- a/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.30.0 +version: v0.32.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.30.0/LICENSE +- sources: sys@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: sys@v0.30.0/PATENTS +- sources: sys@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml b/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml index 996da0884..63734fd7e 100644 --- a/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.30.0 +version: v0.32.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.30.0/LICENSE +- sources: sys@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: sys@v0.30.0/PATENTS +- sources: sys@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/term.dep.yml b/.licenses/arduino-lint/go/golang.org/x/term.dep.yml index 97cfe9672..a8c6b02a5 100644 --- a/.licenses/arduino-lint/go/golang.org/x/term.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.29.0 +version: v0.31.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml index fe0cfcf57..7483db88f 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/text/encoding -version: v0.22.0 +version: v0.24.0 type: go summary: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. homepage: https://pkg.go.dev/golang.org/x/text/encoding license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml index ac5f4c76d..e955643f1 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/internal -version: v0.22.0 +version: v0.24.0 type: go summary: Package internal contains code that is shared among encoding implementations. homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml index 53cc1213d..7287f62c7 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding/internal/identifier.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/text/encoding/internal/identifier -version: v0.22.0 +version: v0.24.0 type: go summary: Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character @@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -39,7 +39,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml index 0da684d4e..73e4dfe7e 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/encoding/unicode.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/unicode -version: v0.22.0 +version: v0.24.0 type: go summary: Package unicode provides Unicode encodings such as UTF-16. homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml index dce1e8ccb..7436d097c 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/internal/utf8internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/internal/utf8internal -version: v0.22.0 +version: v0.24.0 type: go summary: Package utf8internal contains low-level utf8-related constants, tables, etc. homepage: https://pkg.go.dev/golang.org/x/text/internal/utf8internal license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml b/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml index 2718dfdea..faccf2bbd 100644 --- a/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml +++ b/.licenses/arduino-lint/go/golang.org/x/text/runes.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/runes -version: v0.22.0 +version: v0.24.0 type: go summary: Package runes provide transforms for UTF-8 encoded text. homepage: https://pkg.go.dev/golang.org/x/text/runes license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml index 45bfe9ab0..c8b4637eb 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/bitcurves -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml index 219da37ce..62e7c364f 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/brainpool -version: v1.1.5 +version: v1.1.6 type: go summary: Package brainpool implements Brainpool elliptic curves. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml index 5efefc37c..49336004b 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/eax -version: v1.1.5 +version: v1.1.6 type: go summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate) mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF @@ -9,7 +9,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml index e9a30da30..32bbe611b 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/internal/byteutil -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml index 1ec8aa369..57d33832f 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/ocb -version: v1.1.5 +version: v1.1.6 type: go summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black @@ -9,7 +9,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml index 0cd4fc517..9fcd680cb 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp -version: v1.1.5 +version: v1.1.6 type: go summary: Package openpgp implements high level operations on OpenPGP messages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml index d5a87319c..d3dfd5874 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -version: v1.1.5 +version: v1.1.6 type: go summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml index 666b912d6..f22d22034 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/armor -version: v1.1.5 +version: v1.1.6 type: go summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml index 81a365ffe..6ca1b91ab 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdh -version: v1.1.5 +version: v1.1.6 type: go summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified in RFC 6637, section 8. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml index fc3fbcb88..778c1fc55 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdsa -version: v1.1.5 +version: v1.1.6 type: go summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified in RFC 6637, section 5. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml index cd001bde1..e36672607 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ed25519 -version: v1.1.5 +version: v1.1.6 type: go summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml index 68c7f9120..4d9609c78 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ed448 -version: v1.1.5 +version: v1.1.6 type: go summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml index d4002636a..f8855c9ad 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/eddsa -version: v1.1.5 +version: v1.1.6 type: go summary: Package eddsa implements EdDSA signature, suitable for OpenPGP, as specified in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7 homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/eddsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml index ea544a9c1..734fae6f7 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/elgamal -version: v1.1.5 +version: v1.1.6 type: go summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," @@ -8,7 +8,7 @@ summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml index 556d7291d..64db5cbf7 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/errors -version: v1.1.5 +version: v1.1.6 type: go summary: Package errors contains common error types for the OpenPGP packages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml index 6432622dc..86bf93b62 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml index 6b15bde04..da9893676 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc -version: v1.1.5 +version: v1.1.6 type: go summary: Package ecc implements a generic interface for ECDH, ECDSA, and EdDSA. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml index ff346360b..f683524a5 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/encoding -version: v1.1.5 +version: v1.1.6 type: go summary: Package encoding implements openpgp packet field encodings as specified in RFC 4880 and 6637. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/encoding license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml index ce466ee58..04b6c670e 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/packet -version: v1.1.5 +version: v1.1.6 type: go summary: Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/packet license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml index 4fb55ab42..0a219aeca 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/s2k -version: v1.1.5 +version: v1.1.6 type: go summary: Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1, and Argon2 specified in draft-ietf-openpgp-crypto-refresh-08 @@ -8,7 +8,7 @@ summary: Package s2k implements the various OpenPGP string-to-key transforms as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/s2k license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml index ddef3553d..6f4b44a78 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/x25519 -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml index 306e53410..5e9c5d732 100644 --- a/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml +++ b/.licenses/docsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/x448 -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml index 54c1682fc..f09321ea8 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x25519 -version: v1.6.0 +version: v1.6.1 type: go summary: Package x25519 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x25519 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml index 804cf21c1..b76fefa1d 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x448 -version: v1.6.0 +version: v1.6.1 type: go summary: Package x448 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x448 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml index 4e18bb995..27b78fe11 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/ecc/goldilocks -version: v1.6.0 +version: v1.6.1 type: go summary: Package goldilocks provides elliptic curve operations over the goldilocks curve. homepage: https://pkg.go.dev/github.com/cloudflare/circl/ecc/goldilocks license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml index b7d803cca..189c8f967 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/internal/conv -version: v1.6.0 +version: v1.6.1 type: go summary: homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/conv license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml index 0ac408171..5eb0b3e6a 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/internal/sha3 -version: v1.6.0 +version: v1.6.1 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/sha3 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml index 6b99b5b63..4b7d9da36 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math -version: v1.6.0 +version: v1.6.1 type: go summary: Package math provides some utility functions for big integers. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml index b2a5c73e1..c6a8acc73 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp25519 -version: v1.6.0 +version: v1.6.1 type: go summary: Package fp25519 provides prime field arithmetic over GF(2^255-19). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp25519 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml index ee7e7fe1b..46195ce0a 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp448 -version: v1.6.0 +version: v1.6.1 type: go summary: Package fp448 provides prime field arithmetic over GF(2^448-2^224-1). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp448 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml index a122e5fdb..3a4a34d98 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/mlsbset -version: v1.6.0 +version: v1.6.1 type: go summary: Package mlsbset provides a constant-time exponentiation method with precomputation. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/mlsbset license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml index f8f80af3a..77c350688 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/sign.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign -version: v1.6.0 +version: v1.6.1 type: go summary: Package sign provides unified interfaces for signature schemes. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml index 932918738..d32c7544c 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed25519 -version: v1.6.0 +version: v1.6.1 type: go summary: Package ed25519 implements Ed25519 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed25519 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml index 538f5dc45..b3894718b 100644 --- a/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml +++ b/.licenses/docsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed448 -version: v1.6.0 +version: v1.6.1 type: go summary: Package ed448 implements Ed448 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed448 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml index 2df1ff1cb..4072fb65b 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.14.0 +version: v5.15.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml index 21b279ab5..fc8803a94 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.14.0 +version: v5.15.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index f94faecfa..27161a635 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index b41845a40..a2cff93e1 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.14.0 +version: v5.15.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 2471a5f8e..a74e45c80 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml index e8c5b713e..547507292 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.14.0 +version: v5.15.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 2f7fe1f47..fc044b6a7 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index 079d0aedf..20bdb49c1 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index e345582eb..9ff0726c5 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index d32efb7c0..c4681da54 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.14.0 +version: v5.15.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 81258e026..808a30448 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index 61463512b..32b45cb19 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.14.0 +version: v5.15.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 3ba803e93..f512dedee 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.14.0 +version: v5.15.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 0fa899eae..4edb6c407 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.14.0 +version: v5.15.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index 65b18d292..ce88529e8 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.14.0 +version: v5.15.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index eb25a2aff..1ec95fbd9 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.14.0 +version: v5.15.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 94aaff116..ce333ef4a 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.14.0 +version: v5.15.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index b9e3ecd1b..035dbd490 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.14.0 +version: v5.15.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 60c59377b..d13e69e73 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.14.0 +version: v5.15.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 872dcec29..d31c6a825 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index bba9c6770..756959463 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.14.0 +version: v5.15.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index 07b40fda2..bfdab7557 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.14.0 +version: v5.15.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index 4a87df6ae..ed389dfbc 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.14.0 +version: v5.15.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index 3fabe97c2..4c1708cac 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.14.0 +version: v5.15.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index 2ce5a07a8..183e4baf5 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.14.0 +version: v5.15.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 04c1eb250..3b015065b 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.14.0 +version: v5.15.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index faad88ce4..eb41ed303 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.14.0 +version: v5.15.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index 2324532d5..2ed9c7329 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.14.0 +version: v5.15.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index f37ae0040..060a453eb 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.14.0 +version: v5.15.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index d90e8c98b..9618e7bd5 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.14.0 +version: v5.15.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index 1a38d8e8e..dc3153098 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.14.0 +version: v5.15.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 322b91d1f..1207bfc59 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.14.0 +version: v5.15.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index 96b66446f..b32eca6c1 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index 13d7935fc..d7926592b 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.14.0 +version: v5.15.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 861b87651..2cb949474 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.14.0 +version: v5.15.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index edde9fd87..e668f54e4 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.14.0 +version: v5.15.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index ad373e2dd..63c4bbe3a 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.14.0 +version: v5.15.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index a93189900..89784e285 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.14.0 +version: v5.15.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index 971ae0a70..0343964bc 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.14.0 +version: v5.15.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index 0a6da20f7..fa1b255fc 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.14.0 +version: v5.15.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 5d8e9f9e8..9514fb7b8 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index a0ad39ad5..003d57a8e 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index f6fa2a879..f0e92fd81 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index 0a700ff41..4971042ee 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.14.0 +version: v5.15.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index db27c50d7..1d9cfc59f 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index af601bbb3..a620b53f3 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml index 0f5276c36..41421486c 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.35.0 +version: v0.37.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml index 9370f6ec3..b4ba10ebf 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.35.0 +version: v0.37.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml index f6803c411..47deecfb6 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.35.0 +version: v0.37.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml index 32791320a..472d7c6eb 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.35.0 +version: v0.37.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml index 13a95d3c8..db2cad5cb 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.35.0 +version: v0.37.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml index 8d1b40b13..4678764fd 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/hkdf.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/hkdf -version: v0.35.0 +version: v0.37.0 type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml index 326eff3a6..606aa6634 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.35.0 +version: v0.37.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml index e1533c546..51cc4f34f 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.35.0 +version: v0.37.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml index 9458072a4..9df1ce660 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.35.0 +version: v0.37.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index e939d393c..da7606d4a 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.35.0 +version: v0.37.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 6327a9ceb..110580f81 100644 --- a/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.35.0 +version: v0.37.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml index b2cd87a6e..fa503d775 100644 --- a/.licenses/docsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.36.0 +version: v0.39.0 type: go summary: Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml index ec2521878..f73c354f2 100644 --- a/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.36.0 +version: v0.39.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml index f03dd8f95..884179b93 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/httpcommon -version: v0.36.0 +version: v0.39.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml index 01edef8c9..0b4715c83 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.36.0 +version: v0.39.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml index 52d36393e..56f464eeb 100644 --- a/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.36.0 +version: v0.39.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml index c7105e183..67866d2af 100644 --- a/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.36.0 +version: v0.39.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml index 406afeed4..5e84bd215 100644 --- a/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.36.0 +version: v0.39.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml b/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml index 9d8c41393..47c5393e1 100644 --- a/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.30.0 +version: v0.32.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.30.0/LICENSE +- sources: sys@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: sys@v0.30.0/PATENTS +- sources: sys@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml b/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml index 996da0884..63734fd7e 100644 --- a/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.30.0 +version: v0.32.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.30.0/LICENSE +- sources: sys@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: sys@v0.30.0/PATENTS +- sources: sys@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/term.dep.yml b/.licenses/docsgen/go/golang.org/x/term.dep.yml index 97cfe9672..a8c6b02a5 100644 --- a/.licenses/docsgen/go/golang.org/x/term.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.29.0 +version: v0.31.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml index fe0cfcf57..7483db88f 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/text/encoding -version: v0.22.0 +version: v0.24.0 type: go summary: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. homepage: https://pkg.go.dev/golang.org/x/text/encoding license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml index ac5f4c76d..e955643f1 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding/internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/internal -version: v0.22.0 +version: v0.24.0 type: go summary: Package internal contains code that is shared among encoding implementations. homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml index 53cc1213d..7287f62c7 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/text/encoding/internal/identifier -version: v0.22.0 +version: v0.24.0 type: go summary: Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character @@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -39,7 +39,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml b/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml index 0da684d4e..73e4dfe7e 100644 --- a/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/encoding/unicode.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/unicode -version: v0.22.0 +version: v0.24.0 type: go summary: Package unicode provides Unicode encodings such as UTF-16. homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml b/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml index dce1e8ccb..7436d097c 100644 --- a/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/internal/utf8internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/internal/utf8internal -version: v0.22.0 +version: v0.24.0 type: go summary: Package utf8internal contains low-level utf8-related constants, tables, etc. homepage: https://pkg.go.dev/golang.org/x/text/internal/utf8internal license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml b/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml index 2718dfdea..faccf2bbd 100644 --- a/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml +++ b/.licenses/docsgen/go/golang.org/x/text/runes.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/runes -version: v0.22.0 +version: v0.24.0 type: go summary: Package runes provide transforms for UTF-8 encoded text. homepage: https://pkg.go.dev/golang.org/x/text/runes license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml index 45bfe9ab0..c8b4637eb 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/bitcurves -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml index 219da37ce..62e7c364f 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/brainpool -version: v1.1.5 +version: v1.1.6 type: go summary: Package brainpool implements Brainpool elliptic curves. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml index 5efefc37c..49336004b 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/eax.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/eax -version: v1.1.5 +version: v1.1.6 type: go summary: 'Package eax provides an implementation of the EAX (encrypt-authenticate-translate) mode of operation, as described in Bellare, Rogaway, and Wagner "THE EAX MODE OF @@ -9,7 +9,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml index e9a30da30..32bbe611b 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/internal/byteutil -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml index 1ec8aa369..57d33832f 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/ocb.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/ocb -version: v1.1.5 +version: v1.1.6 type: go summary: 'Package ocb provides an implementation of the OCB (offset codebook) mode of operation, as described in RFC-7253 of the IRTF and in Rogaway, Bellare, Black @@ -9,7 +9,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -38,7 +38,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml index 0cd4fc517..9fcd680cb 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp -version: v1.1.5 +version: v1.1.6 type: go summary: Package openpgp implements high level operations on OpenPGP messages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml index d5a87319c..d3dfd5874 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/aes/keywrap -version: v1.1.5 +version: v1.1.6 type: go summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml index 666b912d6..f22d22034 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/armor -version: v1.1.5 +version: v1.1.6 type: go summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml index 81a365ffe..6ca1b91ab 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdh -version: v1.1.5 +version: v1.1.6 type: go summary: Package ecdh implements ECDH encryption, suitable for OpenPGP, as specified in RFC 6637, section 8. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml index fc3fbcb88..778c1fc55 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ecdsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ecdsa -version: v1.1.5 +version: v1.1.6 type: go summary: Package ecdsa implements ECDSA signature, suitable for OpenPGP, as specified in RFC 6637, section 5. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml index cd001bde1..e36672607 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed25519.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ed25519 -version: v1.1.5 +version: v1.1.6 type: go summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml index 68c7f9120..4d9609c78 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/ed448.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/ed448 -version: v1.1.5 +version: v1.1.6 type: go summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined in the Open PGP crypto refresh. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml index d4002636a..f8855c9ad 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/eddsa.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/eddsa -version: v1.1.5 +version: v1.1.6 type: go summary: Package eddsa implements EdDSA signature, suitable for OpenPGP, as specified in https://datatracker.ietf.org/doc/html/draft-ietf-openpgp-crypto-refresh-06#section-13.7 homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/eddsa license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml index ea544a9c1..734fae6f7 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/elgamal -version: v1.1.5 +version: v1.1.6 type: go summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as specified in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms," @@ -8,7 +8,7 @@ summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml index 556d7291d..64db5cbf7 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/errors.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/errors -version: v1.1.5 +version: v1.1.6 type: go summary: Package errors contains common error types for the OpenPGP packages. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/errors license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml index 6432622dc..86bf93b62 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/algorithm -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/algorithm license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml index 6b15bde04..da9893676 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/ecc.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/ecc -version: v1.1.5 +version: v1.1.6 type: go summary: Package ecc implements a generic interface for ECDH, ECDSA, and EdDSA. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/ecc license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml index ff346360b..f683524a5 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/internal/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/internal/encoding -version: v1.1.5 +version: v1.1.6 type: go summary: Package encoding implements openpgp packet field encodings as specified in RFC 4880 and 6637. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/internal/encoding license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml index ce466ee58..04b6c670e 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/packet.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/packet -version: v1.1.5 +version: v1.1.6 type: go summary: Package packet implements parsing and serialization of OpenPGP packets, as specified in RFC 4880. homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/packet license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml index 4fb55ab42..0a219aeca 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/s2k.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/s2k -version: v1.1.5 +version: v1.1.6 type: go summary: Package s2k implements the various OpenPGP string-to-key transforms as specified in RFC 4800 section 3.7.1, and Argon2 specified in draft-ietf-openpgp-crypto-refresh-08 @@ -8,7 +8,7 @@ summary: Package s2k implements the various OpenPGP string-to-key transforms as homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/s2k license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml index ddef3553d..6f4b44a78 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/x25519 -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml index 306e53410..5e9c5d732 100644 --- a/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/ProtonMail/go-crypto/openpgp/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/ProtonMail/go-crypto/openpgp/x448 -version: v1.1.5 +version: v1.1.6 type: go summary: homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448 license: bsd-3-clause licenses: -- sources: go-crypto@v1.1.5/LICENSE +- sources: go-crypto@v1.1.6/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: 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. -- sources: go-crypto@v1.1.5/PATENTS +- sources: go-crypto@v1.1.6/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml index 54c1682fc..f09321ea8 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x25519 -version: v1.6.0 +version: v1.6.1 type: go summary: Package x25519 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x25519 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml index 804cf21c1..b76fefa1d 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/dh/x448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/dh/x448 -version: v1.6.0 +version: v1.6.1 type: go summary: Package x448 provides Diffie-Hellman functions as specified in RFC-7748. homepage: https://pkg.go.dev/github.com/cloudflare/circl/dh/x448 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml index 4e18bb995..27b78fe11 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/ecc/goldilocks.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/ecc/goldilocks -version: v1.6.0 +version: v1.6.1 type: go summary: Package goldilocks provides elliptic curve operations over the goldilocks curve. homepage: https://pkg.go.dev/github.com/cloudflare/circl/ecc/goldilocks license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml index b7d803cca..189c8f967 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/conv.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/internal/conv -version: v1.6.0 +version: v1.6.1 type: go summary: homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/conv license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml index 0ac408171..5eb0b3e6a 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/internal/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/cloudflare/circl/internal/sha3 -version: v1.6.0 +version: v1.6.1 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/github.com/cloudflare/circl/internal/sha3 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -66,6 +66,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml index 6b99b5b63..4b7d9da36 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math -version: v1.6.0 +version: v1.6.1 type: go summary: Package math provides some utility functions for big integers. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml index b2a5c73e1..c6a8acc73 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp25519 -version: v1.6.0 +version: v1.6.1 type: go summary: Package fp25519 provides prime field arithmetic over GF(2^255-19). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp25519 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml index ee7e7fe1b..46195ce0a 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/fp448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/fp448 -version: v1.6.0 +version: v1.6.1 type: go summary: Package fp448 provides prime field arithmetic over GF(2^448-2^224-1). homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/fp448 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml index a122e5fdb..3a4a34d98 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/math/mlsbset.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/math/mlsbset -version: v1.6.0 +version: v1.6.1 type: go summary: Package mlsbset provides a constant-time exponentiation method with precomputation. homepage: https://pkg.go.dev/github.com/cloudflare/circl/math/mlsbset license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml index f8f80af3a..77c350688 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign -version: v1.6.0 +version: v1.6.1 type: go summary: Package sign provides unified interfaces for signature schemes. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml index 932918738..d32c7544c 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed25519.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed25519 -version: v1.6.0 +version: v1.6.1 type: go summary: Package ed25519 implements Ed25519 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed25519 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml index 538f5dc45..b3894718b 100644 --- a/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/cloudflare/circl/sign/ed448.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/cloudflare/circl/sign/ed448 -version: v1.6.0 +version: v1.6.1 type: go summary: Package ed448 implements Ed448 signature scheme as described in RFC-8032. homepage: https://pkg.go.dev/github.com/cloudflare/circl/sign/ed448 license: bsd-3-clause licenses: -- sources: circl@v1.6.0/LICENSE +- sources: circl@v1.6.1/LICENSE text: | Copyright (c) 2019 Cloudflare. All rights reserved. @@ -65,6 +65,6 @@ licenses: 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. -- sources: circl@v1.6.0/README.md +- sources: circl@v1.6.1/README.md text: The project is licensed under the [BSD-3-Clause License](./LICENSE). notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml index 2df1ff1cb..4072fb65b 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.14.0 +version: v5.15.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml index 21b279ab5..fc8803a94 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.14.0 +version: v5.15.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index f94faecfa..27161a635 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index b41845a40..a2cff93e1 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.14.0 +version: v5.15.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 2471a5f8e..a74e45c80 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml index e8c5b713e..547507292 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.14.0 +version: v5.15.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index 2f7fe1f47..fc044b6a7 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index 079d0aedf..20bdb49c1 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index e345582eb..9ff0726c5 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index d32efb7c0..c4681da54 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.14.0 +version: v5.15.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 81258e026..808a30448 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index 61463512b..32b45cb19 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.14.0 +version: v5.15.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index 3ba803e93..f512dedee 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.14.0 +version: v5.15.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 0fa899eae..4edb6c407 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.14.0 +version: v5.15.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index 65b18d292..ce88529e8 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.14.0 +version: v5.15.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index eb25a2aff..1ec95fbd9 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.14.0 +version: v5.15.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index 94aaff116..ce333ef4a 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.14.0 +version: v5.15.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index b9e3ecd1b..035dbd490 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.14.0 +version: v5.15.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index 60c59377b..d13e69e73 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.14.0 +version: v5.15.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 872dcec29..d31c6a825 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index bba9c6770..756959463 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.14.0 +version: v5.15.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index 07b40fda2..bfdab7557 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.14.0 +version: v5.15.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index 4a87df6ae..ed389dfbc 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.14.0 +version: v5.15.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index 3fabe97c2..4c1708cac 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.14.0 +version: v5.15.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index 2ce5a07a8..183e4baf5 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.14.0 +version: v5.15.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 04c1eb250..3b015065b 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.14.0 +version: v5.15.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index faad88ce4..eb41ed303 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.14.0 +version: v5.15.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index 2324532d5..2ed9c7329 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.14.0 +version: v5.15.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index f37ae0040..060a453eb 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.14.0 +version: v5.15.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index d90e8c98b..9618e7bd5 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.14.0 +version: v5.15.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index 1a38d8e8e..dc3153098 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.14.0 +version: v5.15.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 322b91d1f..1207bfc59 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.14.0 +version: v5.15.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index 96b66446f..b32eca6c1 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index 13d7935fc..d7926592b 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.14.0 +version: v5.15.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 861b87651..2cb949474 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.14.0 +version: v5.15.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index edde9fd87..e668f54e4 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.14.0 +version: v5.15.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index ad373e2dd..63c4bbe3a 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.14.0 +version: v5.15.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index a93189900..89784e285 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.14.0 +version: v5.15.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index 971ae0a70..0343964bc 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.14.0 +version: v5.15.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index 0a6da20f7..fa1b255fc 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.14.0 +version: v5.15.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 5d8e9f9e8..9514fb7b8 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index a0ad39ad5..003d57a8e 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index f6fa2a879..f0e92fd81 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index 0a700ff41..4971042ee 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.14.0 +version: v5.15.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index db27c50d7..1d9cfc59f 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index af601bbb3..a620b53f3 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.14.0 +version: v5.15.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.14.0/LICENSE +- sources: v5@v5.15.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.14.0/README.md +- sources: v5@v5.15.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml index 0f5276c36..41421486c 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/argon2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/argon2 -version: v0.35.0 +version: v0.37.0 type: go summary: Package argon2 implements the key derivation function Argon2. homepage: https://pkg.go.dev/golang.org/x/crypto/argon2 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml index 9370f6ec3..b4ba10ebf 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/blake2b.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/blake2b -version: v0.35.0 +version: v0.37.0 type: go summary: Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 and the extendable output function (XOF) BLAKE2Xb. homepage: https://pkg.go.dev/golang.org/x/crypto/blake2b license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml index f6803c411..47deecfb6 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/blowfish.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/blowfish -version: v0.35.0 +version: v0.37.0 type: go summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml index 32791320a..472d7c6eb 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/cast5.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/cast5 -version: v0.35.0 +version: v0.37.0 type: go summary: Package cast5 implements CAST5, as defined in RFC 2144. homepage: https://pkg.go.dev/golang.org/x/crypto/cast5 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml index 13a95d3c8..db2cad5cb 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/curve25519.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/curve25519 -version: v0.35.0 +version: v0.37.0 type: go summary: Package curve25519 provides an implementation of the X25519 function, which performs scalar multiplication on the elliptic curve known as Curve25519. homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml index 8d1b40b13..4678764fd 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/hkdf.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/hkdf -version: v0.35.0 +version: v0.37.0 type: go summary: Package hkdf implements the HMAC-based Extract-and-Expand Key Derivation Function (HKDF) as defined in RFC 5869. homepage: https://pkg.go.dev/golang.org/x/crypto/hkdf license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml index 326eff3a6..606aa6634 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/sha3.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/sha3 -version: v0.35.0 +version: v0.37.0 type: go summary: Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202. homepage: https://pkg.go.dev/golang.org/x/crypto/sha3 license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml index e1533c546..51cc4f34f 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh -version: v0.35.0 +version: v0.37.0 type: go summary: Package ssh implements an SSH client and server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml index 9458072a4..9df1ce660 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/agent.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/crypto/ssh/agent -version: v0.35.0 +version: v0.37.0 type: go summary: Package agent implements the ssh-agent protocol, and provides both a client and a server. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/agent license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml index e939d393c..da7606d4a 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/crypto/ssh/internal/bcrypt_pbkdf -version: v0.35.0 +version: v0.37.0 type: go summary: Package bcrypt_pbkdf implements bcrypt_pbkdf(3) from OpenBSD. homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/internal/bcrypt_pbkdf license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml index 6327a9ceb..110580f81 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/crypto/ssh/knownhosts.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/crypto/ssh/knownhosts -version: v0.35.0 +version: v0.37.0 type: go summary: Package knownhosts implements a parser for the OpenSSH known_hosts host key database, and provides utility functions for writing OpenSSH compliant known_hosts @@ -8,7 +8,7 @@ summary: Package knownhosts implements a parser for the OpenSSH known_hosts host homepage: https://pkg.go.dev/golang.org/x/crypto/ssh/knownhosts license: bsd-3-clause licenses: -- sources: crypto@v0.35.0/LICENSE +- sources: crypto@v0.37.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -37,7 +37,7 @@ licenses: 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. -- sources: crypto@v0.35.0/PATENTS +- sources: crypto@v0.37.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml index b2cd87a6e..fa503d775 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/context.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/context -version: v0.36.0 +version: v0.39.0 type: go summary: Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. homepage: https://pkg.go.dev/golang.org/x/net/context license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml index ec2521878..f73c354f2 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.36.0 +version: v0.39.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml index f03dd8f95..884179b93 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/httpcommon.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/httpcommon -version: v0.36.0 +version: v0.39.0 type: go summary: homepage: https://pkg.go.dev/golang.org/x/net/internal/httpcommon license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml index 01edef8c9..0b4715c83 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/socks.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socks -version: v0.36.0 +version: v0.39.0 type: go summary: Package socks provides a SOCKS version 5 client implementation. homepage: https://pkg.go.dev/golang.org/x/net/internal/socks license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml index 52d36393e..56f464eeb 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/internal/timeseries.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/timeseries -version: v0.36.0 +version: v0.39.0 type: go summary: Package timeseries implements a time series structure for stats collection. homepage: https://pkg.go.dev/golang.org/x/net/internal/timeseries license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml index c7105e183..67866d2af 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/proxy.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/proxy -version: v0.36.0 +version: v0.39.0 type: go summary: Package proxy provides support for a variety of protocols to proxy network data. homepage: https://pkg.go.dev/golang.org/x/net/proxy license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml index 406afeed4..5e84bd215 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/net/trace.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/trace -version: v0.36.0 +version: v0.39.0 type: go summary: Package trace implements tracing of requests and long-lived objects. homepage: https://pkg.go.dev/golang.org/x/net/trace license: bsd-3-clause licenses: -- sources: net@v0.36.0/LICENSE +- sources: net@v0.39.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: net@v0.36.0/PATENTS +- sources: net@v0.39.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml index 9d8c41393..47c5393e1 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/sys/execabs.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/execabs -version: v0.30.0 +version: v0.32.0 type: go summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups to find absolute paths. homepage: https://pkg.go.dev/golang.org/x/sys/execabs license: bsd-3-clause licenses: -- sources: sys@v0.30.0/LICENSE +- sources: sys@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: sys@v0.30.0/PATENTS +- sources: sys@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml index 996da0884..63734fd7e 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.30.0 +version: v0.32.0 type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.30.0/LICENSE +- sources: sys@v0.32.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: sys@v0.30.0/PATENTS +- sources: sys@v0.32.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml index 97cfe9672..a8c6b02a5 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/term.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/term -version: v0.29.0 +version: v0.31.0 type: go summary: Package term provides support functions for dealing with terminals, as commonly found on UNIX systems. diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml index fe0cfcf57..7483db88f 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/text/encoding -version: v0.22.0 +version: v0.24.0 type: go summary: Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8. homepage: https://pkg.go.dev/golang.org/x/text/encoding license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -36,7 +36,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml index ac5f4c76d..e955643f1 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/internal -version: v0.22.0 +version: v0.24.0 type: go summary: Package internal contains code that is shared among encoding implementations. homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml index 53cc1213d..7287f62c7 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/internal/identifier.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/text/encoding/internal/identifier -version: v0.22.0 +version: v0.24.0 type: go summary: Package identifier defines the contract between implementations of Encoding and Index by defining identifiers that uniquely identify standardized coded character @@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -39,7 +39,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml index 0da684d4e..73e4dfe7e 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/encoding/unicode.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/encoding/unicode -version: v0.22.0 +version: v0.24.0 type: go summary: Package unicode provides Unicode encodings such as UTF-16. homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml index dce1e8ccb..7436d097c 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/internal/utf8internal.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/internal/utf8internal -version: v0.22.0 +version: v0.24.0 type: go summary: Package utf8internal contains low-level utf8-related constants, tables, etc. homepage: https://pkg.go.dev/golang.org/x/text/internal/utf8internal license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml b/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml index 2718dfdea..faccf2bbd 100644 --- a/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml +++ b/.licenses/ruledocsgen/go/golang.org/x/text/runes.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/text/runes -version: v0.22.0 +version: v0.24.0 type: go summary: Package runes provide transforms for UTF-8 encoded text. homepage: https://pkg.go.dev/golang.org/x/text/runes license: bsd-3-clause licenses: -- sources: text@v0.22.0/LICENSE +- sources: text@v0.24.0/LICENSE text: | Copyright 2009 The Go Authors. @@ -35,7 +35,7 @@ licenses: 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. -- sources: text@v0.22.0/PATENTS +- sources: text@v0.24.0/PATENTS text: | Additional IP Rights Grant (Patents) From 115d3930de0e54b98d8c5b32d95231939ecaba9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Apr 2025 05:05:43 +0000 Subject: [PATCH 59/65] Bump github.com/go-git/go-git/v5 from 5.15.0 to 5.16.0 Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.15.0 to 5.16.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.15.0...v5.16.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index af152c530..f56ab9d68 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/arduino/go-paths-helper v1.13.0 github.com/arduino/go-properties-orderedmap v1.8.1 github.com/client9/misspell v0.3.4 - github.com/go-git/go-git/v5 v5.15.0 + github.com/go-git/go-git/v5 v5.16.0 github.com/olekukonko/tablewriter v0.0.5 github.com/ory/jsonschema/v3 v3.0.4 github.com/sirupsen/logrus v1.9.3 diff --git a/go.sum b/go.sum index 222484648..b5a3abe54 100644 --- a/go.sum +++ b/go.sum @@ -238,8 +238,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.15.0 h1:f5Qn0W0F7ry1iN0ZwIU5m/n7/BKB4hiZfc+zlZx7ly0= -github.com/go-git/go-git/v5 v5.15.0/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8= +github.com/go-git/go-git/v5 v5.16.0 h1:k3kuOEpkc0DeY7xlL6NaaNg39xdgQbtH5mwCafHO9AQ= +github.com/go-git/go-git/v5 v5.16.0/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= From f9e9ae6a58239f775c58fee2a966fa89e7b3bbe7 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 16 Apr 2025 18:34:44 -0700 Subject: [PATCH 60/65] Tidy dependent modules to reflect `github.com/go-git/go-git` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 2 +- docsgen/go.sum | 4 ++-- ruledocsgen/go.mod | 2 +- ruledocsgen/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index c83a965ed..0ca4ca4c2 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -35,7 +35,7 @@ require ( github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.6.2 // indirect - github.com/go-git/go-git/v5 v5.15.0 // indirect + github.com/go-git/go-git/v5 v5.16.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index 7410a26d3..d41890065 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -239,8 +239,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.15.0 h1:f5Qn0W0F7ry1iN0ZwIU5m/n7/BKB4hiZfc+zlZx7ly0= -github.com/go-git/go-git/v5 v5.15.0/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8= +github.com/go-git/go-git/v5 v5.16.0 h1:k3kuOEpkc0DeY7xlL6NaaNg39xdgQbtH5mwCafHO9AQ= +github.com/go-git/go-git/v5 v5.16.0/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index ac5bf21b7..839c17e8c 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -33,7 +33,7 @@ require ( github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect github.com/go-git/go-billy/v5 v5.6.2 // indirect - github.com/go-git/go-git/v5 v5.15.0 // indirect + github.com/go-git/go-git/v5 v5.16.0 // indirect github.com/go-logr/logr v1.2.4 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/gobuffalo/pop/v5 v5.3.3 // indirect diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index 7acfc6acb..5825631f0 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -242,8 +242,8 @@ github.com/go-git/go-billy/v5 v5.6.2 h1:6Q86EsPXMa7c3YZ3aLAQsMA0VlWmy43r6FHqa/UN github.com/go-git/go-billy/v5 v5.6.2/go.mod h1:rcFC2rAsp/erv7CMz9GczHcuD0D32fWzH+MJAU+jaUU= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399 h1:eMje31YglSBqCdIqdhKBW8lokaMrL3uTkpGYlE2OOT4= github.com/go-git/go-git-fixtures/v4 v4.3.2-0.20231010084843-55a94097c399/go.mod h1:1OCfN199q1Jm3HZlxleg+Dw/mwps2Wbk9frAWm+4FII= -github.com/go-git/go-git/v5 v5.15.0 h1:f5Qn0W0F7ry1iN0ZwIU5m/n7/BKB4hiZfc+zlZx7ly0= -github.com/go-git/go-git/v5 v5.15.0/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8= +github.com/go-git/go-git/v5 v5.16.0 h1:k3kuOEpkc0DeY7xlL6NaaNg39xdgQbtH5mwCafHO9AQ= +github.com/go-git/go-git/v5 v5.16.0/go.mod h1:4Ge4alE/5gPs30F2H1esi2gPd69R0C39lolkucHBOp8= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= From b8d456642256dfc3faabc7cdbd194d31471e24ef Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 16 Apr 2025 18:40:25 -0700 Subject: [PATCH 61/65] Update dependency license metadata cache for `github.com/go-git/go-git` bump --- .../arduino-lint/go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/config.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/path_util.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/revision.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/internal/url.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/color.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/filemode.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/config.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/diff.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/gitignore.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/idxfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/index.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/objfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/packfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/pktline.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/object.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/protocol/packp.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/capability.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/sideband.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/transport.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/client.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/file.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/git.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/http.dep.yml | 6 +++--- .../go-git/v5/plumbing/transport/internal/common.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/server.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/ssh.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/storage.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/storage/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/storage/filesystem/dotgit.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/storage/memory.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/binary.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/diff.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/index.dep.yml | 6 +++--- .../go-git/v5/utils/merkletrie/internal/frame.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/noder.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/sync.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/trace.dep.yml | 6 +++--- .licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../docsgen/go/github.com/go-git/go-git/v5/config.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/path_util.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/revision.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/internal/url.dep.yml | 6 +++--- .../docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/color.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/filemode.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/config.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/diff.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/gitignore.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/idxfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/index.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/objfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/packfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/pktline.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/object.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/protocol/packp.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/capability.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/sideband.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/transport.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/client.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/file.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/git.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/http.dep.yml | 6 +++--- .../go-git/v5/plumbing/transport/internal/common.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/server.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/ssh.dep.yml | 6 +++--- .../docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/storage/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/storage/filesystem/dotgit.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/storage/memory.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/binary.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/diff.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/index.dep.yml | 6 +++--- .../go-git/v5/utils/merkletrie/internal/frame.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/noder.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/sync.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/trace.dep.yml | 6 +++--- .../ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/config.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/path_util.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/internal/revision.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/internal/url.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/color.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/filemode.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/config.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/diff.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/gitignore.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/idxfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/index.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/objfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/packfile.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/format/pktline.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/object.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/protocol/packp.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/capability.dep.yml | 6 +++--- .../go-git/v5/plumbing/protocol/packp/sideband.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/plumbing/transport.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/client.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/file.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/git.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/http.dep.yml | 6 +++--- .../go-git/v5/plumbing/transport/internal/common.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/server.dep.yml | 6 +++--- .../go-git/go-git/v5/plumbing/transport/ssh.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/storage.dep.yml | 6 +++--- .../github.com/go-git/go-git/v5/storage/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/storage/filesystem/dotgit.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/storage/memory.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/binary.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/diff.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/index.dep.yml | 6 +++--- .../go-git/v5/utils/merkletrie/internal/frame.dep.yml | 6 +++--- .../go-git/go-git/v5/utils/merkletrie/noder.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/sync.dep.yml | 6 +++--- .../go/github.com/go-git/go-git/v5/utils/trace.dep.yml | 6 +++--- 138 files changed, 408 insertions(+), 408 deletions(-) diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml index 4072fb65b..c52acf256 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.15.0 +version: v5.16.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml index fc8803a94..3dfe6bf1a 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.15.0 +version: v5.16.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 27161a635..97ef2cec1 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index a2cff93e1..2318bc714 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.15.0 +version: v5.16.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml index a74e45c80..b12e65547 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml index 547507292..9b8a49f10 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.15.0 +version: v5.16.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index fc044b6a7..79aa3b6bb 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index 20bdb49c1..3a84f5441 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index 9ff0726c5..9f6ef9b16 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index c4681da54..3c6a36d20 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.15.0 +version: v5.16.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 808a30448..13a4fda9d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index 32b45cb19..fd2cba88c 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.15.0 +version: v5.16.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index f512dedee..0e373f695 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.15.0 +version: v5.16.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 4edb6c407..48408f336 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.15.0 +version: v5.16.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index ce88529e8..b3a2579f3 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.15.0 +version: v5.16.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index 1ec95fbd9..0df36340c 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.15.0 +version: v5.16.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index ce333ef4a..c1ea32247 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.15.0 +version: v5.16.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index 035dbd490..8dbce4e6f 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.15.0 +version: v5.16.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index d13e69e73..d52efcf1b 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.15.0 +version: v5.16.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index d31c6a825..62ce11c19 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 756959463..53c4215f7 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.15.0 +version: v5.16.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index bfdab7557..d8bde849a 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.15.0 +version: v5.16.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index ed389dfbc..3c6d32c42 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.15.0 +version: v5.16.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index 4c1708cac..2bd8f5ddc 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.15.0 +version: v5.16.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index 183e4baf5..2b31553cd 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.15.0 +version: v5.16.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 3b015065b..92211f50b 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.15.0 +version: v5.16.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index eb41ed303..9e8fce34d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.15.0 +version: v5.16.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index 2ed9c7329..fe0589e2d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.15.0 +version: v5.16.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 060a453eb..659c88f94 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.15.0 +version: v5.16.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 9618e7bd5..af75a9cae 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.15.0 +version: v5.16.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index dc3153098..e8c964529 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.15.0 +version: v5.16.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 1207bfc59..d7e176a6d 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.15.0 +version: v5.16.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml index b32eca6c1..32fa1f6ba 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index d7926592b..ff4325de3 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.15.0 +version: v5.16.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 2cb949474..8e386df1f 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.15.0 +version: v5.16.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index e668f54e4..c188fb3b6 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.15.0 +version: v5.16.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index 63c4bbe3a..d16531ee0 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.15.0 +version: v5.16.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index 89784e285..e2a00197b 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.15.0 +version: v5.16.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index 0343964bc..9447f2d5c 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.15.0 +version: v5.16.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index fa1b255fc..ab1807f53 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.15.0 +version: v5.16.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 9514fb7b8..5f43c47d8 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index 003d57a8e..3c8cb9529 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index f0e92fd81..2730a57ce 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index 4971042ee..02e2df5a6 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.15.0 +version: v5.16.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 1d9cfc59f..9335b5126 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index a620b53f3..abb2b9fec 100644 --- a/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/arduino-lint/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml index 4072fb65b..c52acf256 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.15.0 +version: v5.16.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml index fc8803a94..3dfe6bf1a 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.15.0 +version: v5.16.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 27161a635..97ef2cec1 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index a2cff93e1..2318bc714 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.15.0 +version: v5.16.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index a74e45c80..b12e65547 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml index 547507292..9b8a49f10 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.15.0 +version: v5.16.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index fc044b6a7..79aa3b6bb 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index 20bdb49c1..3a84f5441 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index 9ff0726c5..9f6ef9b16 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index c4681da54..3c6a36d20 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.15.0 +version: v5.16.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 808a30448..13a4fda9d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index 32b45cb19..fd2cba88c 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.15.0 +version: v5.16.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index f512dedee..0e373f695 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.15.0 +version: v5.16.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 4edb6c407..48408f336 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.15.0 +version: v5.16.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index ce88529e8..b3a2579f3 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.15.0 +version: v5.16.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index 1ec95fbd9..0df36340c 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.15.0 +version: v5.16.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index ce333ef4a..c1ea32247 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.15.0 +version: v5.16.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index 035dbd490..8dbce4e6f 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.15.0 +version: v5.16.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index d13e69e73..d52efcf1b 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.15.0 +version: v5.16.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index d31c6a825..62ce11c19 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 756959463..53c4215f7 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.15.0 +version: v5.16.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index bfdab7557..d8bde849a 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.15.0 +version: v5.16.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index ed389dfbc..3c6d32c42 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.15.0 +version: v5.16.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index 4c1708cac..2bd8f5ddc 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.15.0 +version: v5.16.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index 183e4baf5..2b31553cd 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.15.0 +version: v5.16.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 3b015065b..92211f50b 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.15.0 +version: v5.16.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index eb41ed303..9e8fce34d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.15.0 +version: v5.16.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index 2ed9c7329..fe0589e2d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.15.0 +version: v5.16.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 060a453eb..659c88f94 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.15.0 +version: v5.16.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 9618e7bd5..af75a9cae 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.15.0 +version: v5.16.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index dc3153098..e8c964529 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.15.0 +version: v5.16.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 1207bfc59..d7e176a6d 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.15.0 +version: v5.16.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index b32eca6c1..32fa1f6ba 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index d7926592b..ff4325de3 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.15.0 +version: v5.16.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 2cb949474..8e386df1f 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.15.0 +version: v5.16.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index e668f54e4..c188fb3b6 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.15.0 +version: v5.16.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index 63c4bbe3a..d16531ee0 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.15.0 +version: v5.16.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index 89784e285..e2a00197b 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.15.0 +version: v5.16.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index 0343964bc..9447f2d5c 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.15.0 +version: v5.16.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index fa1b255fc..ab1807f53 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.15.0 +version: v5.16.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 9514fb7b8..5f43c47d8 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index 003d57a8e..3c8cb9529 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index f0e92fd81..2730a57ce 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index 4971042ee..02e2df5a6 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.15.0 +version: v5.16.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 1d9cfc59f..9335b5126 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index a620b53f3..abb2b9fec 100644 --- a/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/docsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml index 4072fb65b..c52acf256 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5 -version: v5.15.0 +version: v5.16.0 type: go summary: A highly extensible git implementation in pure Go. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5 diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml index fc8803a94..3dfe6bf1a 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/config -version: v5.15.0 +version: v5.16.0 type: go summary: Package config contains the abstraction of multiple config files homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/config license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 27161a635..97ef2cec1 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/path_util -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml index a2cff93e1..2318bc714 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/revision.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/internal/revision -version: v5.15.0 +version: v5.16.0 type: go summary: 'Package revision extracts git revision from string More information about revision : https://www.kernel.org/pub/software/scm/git/docs/gitrevisions.html' homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/revision license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml index a74e45c80..b12e65547 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/internal/url -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml index 547507292..9b8a49f10 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing -version: v5.15.0 +version: v5.16.0 type: go summary: package plumbing implement the core interfaces and structs used by go-git homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index fc044b6a7..79aa3b6bb 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/cache -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index 20bdb49c1..3a84f5441 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/color -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index 9ff0726c5..9f6ef9b16 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/filemode -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml index c4681da54..3c6a36d20 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/config.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/config -version: v5.15.0 +version: v5.16.0 type: go summary: Package config implements encoding and decoding of git config files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/config license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index 808a30448..13a4fda9d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/diff -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml index 32b45cb19..fd2cba88c 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/gitignore.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/gitignore -version: v5.15.0 +version: v5.16.0 type: go summary: Package gitignore implements matching file system paths to gitignore patterns that can be automatically read from a git repository tree in the order of definition @@ -8,7 +8,7 @@ summary: Package gitignore implements matching file system paths to gitignore pa homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -211,6 +211,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml index f512dedee..0e373f695 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/idxfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/idxfile -version: v5.15.0 +version: v5.16.0 type: go summary: Package idxfile implements encoding and decoding of packfile idx files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/idxfile license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml index 4edb6c407..48408f336 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/index -version: v5.15.0 +version: v5.16.0 type: go summary: Package index implements encoding and decoding of index format files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/index license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml index ce88529e8..b3a2579f3 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/objfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/objfile -version: v5.15.0 +version: v5.16.0 type: go summary: Package objfile implements encoding and decoding of object files. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/objfile license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml index 1ec95fbd9..0df36340c 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/packfile.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/packfile -version: v5.15.0 +version: v5.16.0 type: go summary: Package packfile implements encoding and decoding of packfile format. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/packfile license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml index ce333ef4a..c1ea32247 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/format/pktline.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/format/pktline -version: v5.15.0 +version: v5.16.0 type: go summary: Package pktline implements reading payloads form pkt-lines and encoding pkt-lines from payloads. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/pktline license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml index 035dbd490..8dbce4e6f 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/hash.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/hash -version: v5.15.0 +version: v5.16.0 type: go summary: package hash provides a way for managing the underlying hash implementations used across go-git. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/hash license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml index d13e69e73..d52efcf1b 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/object.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/object -version: v5.15.0 +version: v5.16.0 type: go summary: Package object contains implementations of all Git objects and utility functions to work with them. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/object license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index d31c6a825..62ce11c19 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml index 756959463..53c4215f7 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/capability -version: v5.15.0 +version: v5.16.0 type: go summary: Package capability defines the server and client capabilities. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/capability license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml index bfdab7557..d8bde849a 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband -version: v5.15.0 +version: v5.16.0 type: go summary: Package sideband implements a sideband mutiplex/demultiplexer homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp/sideband license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml index ed389dfbc..3c6d32c42 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/revlist.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/revlist -version: v5.15.0 +version: v5.16.0 type: go summary: Package revlist provides support to access the ancestors of commits, in a similar way as the git-rev-list command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/revlist license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml index 4c1708cac..2bd8f5ddc 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/storer.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/storer -version: v5.15.0 +version: v5.16.0 type: go summary: Package storer defines the interfaces to store objects, references, etc. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/storer license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml index 183e4baf5..2b31553cd 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport -version: v5.15.0 +version: v5.16.0 type: go summary: Package transport includes the implementation for different transport protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml index 3b015065b..92211f50b 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/client.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/client -version: v5.15.0 +version: v5.16.0 type: go summary: Package client contains helper function to deal with the different client protocols. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/client license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml index eb41ed303..9e8fce34d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/file.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/file -version: v5.15.0 +version: v5.16.0 type: go summary: Package file implements the file transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/file license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml index 2ed9c7329..fe0589e2d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/git.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/git -version: v5.15.0 +version: v5.16.0 type: go summary: Package git implements the git transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/git license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml index 060a453eb..659c88f94 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/http.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/http -version: v5.15.0 +version: v5.16.0 type: go summary: Package http implements the HTTP transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/http license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml index 9618e7bd5..af75a9cae 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/internal/common.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/internal/common -version: v5.15.0 +version: v5.16.0 type: go summary: Package common implements the git pack protocol with a pluggable transport. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/internal/common license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml index dc3153098..e8c964529 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/server.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/server -version: v5.15.0 +version: v5.16.0 type: go summary: Package server implements the git server protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/server license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml index 1207bfc59..d7e176a6d 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/plumbing/transport/ssh.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/plumbing/transport/ssh -version: v5.15.0 +version: v5.16.0 type: go summary: Package ssh implements the SSH transport protocol. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/transport/ssh license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml index b32eca6c1..32fa1f6ba 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml index d7926592b..ff4325de3 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem -version: v5.15.0 +version: v5.16.0 type: go summary: Package filesystem is a storage backend base on filesystems homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml index 2cb949474..8e386df1f 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/filesystem/dotgit.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/filesystem/dotgit -version: v5.15.0 +version: v5.16.0 type: go summary: https://github.com/git/git/blob/master/Documentation/gitrepository-layout.txt homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/filesystem/dotgit license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml index e668f54e4..c188fb3b6 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/storage/memory.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/storage/memory -version: v5.15.0 +version: v5.16.0 type: go summary: Package memory is a storage backend base on memory homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage/memory license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml index 63c4bbe3a..d16531ee0 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/binary.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/binary -version: v5.15.0 +version: v5.16.0 type: go summary: Package binary implements syntax-sugar functions on top of the standard library binary package homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/binary license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml index 89784e285..e2a00197b 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/diff.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/diff -version: v5.15.0 +version: v5.16.0 type: go summary: Package diff implements line oriented diffs, similar to the ancient Unix diff command. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/diff license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml index 0343964bc..9447f2d5c 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/ioutil.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/ioutil -version: v5.15.0 +version: v5.16.0 type: go summary: Package ioutil implements some I/O utility functions. homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/ioutil license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml index fa1b255fc..ab1807f53 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie -version: v5.15.0 +version: v5.16.0 type: go summary: Package merkletrie provides support for n-ary trees that are at the same time Merkle trees and Radix trees (tries). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 9514fb7b8..5f43c47d8 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index 003d57a8e..3c8cb9529 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/index -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index f0e92fd81..2730a57ce 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml index 4971042ee..02e2df5a6 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/merkletrie/noder.dep.yml @@ -1,13 +1,13 @@ --- name: github.com/go-git/go-git/v5/utils/merkletrie/noder -version: v5.15.0 +version: v5.16.0 type: go summary: Package noder provide an interface for defining nodes in a merkletrie, their hashes and their paths (a noders and its ancestors). homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/noder license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -210,6 +210,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 1d9cfc59f..9335b5126 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/sync -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] diff --git a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index a620b53f3..abb2b9fec 100644 --- a/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -1,12 +1,12 @@ --- name: github.com/go-git/go-git/v5/utils/trace -version: v5.15.0 +version: v5.16.0 type: go summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: -- sources: v5@v5.15.0/LICENSE +- sources: v5@v5.16.0/LICENSE text: |2 Apache License Version 2.0, January 2004 @@ -209,6 +209,6 @@ licenses: 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. -- sources: v5@v5.15.0/README.md +- sources: v5@v5.16.0/README.md text: Apache License Version 2.0, see [LICENSE](LICENSE) notices: [] From cb29a58fa5560a2fdf4bccbc9e4675824db7570a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 05:55:06 +0000 Subject: [PATCH 62/65] Bump pep8-naming from 0.14.1 to 0.15.0 Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.14.1 to 0.15.0. - [Release notes](https://github.com/PyCQA/pep8-naming/releases) - [Changelog](https://github.com/PyCQA/pep8-naming/blob/main/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/pep8-naming/compare/0.14.1...0.15.0) --- updated-dependencies: - dependency-name: pep8-naming dependency-version: 0.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index e0c6b1b95..aead6e189 100644 --- a/poetry.lock +++ b/poetry.lock @@ -566,14 +566,14 @@ files = [ [[package]] name = "pep8-naming" -version = "0.14.1" +version = "0.15.0" description = "Check PEP-8 naming conventions, plugin for flake8" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pep8-naming-0.14.1.tar.gz", hash = "sha256:1ef228ae80875557eb6c1549deafed4dabbf3261cfcafa12f773fe0db9be8a36"}, - {file = "pep8_naming-0.14.1-py3-none-any.whl", hash = "sha256:63f514fc777d715f935faf185dedd679ab99526a7f2f503abb61587877f7b1c5"}, + {file = "pep8_naming-0.15.0-py3-none-any.whl", hash = "sha256:2ce36937ff0421d871a634f4a0c2af06f994fe22c9055ea9813ca72d562754da"}, + {file = "pep8_naming-0.15.0.tar.gz", hash = "sha256:a637ee5144f7585c800b1fc6eeb996fa35a2ef0f2690880a9e1b29cb9f6e8359"}, ] [package.dependencies] @@ -1063,4 +1063,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.1" python-versions = "~3.9" -content-hash = "054a2dba97068ba3c947e855f1f6c9b026aa773c5547f7ba6b7fedf2f598dafb" +content-hash = "7df21448efe230ba084fdae27c3c03ac8f1d73a4f5cb33fbf2bcea66ed9bb2b8" diff --git a/pyproject.toml b/pyproject.toml index 113696d55..0661457ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ mkdocs-material = "^9.5.18" black = "^25.1" codespell = "^2.4.1" flake8 = "^7.2.0" -pep8-naming = "^0.14.1" +pep8-naming = "^0.15.0" [tool.black] line-length = 120 From b91bbe7d6cd1417aec14459485b1835f3d030027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 05:51:12 +0000 Subject: [PATCH 63/65] Bump github.com/arduino/go-paths-helper from 1.13.0 to 1.13.1 Bumps [github.com/arduino/go-paths-helper](https://github.com/arduino/go-paths-helper) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/arduino/go-paths-helper/releases) - [Commits](https://github.com/arduino/go-paths-helper/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: github.com/arduino/go-paths-helper dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f56ab9d68..1ce7863dd 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ replace github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1 require ( github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 - github.com/arduino/go-paths-helper v1.13.0 + github.com/arduino/go-paths-helper v1.13.1 github.com/arduino/go-properties-orderedmap v1.8.1 github.com/client9/misspell v0.3.4 github.com/go-git/go-git/v5 v5.16.0 diff --git a/go.sum b/go.sum index b5a3abe54..840721be6 100644 --- a/go.sum +++ b/go.sum @@ -81,8 +81,8 @@ github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 h1:Re75ucXjLzAUrNLcjG8bTIDa9oGV5+tSid2F+DAiBhI= github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3/go.mod h1:5xXurWYnyVD1iR+vuKJDQ6akkw7roFjRowoZWCSsgGA= github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck= -github.com/arduino/go-paths-helper v1.13.0 h1:HIkgg8ChPw1QPNHkB5bQSs+geTj74vf6TFgVhm/9mmw= -github.com/arduino/go-paths-helper v1.13.0/go.mod h1:jcpW4wr0u69GlXhTYydsdsqAjLaYK5n7oWHfKqOG6LM= +github.com/arduino/go-paths-helper v1.13.1 h1:M7SCdLB2VldxOdChnjZkxAZwWZdDtNY4IlHL9nxGQFo= +github.com/arduino/go-paths-helper v1.13.1/go.mod h1:dDodKn2ZX4iwuoBMapdDO+5d0oDLBeM4BS0xS4i40Ak= github.com/arduino/go-properties-orderedmap v1.8.1 h1:nU5S6cXPwMoxZs4ORw61wPTALNfriIduvNB4cxTmNYM= github.com/arduino/go-properties-orderedmap v1.8.1/go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk= github.com/arduino/go-win32-utils v1.0.0 h1:/cXB86sOJxOsCHP7sQmXGLkdValwJt56mIwOHYxgQjQ= From 9c334ad9b2b831528be947c2dd18d06999111dcf Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 30 Apr 2025 23:37:11 -0700 Subject: [PATCH 64/65] Tidy dependent modules to reflect `github.com/arduino/go-paths-helper` bump The bump of the dependency of the project's root `github.com/arduino/arduino-lint` module also requires updates to the Go dependencies metadata of the project's modules which depend on `github.com/arduino/arduino-lint`. --- docsgen/go.mod | 2 +- docsgen/go.sum | 4 ++-- ruledocsgen/go.mod | 2 +- ruledocsgen/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docsgen/go.mod b/docsgen/go.mod index 0ca4ca4c2..af67824dc 100644 --- a/docsgen/go.mod +++ b/docsgen/go.mod @@ -19,7 +19,7 @@ require ( github.com/Microsoft/go-winio v0.6.2 // indirect github.com/ProtonMail/go-crypto v1.1.6 // indirect github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 // indirect - github.com/arduino/go-paths-helper v1.13.0 // indirect + github.com/arduino/go-paths-helper v1.13.1 // indirect github.com/arduino/go-properties-orderedmap v1.8.1 // indirect github.com/arduino/go-win32-utils v1.0.0 // indirect github.com/cespare/xxhash v1.1.0 // indirect diff --git a/docsgen/go.sum b/docsgen/go.sum index d41890065..7b9419fbb 100644 --- a/docsgen/go.sum +++ b/docsgen/go.sum @@ -81,8 +81,8 @@ github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 h1:Re75ucXjLzAUrNLcjG8bTIDa9oGV5+tSid2F+DAiBhI= github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3/go.mod h1:5xXurWYnyVD1iR+vuKJDQ6akkw7roFjRowoZWCSsgGA= github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck= -github.com/arduino/go-paths-helper v1.13.0 h1:HIkgg8ChPw1QPNHkB5bQSs+geTj74vf6TFgVhm/9mmw= -github.com/arduino/go-paths-helper v1.13.0/go.mod h1:jcpW4wr0u69GlXhTYydsdsqAjLaYK5n7oWHfKqOG6LM= +github.com/arduino/go-paths-helper v1.13.1 h1:M7SCdLB2VldxOdChnjZkxAZwWZdDtNY4IlHL9nxGQFo= +github.com/arduino/go-paths-helper v1.13.1/go.mod h1:dDodKn2ZX4iwuoBMapdDO+5d0oDLBeM4BS0xS4i40Ak= github.com/arduino/go-properties-orderedmap v1.8.1 h1:nU5S6cXPwMoxZs4ORw61wPTALNfriIduvNB4cxTmNYM= github.com/arduino/go-properties-orderedmap v1.8.1/go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk= github.com/arduino/go-win32-utils v1.0.0 h1:/cXB86sOJxOsCHP7sQmXGLkdValwJt56mIwOHYxgQjQ= diff --git a/ruledocsgen/go.mod b/ruledocsgen/go.mod index 839c17e8c..d1f7e8a96 100644 --- a/ruledocsgen/go.mod +++ b/ruledocsgen/go.mod @@ -9,7 +9,7 @@ replace github.com/jandelgado/gcov2lcov => github.com/jandelgado/gcov2lcov v1.0. require ( github.com/JohannesKaufmann/html-to-markdown v1.6.0 github.com/arduino/arduino-lint v0.0.0 - github.com/arduino/go-paths-helper v1.13.0 + github.com/arduino/go-paths-helper v1.13.1 github.com/olekukonko/tablewriter v0.0.5 github.com/stretchr/testify v1.10.0 ) diff --git a/ruledocsgen/go.sum b/ruledocsgen/go.sum index 5825631f0..0110488bf 100644 --- a/ruledocsgen/go.sum +++ b/ruledocsgen/go.sum @@ -85,8 +85,8 @@ github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3 h1:Re75ucXjLzAUrNLcjG8bTIDa9oGV5+tSid2F+DAiBhI= github.com/arduino/arduino-cli v0.35.4-0.20241001142927-1f8d0f6c0dd3/go.mod h1:5xXurWYnyVD1iR+vuKJDQ6akkw7roFjRowoZWCSsgGA= github.com/arduino/go-paths-helper v1.0.1/go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck= -github.com/arduino/go-paths-helper v1.13.0 h1:HIkgg8ChPw1QPNHkB5bQSs+geTj74vf6TFgVhm/9mmw= -github.com/arduino/go-paths-helper v1.13.0/go.mod h1:jcpW4wr0u69GlXhTYydsdsqAjLaYK5n7oWHfKqOG6LM= +github.com/arduino/go-paths-helper v1.13.1 h1:M7SCdLB2VldxOdChnjZkxAZwWZdDtNY4IlHL9nxGQFo= +github.com/arduino/go-paths-helper v1.13.1/go.mod h1:dDodKn2ZX4iwuoBMapdDO+5d0oDLBeM4BS0xS4i40Ak= github.com/arduino/go-properties-orderedmap v1.8.1 h1:nU5S6cXPwMoxZs4ORw61wPTALNfriIduvNB4cxTmNYM= github.com/arduino/go-properties-orderedmap v1.8.1/go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk= github.com/arduino/go-win32-utils v1.0.0 h1:/cXB86sOJxOsCHP7sQmXGLkdValwJt56mIwOHYxgQjQ= From 8a23781888dbbcecdb45c694d7031f2f6c12fd91 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 30 Apr 2025 23:47:26 -0700 Subject: [PATCH 65/65] Update dependency license metadata cache for `github.com/arduino/go-paths-helper` bump --- .../arduino-lint/go/github.com/arduino/go-paths-helper.dep.yml | 2 +- .licenses/docsgen/go/github.com/arduino/go-paths-helper.dep.yml | 2 +- .../ruledocsgen/go/github.com/arduino/go-paths-helper.dep.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.licenses/arduino-lint/go/github.com/arduino/go-paths-helper.dep.yml b/.licenses/arduino-lint/go/github.com/arduino/go-paths-helper.dep.yml index 8a0611c2e..fa59ab21f 100644 --- a/.licenses/arduino-lint/go/github.com/arduino/go-paths-helper.dep.yml +++ b/.licenses/arduino-lint/go/github.com/arduino/go-paths-helper.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/arduino/go-paths-helper -version: v1.13.0 +version: v1.13.1 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper diff --git a/.licenses/docsgen/go/github.com/arduino/go-paths-helper.dep.yml b/.licenses/docsgen/go/github.com/arduino/go-paths-helper.dep.yml index 8a0611c2e..fa59ab21f 100644 --- a/.licenses/docsgen/go/github.com/arduino/go-paths-helper.dep.yml +++ b/.licenses/docsgen/go/github.com/arduino/go-paths-helper.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/arduino/go-paths-helper -version: v1.13.0 +version: v1.13.1 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper diff --git a/.licenses/ruledocsgen/go/github.com/arduino/go-paths-helper.dep.yml b/.licenses/ruledocsgen/go/github.com/arduino/go-paths-helper.dep.yml index 8a0611c2e..fa59ab21f 100644 --- a/.licenses/ruledocsgen/go/github.com/arduino/go-paths-helper.dep.yml +++ b/.licenses/ruledocsgen/go/github.com/arduino/go-paths-helper.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/arduino/go-paths-helper -version: v1.13.0 +version: v1.13.1 type: go summary: homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper