From d43717f0f5b696421157b3fee08db0ac9d286f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:33:41 +0000 Subject: [PATCH] Bump github.com/RedHatInsights/insights-operator-utils Bumps [github.com/RedHatInsights/insights-operator-utils](https://github.com/RedHatInsights/insights-operator-utils) from 1.25.2 to 1.25.3. - [Release notes](https://github.com/RedHatInsights/insights-operator-utils/releases) - [Commits](https://github.com/RedHatInsights/insights-operator-utils/compare/v1.25.2...v1.25.3) --- updated-dependencies: - dependency-name: github.com/RedHatInsights/insights-operator-utils 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 b8d3ea5..f72af19 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.14 require ( github.com/BurntSushi/toml v1.3.2 github.com/DATA-DOG/go-sqlmock v1.5.2 - github.com/RedHatInsights/insights-operator-utils v1.25.2 + github.com/RedHatInsights/insights-operator-utils v1.25.3 github.com/RedHatInsights/insights-results-types v1.3.23 github.com/Shopify/sarama v1.38.1 github.com/google/uuid v1.5.0 diff --git a/go.sum b/go.sum index 703630f..2bda76b 100644 --- a/go.sum +++ b/go.sum @@ -636,8 +636,8 @@ github.com/RedHatInsights/insights-operator-utils v1.21.0/go.mod h1:B2hizFGwXCc8 github.com/RedHatInsights/insights-operator-utils v1.21.2/go.mod h1:3Pfsgsi7GCu2wgIqQlt1llpyQyyxsDWEGdgnPvadM40= github.com/RedHatInsights/insights-operator-utils v1.21.8/go.mod h1:qa1a8NdarIzcZkr5mu9fBw4OarOfg1qZFZC1vNGbyas= github.com/RedHatInsights/insights-operator-utils v1.24.5/go.mod h1:7qR/8rlMdiqoXAkZyQ5JhVrVNCa6SBwNUt4KMq/17j4= -github.com/RedHatInsights/insights-operator-utils v1.25.2 h1:assZ+1iBdQLip3apVrbVeLpdCX2vWEQVqNDV9CFF/ds= -github.com/RedHatInsights/insights-operator-utils v1.25.2/go.mod h1:/kKpnF+K0J3xPSujVGiE4NtsEbOa2ttJDmSqzZOVnko= +github.com/RedHatInsights/insights-operator-utils v1.25.3 h1:68+ppwkm8gGLELBwI6gNmkvyRAD0aJt1Ja1iSggqJcA= +github.com/RedHatInsights/insights-operator-utils v1.25.3/go.mod h1:/kKpnF+K0J3xPSujVGiE4NtsEbOa2ttJDmSqzZOVnko= github.com/RedHatInsights/insights-results-aggregator v0.0.0-20200604090056-3534f6dd9c1c/go.mod h1:7Pc15NYXErx7BMJ4rF1Hacm+29G6atzjhwBpXNFMt+0= github.com/RedHatInsights/insights-results-aggregator-data v0.0.0-20200825113234-e84e924194bc/go.mod h1:DcDgoCCmBuUSKQOGrTi0BfFLdSjAp/KxIwyqKUd46sM= github.com/RedHatInsights/insights-results-aggregator-data v0.0.0-20201014142608-de97c4b07d5c/go.mod h1:x8IvreR2g24veCKVMXDPOR6a0D86QK9UCBfi5Xm5Gnc=