From 3ec56bb9dabc755d667120759a631a56544c1784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:06:22 +0000 Subject: [PATCH] Bump github.com/argoproj/gitops-engine Bumps [github.com/argoproj/gitops-engine](https://github.com/argoproj/gitops-engine) from 0.7.1-0.20221004132320-98ccd3d43fd9 to 0.7.3. - [Release notes](https://github.com/argoproj/gitops-engine/releases) - [Commits](https://github.com/argoproj/gitops-engine/commits/v0.7.3) --- updated-dependencies: - dependency-name: github.com/argoproj/gitops-engine 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 2506190..4cb5fc8 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/argoproj/argo-cd/v2 v2.5.0 github.com/argoproj/argo-workflows/v3 v3.4.3 - github.com/argoproj/gitops-engine v0.7.1-0.20221004132320-98ccd3d43fd9 + github.com/argoproj/gitops-engine v0.7.3 github.com/stretchr/testify v1.8.0 gopkg.in/yaml.v3 v3.0.1 k8s.io/apimachinery v0.24.3 diff --git a/go.sum b/go.sum index 5703f07..13cc4b1 100644 --- a/go.sum +++ b/go.sum @@ -102,8 +102,8 @@ github.com/argoproj/argo-cd/v2 v2.5.0 h1:gDRx8ZnKb0YguuMsATL5/za/jRXWI0yS2lhOghv github.com/argoproj/argo-cd/v2 v2.5.0/go.mod h1:3ToENm286PFVlZKNMutBzOwNyhevz4fw9dcgyiq3FIY= github.com/argoproj/argo-workflows/v3 v3.4.3 h1:4pt7+Rjy9Lzq/r6dWp6wL8mr3ucPHSsGIlWwoP3fueM= github.com/argoproj/argo-workflows/v3 v3.4.3/go.mod h1:Od1rQK5j9/WefqFaUsIwAqTialDhLlhups0RE/WYzz4= -github.com/argoproj/gitops-engine v0.7.1-0.20221004132320-98ccd3d43fd9 h1:pXN64mJfrg8qx4mgWDnJ9E2T5ikZupvVRSXYMoe39Y8= -github.com/argoproj/gitops-engine v0.7.1-0.20221004132320-98ccd3d43fd9/go.mod h1:WpA/B7tgwfz+sdNE3LqrTrb7ArEY1FOPI2pAGI0hfPc= +github.com/argoproj/gitops-engine v0.7.3 h1:0ZlRTReAJG5Y1PviQ8ZIJq/+VowxWe2uFwoXqYcbtXU= +github.com/argoproj/gitops-engine v0.7.3/go.mod h1:pRgVpLW7pZqf7n3COJ7UcDepk4cI61LAcJd64Q3Jq/c= github.com/argoproj/pkg v0.13.6 h1:36WPD9MNYECHcO1/R1pj6teYspiK7uMQLCgLGft2abM= github.com/argoproj/pkg v0.13.6/go.mod h1:I698DoJBKuvNFaixh4vFl2C88cNIT1WS7KCbz5ewyF8= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=