From 5beefa565207091b32ef819a42a1e9539af43fe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:10:08 +0000 Subject: [PATCH] fix(deps): update module github.com/hashicorp/go-version to v1.7.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8aac6756b..6a15607e8 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-getter/v2 v2.2.2 github.com/hashicorp/go-retryablehttp v0.7.7 - github.com/hashicorp/go-version v1.6.0 + github.com/hashicorp/go-version v1.7.0 github.com/hashicorp/hcl/v2 v2.20.1 github.com/iancoleman/strcase v0.3.0 github.com/mattn/go-isatty v0.0.20