From b2c468ecf730a74623642cad3ad1aa447510fbf8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:52:33 +0000 Subject: [PATCH] deps(deps): update github.com/awslabs/amazon-ecr-credential-helper/ecr-login digest to 00224ff (#348) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/awslabs/amazon-ecr-credential-helper/ecr-login](https://redirect.github.com/awslabs/amazon-ecr-credential-helper) | require | digest | `08549e0` -> `00224ff` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/validator-labs/validator-plugin-oci). Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 25ae478..43f1ecf 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/validator-labs/validator-plugin-oci go 1.23.3 require ( - github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20241221024903-08549e0fd001 + github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20241223222557-00224ff129ac github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 github.com/go-logr/logr v1.4.2 github.com/google/go-containerregistry v0.20.2 diff --git a/go.sum b/go.sum index 16f9283..8a54c4e 100644 --- a/go.sum +++ b/go.sum @@ -163,8 +163,8 @@ github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 h1:Xgv/hyNgvLda/M9l9qxXc4UFSgpp github.com/aws/aws-sdk-go-v2/service/sts v1.33.3/go.mod h1:5Gn+d+VaaRgsjewpMvGazt0WfcFO+Md4wLOuBfGR9Bc= github.com/aws/smithy-go v1.22.1 h1:/HPHZQ0g7f4eUeK6HKglFz8uwVfZKgoI25rb/J+dnro= github.com/aws/smithy-go v1.22.1/go.mod h1:irrKGvNn1InZwb2d7fkIRNucdfwR8R+Ts3wxYa/cJHg= -github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20241221024903-08549e0fd001 h1:klUd3uf+MtqexU4fEk5zLbWwtO0OG39s2hF6trIgp60= -github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20241221024903-08549e0fd001/go.mod h1:buROTt8BmpmbtAa4xEDlf+dcInVO5b1LbgCo2xUq6iU= +github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20241223222557-00224ff129ac h1:RPkmX7NlHPfOZhysGbOema6SOH1KdJl/vPLpr62pnwI= +github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20241223222557-00224ff129ac/go.mod h1:buROTt8BmpmbtAa4xEDlf+dcInVO5b1LbgCo2xUq6iU= github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=