Skip to content

Commit d57df6e

Browse files
committed
Bump GCP libraries for WIF
1 parent 3e428c4 commit d57df6e

File tree

2 files changed

+573
-24
lines changed

2 files changed

+573
-24
lines changed

go.mod

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module github.com/hashicorp/go-getter
22

33
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
56
github.com/aws/aws-sdk-go v1.15.78
67
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
78
github.com/cheggaaa/pb v1.0.27
@@ -16,12 +17,9 @@ require (
1617
github.com/mattn/go-runewidth v0.0.4 // indirect
1718
github.com/mitchellh/go-homedir v1.0.0
1819
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
2120
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
2523
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
2624
)
2725

0 commit comments

Comments
 (0)