File tree Expand file tree Collapse file tree 2 files changed +573
-24
lines changed Expand file tree Collapse file tree 2 files changed +573
-24
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/go-getter
2
2
3
3
require (
4
- cloud.google.com/go v0.45.1
4
+ cloud.google.com/go v0.104.0 // indirect
5
+ cloud.google.com/go/storage v1.23.0
5
6
github.com/aws/aws-sdk-go v1.15.78
6
7
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
7
8
github.com/cheggaaa/pb v1.0.27
@@ -16,12 +17,9 @@ require (
16
17
github.com/mattn/go-runewidth v0.0.4 // indirect
17
18
github.com/mitchellh/go-homedir v1.0.0
18
19
github.com/mitchellh/go-testing-interface v1.0.0
19
- github.com/pmezard/go-difflib v1.0.0 // indirect
20
- github.com/stretchr/testify v1.2.2 // indirect
21
20
github.com/ulikunitz/xz v0.5.8
22
- golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
23
- golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
24
- google.golang.org/api v0.9.0
21
+ golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2
22
+ google.golang.org/api v0.93.0
25
23
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
26
24
)
27
25
You can’t perform that action at this time.
0 commit comments