mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-30 04:50:45 +02:00
feat(deps): bump github.com/invopop/jsonschema from 0.6.0 to 0.7.0 (#3539)
Bumps [github.com/invopop/jsonschema](https://github.com/invopop/jsonschema) from 0.6.0 to 0.7.0. <details> <summary>Commits</summary> <ul> <li><a href="9f28aff529
"><code>9f28aff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/invopop/jsonschema/issues/53">#53</a> from webdestroya/feat/schema-post</li> <li><a href="ea9462d7d8
"><code>ea9462d</code></a> fixes</li> <li><a href="7ebaf5956b
"><code>7ebaf59</code></a> Merge branch 'main' into feat/schema-post</li> <li><a href="b32bc839da
"><code>b32bc83</code></a> Renaming JSONSchemaPost to JSONSchemaExtend</li> <li><a href="a7e97159f1
"><code>a7e9715</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/invopop/jsonschema/issues/57">#57</a> from PeterNovotney/allow-equals</li> <li><a href="fb292e4c0a
"><code>fb292e4</code></a> Allow for = character in extra property values</li> <li><a href="55c890f449
"><code>55c890f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/invopop/jsonschema/issues/46">#46</a> from deepjyoti30/feat/add-anyof-support</li> <li><a href="bd9a931546
"><code>bd9a931</code></a> feat(reflect): Add method to modify the schema after processing</li> <li><a href="679d2ebe09
"><code>679d2eb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/invopop/jsonschema/issues/47">#47</a> from paulcacheux/paulcacheux/inline-ptr</li> <li><a href="48f39d6372
"><code>48f39d6</code></a> fix <code>Pointer</code> issue because of recent go version</li> <li>Additional commits viewable in <a href="https://github.com/invopop/jsonschema/compare/v0.6.0...v0.7.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.6.0&new-version=0.7.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 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>
This commit is contained in:
parent
b9241a444c
commit
8794290e14
2
go.mod
2
go.mod
@ -23,7 +23,7 @@ require (
|
||||
github.com/goreleaser/fileglob v1.3.0
|
||||
github.com/goreleaser/nfpm/v2 v2.21.0
|
||||
github.com/imdario/mergo v0.3.13
|
||||
github.com/invopop/jsonschema v0.6.0
|
||||
github.com/invopop/jsonschema v0.7.0
|
||||
github.com/jarcoal/httpmock v1.2.0
|
||||
github.com/klauspost/pgzip v1.2.5
|
||||
github.com/mitchellh/go-homedir v1.1.0
|
||||
|
4
go.sum
4
go.sum
@ -985,8 +985,8 @@ github.com/inconshreveable/mousetrap v1.0.1 h1:U3uMjPSQEBMNp1lFxmllqCPM6P5u/Xq7P
|
||||
github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
|
||||
github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo=
|
||||
github.com/intel/goresctrl v0.2.0/go.mod h1:+CZdzouYFn5EsxgqAQTEzMfwKwuc0fVdMrT9FCCAVRQ=
|
||||
github.com/invopop/jsonschema v0.6.0 h1:8e+xY8ZEn8gDHUYylSlLHy22P+SLeIRIHv3nM3hCbmY=
|
||||
github.com/invopop/jsonschema v0.6.0/go.mod h1:O9uiLokuu0+MGFlyiaqtWxwqJm41/+8Nj0lD7A36YH0=
|
||||
github.com/invopop/jsonschema v0.7.0 h1:2vgQcBz1n256N+FpX3Jq7Y17AjYt46Ig3zIWyy770So=
|
||||
github.com/invopop/jsonschema v0.7.0/go.mod h1:O9uiLokuu0+MGFlyiaqtWxwqJm41/+8Nj0lD7A36YH0=
|
||||
github.com/ionos-cloud/sdk-go/v6 v6.1.0/go.mod h1:Ox3W0iiEz0GHnfY9e5LmAxwklsxguuNFEUSu0gVRTME=
|
||||
github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56/go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA=
|
||||
github.com/j-keck/arping v1.0.2/go.mod h1:aJbELhR92bSk7tp79AWM/ftfc90EfEi2bQJrbBFOsPw=
|
||||
|
Loading…
x
Reference in New Issue
Block a user