From 7e2c24cd49549c8825ea29cfe4a27e5a2d128c10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 21:57:23 +0000 Subject: [PATCH] fix(deps): update module github.com/kyverno/chainsaw to v0.2.2 (#12) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/kyverno/chainsaw](https://togithub.com/kyverno/chainsaw) | `v0.2.0` -> `v0.2.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkyverno%2fchainsaw/v0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkyverno%2fchainsaw/v0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkyverno%2fchainsaw/v0.2.0/v0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkyverno%2fchainsaw/v0.2.0/v0.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
kyverno/chainsaw (github.com/kyverno/chainsaw) ### [`v0.2.2`](https://togithub.com/kyverno/chainsaw/releases/tag/v0.2.2) [Compare Source](https://togithub.com/kyverno/chainsaw/compare/v0.2.1...v0.2.2) #### ‼️ Breaking changes ‼️ - `finally` block now executes when the step terminates. It was supposed to work like this from the beginning but was not properly working. The `cleanup` block was introduced to execute operations when a test terminates instead. #### 💫 New features 💫 - Added cleanup handlers support to register custom cleanup operations to run when a test terminates #### 🔧 Fixes 🔧 - Use `namespaceTemplate` from configuration if provided #### 📚 Docs 📚 - Improved home page - Added scroll to top button - Improved navigation bar - Fixed dark/light color schemes and added system preference support - Added links to Slack and X/Twitter links in the footer - Removed the blog - Rewrote most of the Getting Started pages #### What's Changed - fix: Use config file namespaceTemplate if set (cherry-pick [#​1279](https://togithub.com/kyverno/chainsaw/issues/1279)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1293](https://togithub.com/kyverno/chainsaw/pull/1293) - feat: improve home page (cherry-pick [#​1292](https://togithub.com/kyverno/chainsaw/issues/1292)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1297](https://togithub.com/kyverno/chainsaw/pull/1297) - fix: disable instant nav (cherry-pick [#​1298](https://togithub.com/kyverno/chainsaw/issues/1298)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1299](https://togithub.com/kyverno/chainsaw/pull/1299) - fix: improve home page (cherry-pick [#​1300](https://togithub.com/kyverno/chainsaw/issues/1300)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1301](https://togithub.com/kyverno/chainsaw/pull/1301) - fix: mike (cherry-pick [#​1302](https://togithub.com/kyverno/chainsaw/issues/1302)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1304](https://togithub.com/kyverno/chainsaw/pull/1304) - fix: improve home (cherry-pick [#​1303](https://togithub.com/kyverno/chainsaw/issues/1303)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1305](https://togithub.com/kyverno/chainsaw/pull/1305) - chore: remove blog (cherry-pick [#​1310](https://togithub.com/kyverno/chainsaw/issues/1310)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1311](https://togithub.com/kyverno/chainsaw/pull/1311) - chore: move community page to its own tab (cherry-pick [#​1312](https://togithub.com/kyverno/chainsaw/issues/1312)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1313](https://togithub.com/kyverno/chainsaw/pull/1313) - chore: improve install page (cherry-pick [#​1315](https://togithub.com/kyverno/chainsaw/issues/1315)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1317](https://togithub.com/kyverno/chainsaw/pull/1317) - chore(deps): Bump actions/checkout from 4.1.5 to 4.1.6 (cherry-pick [#​1316](https://togithub.com/kyverno/chainsaw/issues/1316)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1318](https://togithub.com/kyverno/chainsaw/pull/1318) - chore: add missing adopters to the home page (cherry-pick [#​1319](https://togithub.com/kyverno/chainsaw/issues/1319)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1320](https://togithub.com/kyverno/chainsaw/pull/1320) - chore: rework introduction (cherry-pick [#​1321](https://togithub.com/kyverno/chainsaw/issues/1321)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1322](https://togithub.com/kyverno/chainsaw/pull/1322) - chore: add resource templating into (cherry-pick [#​1323](https://togithub.com/kyverno/chainsaw/issues/1323)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1324](https://togithub.com/kyverno/chainsaw/pull/1324) - chore: improve assertions quick start (cherry-pick [#​1326](https://togithub.com/kyverno/chainsaw/issues/1326)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1329](https://togithub.com/kyverno/chainsaw/pull/1329) - chore: restructure the getting started guide (cherry-pick [#​1330](https://togithub.com/kyverno/chainsaw/issues/1330)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1331](https://togithub.com/kyverno/chainsaw/pull/1331) - chore: improve next steps page (cherry-pick [#​1332](https://togithub.com/kyverno/chainsaw/issues/1332)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1333](https://togithub.com/kyverno/chainsaw/pull/1333) - chore: improve timeouts quick start (cherry-pick [#​1334](https://togithub.com/kyverno/chainsaw/issues/1334)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1335](https://togithub.com/kyverno/chainsaw/pull/1335) - chore: improve bindings page (cherry-pick [#​1336](https://togithub.com/kyverno/chainsaw/issues/1336)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1337](https://togithub.com/kyverno/chainsaw/pull/1337) - chore: improve try catch finally page (cherry-pick [#​1338](https://togithub.com/kyverno/chainsaw/issues/1338)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1339](https://togithub.com/kyverno/chainsaw/pull/1339) - fix: linter issues (cherry-pick [#​1345](https://togithub.com/kyverno/chainsaw/issues/1345)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1346](https://togithub.com/kyverno/chainsaw/pull/1346) - chore(deps): Bump github/codeql-action from 2.13.4 to 3.25.5 (cherry-pick [#​1342](https://togithub.com/kyverno/chainsaw/issues/1342)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1344](https://togithub.com/kyverno/chainsaw/pull/1344) - chore(deps): Bump github/codeql-action from 3.25.5 to 3.25.6 (cherry-pick [#​1350](https://togithub.com/kyverno/chainsaw/issues/1350)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1353](https://togithub.com/kyverno/chainsaw/pull/1353) - chore(deps): Bump codecov/codecov-action from 4.4.0 to 4.4.1 (cherry-pick [#​1348](https://togithub.com/kyverno/chainsaw/issues/1348)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1356](https://togithub.com/kyverno/chainsaw/pull/1356) - docs: resource templating docs (cherry-pick [#​1354](https://togithub.com/kyverno/chainsaw/issues/1354)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1357](https://togithub.com/kyverno/chainsaw/pull/1357) - chore(deps): Bump anchore/sbom-action from 0.15.11 to 0.16.0 (cherry-pick [#​1349](https://togithub.com/kyverno/chainsaw/issues/1349)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1359](https://togithub.com/kyverno/chainsaw/pull/1359) - docs: operation outputs page (cherry-pick [#​1358](https://togithub.com/kyverno/chainsaw/issues/1358)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1360](https://togithub.com/kyverno/chainsaw/pull/1360) - docs: add placeholder for advanced use cases (cherry-pick [#​1361](https://togithub.com/kyverno/chainsaw/issues/1361)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1363](https://togithub.com/kyverno/chainsaw/pull/1363) - fix: catch/finally execution order (cherry-pick [#​1351](https://togithub.com/kyverno/chainsaw/issues/1351)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1362](https://togithub.com/kyverno/chainsaw/pull/1362) - feat: add cleanup handler (cherry-pick [#​1364](https://togithub.com/kyverno/chainsaw/issues/1364)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1367](https://togithub.com/kyverno/chainsaw/pull/1367) - chore: update release notes (cherry-pick [#​1369](https://togithub.com/kyverno/chainsaw/issues/1369)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1372](https://togithub.com/kyverno/chainsaw/pull/1372) - docs: add cleanup docs (cherry-pick [#​1368](https://togithub.com/kyverno/chainsaw/issues/1368)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1371](https://togithub.com/kyverno/chainsaw/pull/1371) - release: v0.2.2 (cherry-pick [#​1376](https://togithub.com/kyverno/chainsaw/issues/1376)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1377](https://togithub.com/kyverno/chainsaw/pull/1377) **Full Changelog**: https://github.com/kyverno/chainsaw/compare/v0.2.1...v0.2.2 ### [`v0.2.1`](https://togithub.com/kyverno/chainsaw/releases/tag/v0.2.1) [Compare Source](https://togithub.com/kyverno/chainsaw/compare/v0.2.0...v0.2.1) #### ‼️ Breaking changes ‼️ - Resource templating is now enabled by default #### 💫 New features 💫 - Added `--pause-on-failure` flag to pause when a test failure happens (to ease troubleshooting) - Improved cleanup management logic, alternating `catch`, `finally` and `@cleanup` per step - Added support for registering clusters dynamically, useful when a cluster is created in a test step #### 🔧 Fixes 🔧 - Fixed issue with cluster incorrectly registered - Force background deletion propagation policy (useful when testing unmanaged `Job`) #### What's Changed - chore: update issue templates (cherry-pick [#​1238](https://togithub.com/kyverno/chainsaw/issues/1238)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1239](https://togithub.com/kyverno/chainsaw/pull/1239) - chore(deps): Bump anchore/sbom-action from 0.15.10 to 0.15.11 (cherry-pick [#​1229](https://togithub.com/kyverno/chainsaw/issues/1229)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1240](https://togithub.com/kyverno/chainsaw/pull/1240) - chore(deps): Bump codecov/codecov-action from 4.3.0 to 4.3.1 (cherry-pick [#​1233](https://togithub.com/kyverno/chainsaw/issues/1233)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1241](https://togithub.com/kyverno/chainsaw/pull/1241) - chore(deps): Bump golangci/golangci-lint-action from 5.0.0 to 5.1.0 (cherry-pick [#​1230](https://togithub.com/kyverno/chainsaw/issues/1230)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1243](https://togithub.com/kyverno/chainsaw/pull/1243) - chore(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 (cherry-pick [#​1245](https://togithub.com/kyverno/chainsaw/issues/1245)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1246](https://togithub.com/kyverno/chainsaw/pull/1246) - feat: add pause on failure option (cherry-pick [#​1247](https://togithub.com/kyverno/chainsaw/issues/1247)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1248](https://togithub.com/kyverno/chainsaw/pull/1248) - chore(deps): Bump golangci/golangci-lint-action from 5.1.0 to 5.3.0 (cherry-pick [#​1250](https://togithub.com/kyverno/chainsaw/issues/1250)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1251](https://togithub.com/kyverno/chainsaw/pull/1251) - chore(deps): Bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.4 to 3.0.5 (cherry-pick [#​1249](https://togithub.com/kyverno/chainsaw/issues/1249)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1252](https://togithub.com/kyverno/chainsaw/pull/1252) - chore(deps): Bump actions/checkout from 4.1.4 to 4.1.5 (cherry-pick [#​1254](https://togithub.com/kyverno/chainsaw/issues/1254)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1259](https://togithub.com/kyverno/chainsaw/pull/1259) - chore(deps): Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 (cherry-pick [#​1257](https://togithub.com/kyverno/chainsaw/issues/1257)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1260](https://togithub.com/kyverno/chainsaw/pull/1260) - chore(deps): Bump aquasecurity/trivy-action from 0.19.0 to 0.20.0 (cherry-pick [#​1258](https://togithub.com/kyverno/chainsaw/issues/1258)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1261](https://togithub.com/kyverno/chainsaw/pull/1261) - feat: enable templating by default (cherry-pick [#​1264](https://togithub.com/kyverno/chainsaw/issues/1264)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1265](https://togithub.com/kyverno/chainsaw/pull/1265) - chore(deps): Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (cherry-pick [#​1266](https://togithub.com/kyverno/chainsaw/issues/1266)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1268](https://togithub.com/kyverno/chainsaw/pull/1268) - feat: force background propagation deletion (cherry-pick [#​1267](https://togithub.com/kyverno/chainsaw/issues/1267)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1269](https://togithub.com/kyverno/chainsaw/pull/1269) - feat: add direct cluster config support (cherry-pick [#​1207](https://togithub.com/kyverno/chainsaw/issues/1207)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1270](https://togithub.com/kyverno/chainsaw/pull/1270) - chore(deps): Bump codecov/codecov-action from 4.3.1 to 4.4.0 (cherry-pick [#​1271](https://togithub.com/kyverno/chainsaw/issues/1271)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1273](https://togithub.com/kyverno/chainsaw/pull/1273) - chore(deps): Bump github.com/fatih/color from 1.16.0 to 1.17.0 (cherry-pick [#​1272](https://togithub.com/kyverno/chainsaw/issues/1272)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1274](https://togithub.com/kyverno/chainsaw/pull/1274) - fix: make sure we resolve cluster only once (cherry-pick [#​1276](https://togithub.com/kyverno/chainsaw/issues/1276)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1277](https://togithub.com/kyverno/chainsaw/pull/1277) - chore: update release notes (cherry-pick [#​1280](https://togithub.com/kyverno/chainsaw/issues/1280)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1281](https://togithub.com/kyverno/chainsaw/pull/1281) - chore: update docs (cherry-pick [#​1282](https://togithub.com/kyverno/chainsaw/issues/1282)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1283](https://togithub.com/kyverno/chainsaw/pull/1283) - release: v0.2.1 (cherry-pick [#​1284](https://togithub.com/kyverno/chainsaw/issues/1284)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1286](https://togithub.com/kyverno/chainsaw/pull/1286) - chore: add v0.2.1 in bug reports template (cherry-pick [#​1285](https://togithub.com/kyverno/chainsaw/issues/1285)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1288](https://togithub.com/kyverno/chainsaw/pull/1288) - release: v0.2.1 (cherry-pick [#​1287](https://togithub.com/kyverno/chainsaw/issues/1287)) by [@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot) in [https://github.com/kyverno/chainsaw/pull/1289](https://togithub.com/kyverno/chainsaw/pull/1289) **Full Changelog**: https://github.com/kyverno/chainsaw/compare/v0.2.0...v0.2.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/anza-labs/lke-operator). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f95e767..bb79e72 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( require ( github.com/elastic/crd-ref-docs v0.0.12 github.com/golangci/golangci-lint v1.58.2 - github.com/kyverno/chainsaw v0.2.0 + github.com/kyverno/chainsaw v0.2.2 sigs.k8s.io/controller-tools v0.15.0 sigs.k8s.io/kustomize/kustomize/v5 v5.4.1 ) diff --git a/go.sum b/go.sum index fafdc47..da9cefe 100644 --- a/go.sum +++ b/go.sum @@ -669,6 +669,7 @@ github.com/kyoh86/exportloopref v0.1.11 h1:1Z0bcmTypkL3Q4k+IDHMWTcnCliEZcaPiIe0/ github.com/kyoh86/exportloopref v0.1.11/go.mod h1:qkV4UF1zGl6EkF1ox8L5t9SwyeBAZ3qLMd6up458uqA= github.com/kyverno/chainsaw v0.2.0 h1:UDNH5FCZH8tllLlicUYsj6+LIw388kK7AhEVqqg1bBs= github.com/kyverno/chainsaw v0.2.0/go.mod h1:vPpf6tRKQ1dLGYjT+gXEq3E7P1FArs+4jVF+09ihulQ= +github.com/kyverno/chainsaw v0.2.2/go.mod h1:m3SZdMHdn77NfWe7knYqmRCsrUTGlEjhTmA/7l/88HM= github.com/kyverno/kyverno-json v0.0.3-alpha.2.0.20240418134117-384bc5db5ad7 h1:09UL+pBN0LHYrv22dBmRKAQ0xBKCdkFMTJc0enyTj1o= github.com/kyverno/kyverno-json v0.0.3-alpha.2.0.20240418134117-384bc5db5ad7/go.mod h1:RwCdE0qkkKmMTgcci23U0Ffntfdbo5tOS7Ht6YLtxlY= github.com/kyverno/pkg/ext v0.0.0-20240418121121-df8add26c55c h1:lAolpR9H8BwM5lRRvgCQ8JowswyxZRH+fgtIQzHFVCk=