From 80af73289c1b4a5729bb371a2940d8814cfbf5ca Mon Sep 17 00:00:00 2001 From: Daniel Bily Date: Thu, 2 Sep 2021 17:39:28 +0200 Subject: [PATCH] bump operator-utils version bump operator-utils version bump operator-utils version --- go.mod | 4 ++-- go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 9e9f017b9..3b92e4cdf 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/RedHatInsights/insights-results-aggregator-data go 1.14 require ( - github.com/RedHatInsights/insights-operator-utils v1.9.0 + github.com/RedHatInsights/insights-operator-utils v1.12.0 github.com/google/uuid v1.1.2 -) \ No newline at end of file +) diff --git a/go.sum b/go.sum index c9bd37520..ef40aad4b 100644 --- a/go.sum +++ b/go.sum @@ -33,8 +33,8 @@ github.com/RedHatInsights/insights-operator-utils v1.4.1-0.20200729093922-bca685 github.com/RedHatInsights/insights-operator-utils v1.6.2/go.mod h1:RW9Jq4LgqIkV3WY6AS2EkopYyZDIr5BNGiU5I75HryM= github.com/RedHatInsights/insights-operator-utils v1.6.7/go.mod h1:ott1/rkxcyQtK6XdYj1Ur3XGSYRAHTplJiV5RKkij2o= github.com/RedHatInsights/insights-operator-utils v1.8.3/go.mod h1:L6alrkNSM+uBzlQdIihhGnwTpdw+bD8i8Fdh/OE9rdo= -github.com/RedHatInsights/insights-operator-utils v1.9.0 h1:LGaA5rV4yzZFY+5mjXNYjsxiwqPvyhpDTG6T1SDlbw0= -github.com/RedHatInsights/insights-operator-utils v1.9.0/go.mod h1:mN5jURLpSG+j7y3VPAUTPyHsTWSxrqSHSerSacDBgFU= +github.com/RedHatInsights/insights-operator-utils v1.12.0 h1:cQVdkkRRlQ23QVGFgXLNpvv/FcnH3ZB2tKszNQ6iL0c= +github.com/RedHatInsights/insights-operator-utils v1.12.0/go.mod h1:mN5jURLpSG+j7y3VPAUTPyHsTWSxrqSHSerSacDBgFU= 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=