From 85d3e79177e0d511e378a848aea4826daa6edb0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 07:10:03 +0000 Subject: [PATCH] Bump github.com/redhat-cop/operator-utils from 1.1.4 to 1.2.0 Bumps [github.com/redhat-cop/operator-utils](https://github.com/redhat-cop/operator-utils) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/redhat-cop/operator-utils/releases) - [Commits](https://github.com/redhat-cop/operator-utils/compare/v1.1.4...v1.2.0) --- updated-dependencies: - dependency-name: github.com/redhat-cop/operator-utils dependency-type: direct:production update-type: version-update:semver-minor ... 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 5c17d762..eab252f0 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/onsi/ginkgo v1.16.4 github.com/onsi/gomega v1.16.0 github.com/palantir/go-githubapp v0.9.2 - github.com/redhat-cop/operator-utils v1.1.4 + github.com/redhat-cop/operator-utils v1.2.0 github.com/stretchr/testify v1.7.0 github.com/thoas/go-funk v0.9.1 k8s.io/api v0.22.2 diff --git a/go.sum b/go.sum index f5000d1a..514c38d1 100644 --- a/go.sum +++ b/go.sum @@ -487,8 +487,8 @@ github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40T github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM= github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= -github.com/redhat-cop/operator-utils v1.1.4 h1:ROyglAr8mk4q4qEcKPLTZw6VyddFugoujtZ0CQMCi94= -github.com/redhat-cop/operator-utils v1.1.4/go.mod h1:gKtKExcEUSaso5yuePnzP/zXI7W46DLbCAhy9Eqj1C4= +github.com/redhat-cop/operator-utils v1.2.0 h1:HIhY5B4bkd9FGUjgacw6nuk+v1n6lL6eW2eCPZ+i+to= +github.com/redhat-cop/operator-utils v1.2.0/go.mod h1:gKtKExcEUSaso5yuePnzP/zXI7W46DLbCAhy9Eqj1C4= github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=