Skip to content

Commit a3884fc

Browse files
authored
[v2] update s3 gcs and cmd to use most recent v2 module (#352)
1 parent 976c908 commit a3884fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/go-getter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/fatih/color v1.9.0 // indirect
1414
github.com/hashicorp/go-getter/gcs/v2 v2.0.0-00010101000000-000000000000
1515
github.com/hashicorp/go-getter/s3/v2 v2.0.0-00010101000000-000000000000
16-
github.com/hashicorp/go-getter/v2 v2.0.0-20201001102414-74576d5f550a
16+
github.com/hashicorp/go-getter/v2 v2.0.1
1717
github.com/mattn/go-runewidth v0.0.8 // indirect
1818
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
1919
)

gcs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ replace github.com/hashicorp/go-getter/v2 => ../
66

77
require (
88
cloud.google.com/go/storage v1.6.0
9-
github.com/hashicorp/go-getter/v2 v2.0.0-20201001102414-74576d5f550a
9+
github.com/hashicorp/go-getter/v2 v2.0.1
1010
google.golang.org/api v0.21.0
1111
)

s3/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ replace github.com/hashicorp/go-getter/v2 => ../
66

77
require (
88
github.com/aws/aws-sdk-go v1.30.8
9-
github.com/hashicorp/go-getter/v2 v2.0.0-20201001102414-74576d5f550a
9+
github.com/hashicorp/go-getter/v2 v2.0.1
1010
)

0 commit comments

Comments
 (0)