From 3f6a763ef403d6a17c4c415e0f483295c0e5ae7b Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:17:36 +0200 Subject: [PATCH] Bumping libregistry Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- backend/go.mod | 2 +- backend/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/go.mod b/backend/go.mod index 794c7b1..991b7f9 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -9,7 +9,7 @@ require ( github.com/go-enry/go-license-detector/v4 v4.3.1 github.com/lib/pq v1.10.9 github.com/mitchellh/go-spdx v0.1.0 - github.com/opentofu/libregistry v0.0.0-20240911130704-36ad231a7168 + github.com/opentofu/libregistry v0.0.0-20241009085434-a0be829febc1 github.com/opentofu/tofudl v0.0.0-20240730151408-3bd8529dae09 github.com/opentofu/tofutestutils v0.0.0-20240821111804-5fcfb797e0a7 golang.org/x/sync v0.8.0 diff --git a/backend/go.sum b/backend/go.sum index e77c9d4..ca08d45 100644 --- a/backend/go.sum +++ b/backend/go.sum @@ -235,6 +235,8 @@ github.com/opentofu/libregistry v0.0.0-20240911094842-bfb6ed3cfb33 h1:NWhgKmeTGQ github.com/opentofu/libregistry v0.0.0-20240911094842-bfb6ed3cfb33/go.mod h1:irS/XyfQZdwi3Ggm105FfDyj3d9deFAi5GraORIeMsI= github.com/opentofu/libregistry v0.0.0-20240911130704-36ad231a7168 h1:2bwgWOJ90nzGuDeQFY6EBA/T6R3C3rnXYw7VFMURQnM= github.com/opentofu/libregistry v0.0.0-20240911130704-36ad231a7168/go.mod h1:irS/XyfQZdwi3Ggm105FfDyj3d9deFAi5GraORIeMsI= +github.com/opentofu/libregistry v0.0.0-20241009085434-a0be829febc1 h1:1wc2S/a7GvWGI8uQ+njrTdHNsnPRC76M+AXBqcIrdEY= +github.com/opentofu/libregistry v0.0.0-20241009085434-a0be829febc1/go.mod h1:irS/XyfQZdwi3Ggm105FfDyj3d9deFAi5GraORIeMsI= github.com/opentofu/registry-address v0.0.0-20230922120653-901b9ae4061a h1:NyM/PPbc+kxxv2d4OKfE32C5fLtVTLceyg4YKKCYO9Y= github.com/opentofu/registry-address v0.0.0-20230922120653-901b9ae4061a/go.mod h1:HzQhpVo/NJnGmN+7FPECCVCA5ijU7AUcvf39enBKYOc= github.com/opentofu/tofudl v0.0.0-20240730151408-3bd8529dae09 h1:bA3Dy3Be9o896wdcQhK0Ky2Eco0ZwCWZgt73dSaYuDI=