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 (
1111require (
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)
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ replace github.com/hashicorp/go-getter/v2 => ../
66
77require (
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)
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ replace github.com/hashicorp/go-getter/v2 => ../
66
77require (
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)
You can’t perform that action at this time.
0 commit comments