From 25a00894fdd67345693f3b8411856eed7d7f37e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 21:07:06 +0000 Subject: [PATCH] build(deps): bump github.com/brancz/gojsontoyaml in /scripts Bumps [github.com/brancz/gojsontoyaml](https://github.com/brancz/gojsontoyaml) from 0.0.0-20200602132005-3697ded27e8c to 0.1.0. - [Release notes](https://github.com/brancz/gojsontoyaml/releases) - [Commits](https://github.com/brancz/gojsontoyaml/commits/v0.1.0) --- updated-dependencies: - dependency-name: github.com/brancz/gojsontoyaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/go.mod | 2 +- scripts/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/go.mod b/scripts/go.mod index d207b72334..601bd97a19 100644 --- a/scripts/go.mod +++ b/scripts/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/armosec/kubescape v1.0.139 - github.com/brancz/gojsontoyaml v0.0.0-20200602132005-3697ded27e8c + github.com/brancz/gojsontoyaml v0.1.0 github.com/bwplotka/mdox v0.9.1-0.20220718065926-6a6aac7d5d30 github.com/google/go-jsonnet v0.19.1 github.com/jsonnet-bundler/jsonnet-bundler v0.5.1 diff --git a/scripts/go.sum b/scripts/go.sum index c38206fc64..c83e272bac 100644 --- a/scripts/go.sum +++ b/scripts/go.sum @@ -250,8 +250,8 @@ github.com/bketelsen/crypt v0.0.4/go.mod h1:aI6NrJ0pMGgvZKL1iVgXLnfIFJtfV+bKCoqO github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g= -github.com/brancz/gojsontoyaml v0.0.0-20200602132005-3697ded27e8c h1:hb6WqfcKQZlNx/vahy51SaIvKnoXD5609Nm0PC4msEM= -github.com/brancz/gojsontoyaml v0.0.0-20200602132005-3697ded27e8c/go.mod h1:+00lOjYXPgMfxHVPvg9GDtc3BX5Xh5aFpB4gMB8gfMo= +github.com/brancz/gojsontoyaml v0.1.0 h1:SdzR3+BCVOqaI42nFGTeaB7/2DgDM4fhuvRLqxatA8M= +github.com/brancz/gojsontoyaml v0.1.0/go.mod h1:+ycZY94+V11XZBUaDEsbLr3hPNS/ZPrDVKKNUg3Sgvg= github.com/briandowns/spinner v1.18.0 h1:SJs0maNOs4FqhBwiJ3Gr7Z1D39/rukIVGQvpNZVHVcM= github.com/briandowns/spinner v1.18.0/go.mod h1:QOuQk7x+EaDASo80FEXwlwiA+j/PPIcX3FScO+3/ZPQ= github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7hK1yFx9hf58LP0zeX7UjIGs20ufpu3evjr+s=