File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ replace (
11
11
require (
12
12
github.com/cheggaaa/pb v1.0.28
13
13
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
17
17
github.com/mattn/go-runewidth v0.0.8 // indirect
18
18
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
19
19
)
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ replace github.com/hashicorp/go-getter/v2 => ../
6
6
7
7
require (
8
8
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
10
10
google.golang.org/api v0.21.0
11
11
)
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ replace github.com/hashicorp/go-getter/v2 => ../
6
6
7
7
require (
8
8
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
10
10
)
You can’t perform that action at this time.
0 commit comments