Skip to content

Commit 106ef8d

Browse files
authored
[v2] update s3 gcs and cmd to use most recent v2 module (#365)
1 parent 31c3313 commit 106ef8d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

cmd/go-getter/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ replace (
1111
require (
1212
github.com/cheggaaa/pb v1.0.28
1313
github.com/fatih/color v1.9.0 // indirect
14-
github.com/hashicorp/go-getter/gcs/v2 v2.0.0-00010101000000-000000000000
15-
github.com/hashicorp/go-getter/s3/v2 v2.0.0-00010101000000-000000000000
16-
github.com/hashicorp/go-getter/v2 v2.0.1
14+
github.com/hashicorp/go-getter/gcs/v2 v2.1.0
15+
github.com/hashicorp/go-getter/s3/v2 v2.1.0
16+
github.com/hashicorp/go-getter/v2 v2.1.0
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.1
9+
github.com/hashicorp/go-getter/v2 v2.1.0
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.1
9+
github.com/hashicorp/go-getter/v2 v2.1.0
1010
)

0 commit comments

Comments
 (0)