Skip to content

Commit

Permalink
Bump github.com/invopop/jsonschema from 0.4.0 to 0.7.0 (#14263)
Browse files Browse the repository at this point in the history
* Bump github.com/invopop/jsonschema from 0.4.0 to 0.7.0

Bumps [github.com/invopop/jsonschema](https://github.com/invopop/jsonschema) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/invopop/jsonschema/releases)
- [Commits](invopop/jsonschema@v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/invopop/jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix schema URL

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Cacheux <paul.cacheux@datadoghq.com>
  • Loading branch information
dependabot[bot] and paulcacheux committed Nov 10, 2022
1 parent d7f1b2d commit 9cc94ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/cloud-workload-security/backend.schema.json
@@ -1,5 +1,5 @@
{
"$schema": "http://json-schema.org/draft/2020-12/schema",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/DataDog/datadog-agent/pkg/security/probe/event",
"$defs": {
"BPFEvent": {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -125,7 +125,7 @@ require (
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
github.com/iceber/iouring-go v0.0.0-20220511091803-99712053f7ec
github.com/imdario/mergo v0.3.12
github.com/invopop/jsonschema v0.4.0
github.com/invopop/jsonschema v0.7.0
github.com/iovisor/gobpf v0.2.0
github.com/itchyny/gojq v0.12.9
github.com/json-iterator/go v1.1.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9cc94ee

Please sign in to comment.