From 0e5691abfe0f984812e12e19551c62fd9a199e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:50:01 +0000 Subject: [PATCH] chore(deps): bump github.com/lburgazzoli/gomega-matchers Bumps [github.com/lburgazzoli/gomega-matchers](https://github.com/lburgazzoli/gomega-matchers) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/lburgazzoli/gomega-matchers/releases) - [Commits](https://github.com/lburgazzoli/gomega-matchers/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: github.com/lburgazzoli/gomega-matchers 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 1a58328..90aa1cd 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/go-logr/logr v1.4.2 github.com/gorilla/mux v1.8.1 github.com/hashicorp/go-cleanhttp v0.5.2 - github.com/lburgazzoli/gomega-matchers v0.1.0 + github.com/lburgazzoli/gomega-matchers v0.1.1 github.com/lburgazzoli/k8s-manifests-renderer-helm v0.1.3 github.com/onsi/gomega v1.34.2 github.com/operator-framework/api v0.27.0 diff --git a/go.sum b/go.sum index c692aa3..1c65599 100644 --- a/go.sum +++ b/go.sum @@ -245,8 +245,8 @@ github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 h1:SOEGU9fKiNWd/HOJuq github.com/lann/builder v0.0.0-20180802200727-47ae307949d0/go.mod h1:dXGbAdH5GtBTC4WfIxhKZfyBF/HBFgRZSWwZ9g/He9o= github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 h1:P6pPBnrTSX3DEVR4fDembhRWSsG5rVo6hYhAB/ADZrk= github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0/go.mod h1:vmVJ0l/dxyfGW6FmdpVm2joNMFikkuWg0EoCKLGUMNw= -github.com/lburgazzoli/gomega-matchers v0.1.0 h1:jkW45zWWGz6CP9EaUCKWcWgXiogiuHEsba28BMWv3IY= -github.com/lburgazzoli/gomega-matchers v0.1.0/go.mod h1:MwRD1wEQrYBrON1pBYI/bwohSd3xeqflZa9nxXeSd9Q= +github.com/lburgazzoli/gomega-matchers v0.1.1 h1:it5XiuJGJB2Noq1KayamTgEe7Ls2/Cycezt3g6xyuo4= +github.com/lburgazzoli/gomega-matchers v0.1.1/go.mod h1:sTPi8iTNViVEDJujnMzYicDshmo6G4rl9+gF/O02/V8= github.com/lburgazzoli/k8s-manifests-renderer-helm v0.1.3 h1:P3VLDIraHPjJeD6tim0ueJu8nZslE171IB3ldRGDsQM= github.com/lburgazzoli/k8s-manifests-renderer-helm v0.1.3/go.mod h1:m3GWnxJgaLSTqc6k3EZZpjdDSIE+HqyjQicjgxn4xAo= github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=