File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
github.com/fatih/color v1.9.0 // indirect
14
14
github.com/hashicorp/go-getter/gcs/v2 v2.0.0-00010101000000-000000000000
15
15
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
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.0-20201001102414-74576d5f550a
9
+ github.com/hashicorp/go-getter/v2 v2.0.1
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.0-20201001102414-74576d5f550a
9
+ github.com/hashicorp/go-getter/v2 v2.0.1
10
10
)
You can’t perform that action at this time.
0 commit comments