From b672af6c06e0868519e9c3b5ad8c3f4c323ff8a2 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Wed, 6 Apr 2022 02:46:22 +0000 Subject: [PATCH] Bump go-getter to 1.5.11 Ref https://github.com/roboll/helmfile/issues/2106 Signed-off-by: Yusuke Kuoka --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0b4e9791..9bfe86eb 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/golang/mock v1.6.0 github.com/google/go-cmp v0.5.7 github.com/gosuri/uitable v0.0.4 - github.com/hashicorp/go-getter v1.5.9 + github.com/hashicorp/go-getter v1.5.11 github.com/hashicorp/go-version v1.2.1 github.com/imdario/mergo v0.3.12 github.com/jessevdk/go-flags v1.4.0 diff --git a/go.sum b/go.sum index 47f43ed3..81c055b9 100644 --- a/go.sum +++ b/go.sum @@ -411,6 +411,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= github.com/hashicorp/go-getter v1.5.9 h1:b7ahZW50iQiUek/at3CvZhPK1/jiV6CtKcsJiR6E4R0= github.com/hashicorp/go-getter v1.5.9/go.mod h1:BrrV/1clo8cCYu6mxvboYg+KutTiFnXjMEgDD8+i7ZI= +github.com/hashicorp/go-getter v1.5.11 h1:wioTuNmaBU3IE9vdFtFMcmZWj0QzLc6DYaP6sNe5onY= +github.com/hashicorp/go-getter v1.5.11/go.mod h1:9i48BP6wpWweI/0/+FBjqLrp9S8XtwUGjiu0QkWHEaY= github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd/go.mod h1:9bjs9uLqI8l75knNv3lV1kA55veR+WUPSiKIWcQHudI= github.com/hashicorp/go-hclog v0.8.0/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ= github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=