From ba1343b0ca59d2d01d2604a80392e3770c8d09e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 04:38:42 +0000 Subject: [PATCH] Bump github.com/Mellanox/maintenance-operator/api from 0.2.2 to 0.2.3 Bumps [github.com/Mellanox/maintenance-operator/api](https://github.com/Mellanox/maintenance-operator) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/Mellanox/maintenance-operator/releases) - [Commits](https://github.com/Mellanox/maintenance-operator/compare/v0.2.2...v0.2.3) --- updated-dependencies: - dependency-name: github.com/Mellanox/maintenance-operator/api dependency-version: 0.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 49875e5..7001e31 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/NVIDIA/k8s-operator-libs go 1.24.0 require ( - github.com/Mellanox/maintenance-operator/api v0.2.2 + github.com/Mellanox/maintenance-operator/api v0.2.3 github.com/go-logr/logr v1.4.3 github.com/onsi/ginkgo/v2 v2.23.4 github.com/onsi/gomega v1.37.0 diff --git a/go.sum b/go.sum index afc58d4..00c3dcb 100644 --- a/go.sum +++ b/go.sum @@ -2,8 +2,8 @@ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25 github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E= github.com/MakeNowJust/heredoc v1.0.0 h1:cXCdzVdstXyiTqTvfqk9SDHpKNjxuom+DOlyEeQ4pzQ= github.com/MakeNowJust/heredoc v1.0.0/go.mod h1:mG5amYoWBHf8vpLOuehzbGGw0EHxpZZ6lCpQ4fNJ8LE= -github.com/Mellanox/maintenance-operator/api v0.2.2 h1:7bl/txeHv49NdubQ72AqC7tLXa9oJrZuqk27TG5CybM= -github.com/Mellanox/maintenance-operator/api v0.2.2/go.mod h1:pkd4TxjMFItohSXT0D1JhXB/E3d8jE5asBzxNATwT2s= +github.com/Mellanox/maintenance-operator/api v0.2.3 h1:FWv2/klChDwygRajx3SrVQYzbHGBPs3sEfnnescLUiw= +github.com/Mellanox/maintenance-operator/api v0.2.3/go.mod h1:pkd4TxjMFItohSXT0D1JhXB/E3d8jE5asBzxNATwT2s= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=