From 7531bb96d5a259286fec1b637cc887926b0f1ce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 14:06:29 +0100 Subject: [PATCH] Bump github.com/invopop/jsonschema from 0.4.0 to 0.7.0 (#14263) * 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](https://github.com/invopop/jsonschema/compare/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] * fix schema URL Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paul Cacheux --- docs/cloud-workload-security/backend.schema.json | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cloud-workload-security/backend.schema.json b/docs/cloud-workload-security/backend.schema.json index 97193a0283739..1bcbcc1160f59 100644 --- a/docs/cloud-workload-security/backend.schema.json +++ b/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": { diff --git a/go.mod b/go.mod index b1270d716365d..49f7f3b60862c 100644 --- a/go.mod +++ b/go.mod @@ -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