From 4ee066dd86fe01d2467b4a16daeadbed12e09bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:37:03 +0100 Subject: [PATCH] chore(deps): bump github.com/air-verse/air in /modules/common/tools (#9524) Bumps [github.com/air-verse/air](https://github.com/air-verse/air) from 1.61.0 to 1.61.1. - [Release notes](https://github.com/air-verse/air/releases) - [Changelog](https://github.com/air-verse/air/blob/master/.goreleaser.yml) - [Commits](https://github.com/air-verse/air/compare/v1.61.0...v1.61.1) --- updated-dependencies: - dependency-name: github.com/air-verse/air dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- modules/common/tools/go.mod | 2 +- modules/common/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/common/tools/go.mod b/modules/common/tools/go.mod index bd3a16453bae..929aaa3542cb 100644 --- a/modules/common/tools/go.mod +++ b/modules/common/tools/go.mod @@ -3,7 +3,7 @@ module k8s.io/dashboard/tools go 1.23.0 require ( - github.com/air-verse/air v1.61.0 + github.com/air-verse/air v1.61.1 github.com/apache/skywalking-eyes v0.6.0 github.com/golangci/golangci-lint v1.61.0 k8s.io/code-generator v0.31.1 diff --git a/modules/common/tools/go.sum b/modules/common/tools/go.sum index 8ece83188dad..8bee0aebd6ac 100644 --- a/modules/common/tools/go.sum +++ b/modules/common/tools/go.sum @@ -73,8 +73,8 @@ github.com/OpenPeeDeeP/depguard/v2 v2.2.0 h1:vDfG60vDtIuf0MEOhmLlLLSzqaRM8EMcgJP github.com/OpenPeeDeeP/depguard/v2 v2.2.0/go.mod h1:CIzddKRvLBC4Au5aYP/i3nyaWQ+ClszLIuVocRiCYFQ= github.com/ProtonMail/go-crypto v1.0.0 h1:LRuvITjQWX+WIfr930YHG2HNfjR1uOfyf5vE0kC2U78= github.com/ProtonMail/go-crypto v1.0.0/go.mod h1:EjAoLdwvbIOoOQr3ihjnSoLZRtE8azugULFRteWMNc0= -github.com/air-verse/air v1.61.0 h1:1l5Zt7bm0OQcVHq+F/t1uZCOmJf8r0U/YGuMNJzEuTI= -github.com/air-verse/air v1.61.0/go.mod h1:QW4HkIASdtSnwaYof1zgJCSxd41ebvix10t5ubtm9cg= +github.com/air-verse/air v1.61.1 h1:W3iLkvWd9XompcUbGZef3Fo1rj4Ts0SSI7Wlw9Z9OcU= +github.com/air-verse/air v1.61.1/go.mod h1:QW4HkIASdtSnwaYof1zgJCSxd41ebvix10t5ubtm9cg= github.com/alecthomas/assert/v2 v2.2.2 h1:Z/iVC0xZfWTaFNE6bA3z07T86hd45Xe2eLt6WVy2bbk= github.com/alecthomas/assert/v2 v2.2.2/go.mod h1:pXcQ2Asjp247dahGEmsZ6ru0UVwnkhktn7S0bBDLxvQ= github.com/alecthomas/chroma/v2 v2.14.0 h1:R3+wzpnUArGcQz7fCETQBzO5n9IMNi13iIs46aU4V9E=