From 30fedcead4e6a24c6052266e7f579e8214b6714e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 20:22:24 +0000 Subject: [PATCH] Bump github.com/fluxcd/image-automation-controller from 0.6.1 to 0.7.0 Bumps [github.com/fluxcd/image-automation-controller](https://github.com/fluxcd/image-automation-controller) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/fluxcd/image-automation-controller/releases) - [Changelog](https://github.com/fluxcd/image-automation-controller/blob/main/CHANGELOG.md) - [Commits](https://github.com/fluxcd/image-automation-controller/compare/v0.6.1...v0.7.0) Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1ee4a6f..cb77a54 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/xenitab/gitops-promotion go 1.16 require ( - github.com/fluxcd/image-automation-controller v0.6.1 + github.com/fluxcd/image-automation-controller v0.7.0 github.com/fluxcd/image-reflector-controller/api v0.7.0 github.com/jfrog/jfrog-client-go v0.20.1 github.com/libgit2/git2go/v31 v31.4.14