From f4d21123d91f484a04bfe21aee267b14efe72d1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 21:18:16 +0000 Subject: [PATCH] fix(deps): update module gopkg.in/yaml.v2 to v3 (#279) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index a49a166..bdb4c1d 100644 --- a/go.mod +++ b/go.mod @@ -23,14 +23,14 @@ require ( github.com/qeesung/image2ascii v1.0.1 github.com/rs/zerolog v1.33.0 github.com/saferwall/pe v1.5.4 - github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 + github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 github.com/santhosh-tekuri/jsonschema/v6 v6.0.1 github.com/swaggest/jsonschema-go v0.3.62 github.com/twpayne/go-vfs/v4 v4.3.0 github.com/urfave/cli/v2 v2.27.3 github.com/zcalusic/sysinfo v1.1.0 golang.org/x/mod v0.19.0 - gopkg.in/yaml.v3 v3.0.1 + gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 gopkg.in/yaml.v2 v2.4.0 gopkg.in/yaml.v3 v3.0.1 )