From 4644023834178d7fbcc03f7821c22f60fce5a59b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Jan 2023 19:01:53 +0000 Subject: [PATCH] Update module github.com/hashicorp/go-version to v1.6.0 --- go.mod | 4 ++-- go.sum | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 36c184612..23d9d6dc1 100644 --- a/go.mod +++ b/go.mod @@ -9,8 +9,8 @@ require ( github.com/google/go-cmp v0.5.7 github.com/google/go-cpy v0.0.0-20211218193943-a9c933c06932 github.com/hashicorp/go-getter v1.5.11 - github.com/hashicorp/go-getter/v2 v2.1.0 // indirect - github.com/hashicorp/go-version v1.5.0 + github.com/hashicorp/go-getter/v2 v2.1.0 + github.com/hashicorp/go-version v1.6.0 github.com/hashicorp/hcl/v2 v2.11.1 github.com/hashicorp/terraform v0.15.3 github.com/imdario/mergo v0.3.12 diff --git a/go.sum b/go.sum index c4725471c..36026e183 100644 --- a/go.sum +++ b/go.sum @@ -401,6 +401,8 @@ github.com/hashicorp/go-version v1.4.0 h1:aAQzgqIrRKRa7w75CKpbBxYsmUoPjzVm1W59ca github.com/hashicorp/go-version v1.4.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/go-version v1.5.0 h1:O293SZ2Eg+AAYijkVK3jR786Am1bhDEh2GHT0tIVE5E= github.com/hashicorp/go-version v1.5.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= +github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek= +github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA= github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= github.com/hashicorp/hcl v0.0.0-20170504190234-a4b07c25de5f/go.mod h1:oZtUIOe8dh44I2q6ScRibXws4Ajl+d+nod3AaR9vL5w=