From ef8f91e6cd12c36af3a8827fe6fdfb45c5499f78 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Mon, 13 Feb 2023 13:19:21 -0500 Subject: [PATCH] [V2] Bump submodules to use most recent v2 module version --- cmd/go-getter/go.mod | 2 +- gcs/go.mod | 2 +- s3/go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/go-getter/go.mod b/cmd/go-getter/go.mod index ada6f3367..a86e763df 100644 --- a/cmd/go-getter/go.mod +++ b/cmd/go-getter/go.mod @@ -12,7 +12,7 @@ require ( github.com/cheggaaa/pb v1.0.29 github.com/hashicorp/go-getter/gcs/v2 v2.1.0 github.com/hashicorp/go-getter/s3/v2 v2.1.0 - github.com/hashicorp/go-getter/v2 v2.1.1 + github.com/hashicorp/go-getter/v2 v2.2.0 github.com/mattn/go-runewidth v0.0.8 // indirect ) diff --git a/gcs/go.mod b/gcs/go.mod index 97ad8f553..deedea1d8 100644 --- a/gcs/go.mod +++ b/gcs/go.mod @@ -11,7 +11,7 @@ require ( github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-cleanhttp v0.5.2 // indirect - github.com/hashicorp/go-getter/v2 v2.1.1 + github.com/hashicorp/go-getter/v2 v2.2.0 github.com/hashicorp/go-multierror v1.1.1 // indirect github.com/hashicorp/go-version v1.6.0 // indirect github.com/mitchellh/go-homedir v1.1.0 // indirect diff --git a/s3/go.mod b/s3/go.mod index 5da8811a9..eb372e58e 100644 --- a/s3/go.mod +++ b/s3/go.mod @@ -6,7 +6,7 @@ replace github.com/hashicorp/go-getter/v2 => ../ require ( github.com/aws/aws-sdk-go v1.44.114 - github.com/hashicorp/go-getter/v2 v2.1.1 + github.com/hashicorp/go-getter/v2 v2.2.0 ) require (