From 03c138372733c3f95aaa766043dd90562bee40de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:06:48 +0000 Subject: [PATCH] build(deps): bump github.com/yannh/kubeconform in /scripts Bumps [github.com/yannh/kubeconform](https://github.com/yannh/kubeconform) from 0.6.4 to 0.6.6. - [Release notes](https://github.com/yannh/kubeconform/releases) - [Changelog](https://github.com/yannh/kubeconform/blob/master/.goreleaser.yml) - [Commits](https://github.com/yannh/kubeconform/compare/v0.6.4...v0.6.6) --- updated-dependencies: - dependency-name: github.com/yannh/kubeconform dependency-type: direct:production update-type: version-update:semver-patch ... 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 e60283a6f2..5ecfad0352 100644 --- a/scripts/go.mod +++ b/scripts/go.mod @@ -8,7 +8,7 @@ require ( github.com/bwplotka/mdox v0.9.1-0.20220718065926-6a6aac7d5d30 github.com/google/go-jsonnet v0.20.0 github.com/jsonnet-bundler/jsonnet-bundler v0.5.1 - github.com/yannh/kubeconform v0.6.4 + github.com/yannh/kubeconform v0.6.6 sigs.k8s.io/yaml v1.4.0 // indirect ) diff --git a/scripts/go.sum b/scripts/go.sum index e4eb72c128..cfc5c1141d 100644 --- a/scripts/go.sum +++ b/scripts/go.sum @@ -1070,8 +1070,8 @@ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 h1:EzJWgHo github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= -github.com/yannh/kubeconform v0.6.4 h1:P8cQpK+K35qv8JOcjHQcTvD80SwwSDgHfMXyXrZ4rRY= -github.com/yannh/kubeconform v0.6.4/go.mod h1:vl5ZLUE6h0xRd2qB0Drv9cc9sjZnjDYjSaexbfNE9WM= +github.com/yannh/kubeconform v0.6.6 h1:2v0IKk4YCos7SMHZRkEC0D+wfcpW4aEEKy9BWJEkyV0= +github.com/yannh/kubeconform v0.6.6/go.mod h1:cxRqUWj9Rd7rkPgaAoB0jHY6TjkI7c1GLyhul2Dwz3U= github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b h1:vVRagRXf67ESqAb72hG2C/ZwI8NtJF2u2V76EsuOHGY= github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b/go.mod h1:HptNXiXVDcJjXe9SqMd0v2FsL9f8dz4GnXgltU6q/co= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=