Skip to content

Commit b8aa761

Browse files
build(deps): bump github.com/invopop/jsonschema from 0.12.0 to 0.13.0 (#1460)
Bumps [github.com/invopop/jsonschema](https://github.com/invopop/jsonschema) from 0.12.0 to 0.13.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/invopop/jsonschema/commit/328cc73c3399c73df18b708fa00d29669cb0e4cc"><code>328cc73</code></a> Merge pull request <a href="https://redirect.github.com/invopop/jsonschema/issues/159">#159</a> from misberner/mi/custom-comment-lookup</li> <li><a href="https://github.com/invopop/jsonschema/commit/83557f43cf57dde4314dbeb9a4ee320d0d7168f5"><code>83557f4</code></a> Trying to fix running test workflow</li> <li><a href="https://github.com/invopop/jsonschema/commit/20dafe1dfb498ba5c0843bc7633990f47910f407"><code>20dafe1</code></a> Add a custom mechanism for looking up comments.</li> <li><a href="https://github.com/invopop/jsonschema/commit/42b1bb00eb50d8f8abe4bc5185599a69a13d5f1c"><code>42b1bb0</code></a> Merge pull request <a href="https://redirect.github.com/invopop/jsonschema/issues/158">#158</a> from invopop/codecov</li> <li><a href="https://github.com/invopop/jsonschema/commit/fd4a187e4262e9a6b002aee24042f9f1fca53f84"><code>fd4a187</code></a> Testing support for full comments</li> <li><a href="https://github.com/invopop/jsonschema/commit/26cd70a3ff5c27feeb8dd9518b899f6612b54d7c"><code>26cd70a</code></a> Fixing linter issues</li> <li><a href="https://github.com/invopop/jsonschema/commit/c404ce3b07e9c3bb8b70d33f22163327218b7f53"><code>c404ce3</code></a> Updating actions</li> <li><a href="https://github.com/invopop/jsonschema/commit/cb1a2f6fd17870a48cf14a058d416df7e8137179"><code>cb1a2f6</code></a> Codecov. Minor renaming of comments handler</li> <li><a href="https://github.com/invopop/jsonschema/commit/a4467074499db5797e8aa5c6da052c69bbba9127"><code>a446707</code></a> Merge pull request <a href="https://redirect.github.com/invopop/jsonschema/issues/111">#111</a> from cloudquery/fix/no-format-limits</li> <li><a href="https://github.com/invopop/jsonschema/commit/15fa257925c2dda5ee7ae87cffff86eff40607d1"><code>15fa257</code></a> Linter bump</li> <li>Additional commits viewable in <a href="https://github.com/invopop/jsonschema/compare/v0.12.0...v0.13.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/invopop/jsonschema&package-manager=go_modules&previous-version=0.12.0&new-version=0.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e892184 commit b8aa761

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/google/go-containerregistry v0.20.2
1313
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1414
github.com/hashicorp/go-retryablehttp v0.7.7
15-
github.com/invopop/jsonschema v0.12.0
15+
github.com/invopop/jsonschema v0.13.0
1616
github.com/klauspost/compress v1.17.11
1717
github.com/klauspost/pgzip v1.2.6
1818
github.com/package-url/packageurl-go v0.1.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISH
192192
github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
193193
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
194194
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
195-
github.com/invopop/jsonschema v0.12.0 h1:6ovsNSuvn9wEQVOyc72aycBMVQFKz7cPdMJn10CvzRI=
196-
github.com/invopop/jsonschema v0.12.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0=
195+
github.com/invopop/jsonschema v0.13.0 h1:KvpoAJWEjR3uD9Kbm2HWJmqsEaHt8lBUpd0qHcIi21E=
196+
github.com/invopop/jsonschema v0.13.0/go.mod h1:ffZ5Km5SWWRAIN6wbDXItl95euhFz2uON45H2qjYt+0=
197197
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=
198198
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
199199
github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 h1:TMtDYDHKYY15rFihtRfck/bfFqNfvcabqvXAFQfAUpY=

0 commit comments

Comments
 (0)