diff --git a/cosmovisor/go.mod b/cosmovisor/go.mod index 89be7e51616e..14054c69bd56 100644 --- a/cosmovisor/go.mod +++ b/cosmovisor/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/cosmos/cosmos-sdk v0.46.0-beta2 - github.com/hashicorp/go-getter v1.5.11 + github.com/hashicorp/go-getter v1.6.0 github.com/otiai10/copy v1.7.0 github.com/rs/zerolog v1.26.1 github.com/spf13/cobra v1.4.0 diff --git a/cosmovisor/go.sum b/cosmovisor/go.sum index c775e039b64f..42dc0ff88d4c 100644 --- a/cosmovisor/go.sum +++ b/cosmovisor/go.sum @@ -537,8 +537,8 @@ github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtng github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ= github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= -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-getter v1.6.0 h1:cf3pTSAP3mkqKQMAs64ivzYL+GBHwkeE9T0RomSZPzI= +github.com/hashicorp/go-getter v1.6.0/go.mod h1:9i48BP6wpWweI/0/+FBjqLrp9S8XtwUGjiu0QkWHEaY= github.com/hashicorp/go-hclog v0.12.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v0.16.2/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= github.com/hashicorp/go-hclog v1.0.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ=