Skip to content

Commit 3e2d339

Browse files
Mohan ManikantaMohan Manikanta
authored andcommitted
grpc dependency update
1 parent 4f2495c commit 3e2d339

File tree

2 files changed

+727
-34
lines changed

2 files changed

+727
-34
lines changed

go.mod

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

33
require (
4-
cloud.google.com/go/iam v0.5.0 // indirect
5-
cloud.google.com/go/storage v1.27.0
4+
cloud.google.com/go/storage v1.29.0
65
github.com/aws/aws-sdk-go v1.44.122
76
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
87
github.com/cheggaaa/pb v1.0.27
9-
github.com/davecgh/go-spew v1.1.1 // indirect
108
github.com/fatih/color v1.7.0 // indirect
119
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1210
github.com/hashicorp/go-cleanhttp v0.5.2
1311
github.com/hashicorp/go-safetemp v1.0.0
1412
github.com/hashicorp/go-version v1.6.0
1513
github.com/klauspost/compress v1.15.11
1614
github.com/mattn/go-colorable v0.0.9 // indirect
17-
github.com/mattn/go-isatty v0.0.4 // indirect
1815
github.com/mattn/go-runewidth v0.0.4 // indirect
1916
github.com/mitchellh/go-homedir v1.1.0
2017
github.com/mitchellh/go-testing-interface v1.14.1
2118
github.com/ulikunitz/xz v0.5.10
22-
golang.org/x/oauth2 v0.1.0
23-
google.golang.org/api v0.100.0
24-
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
19+
golang.org/x/oauth2 v0.7.0
20+
google.golang.org/api v0.114.0
21+
google.golang.org/grpc v1.56.3 // indirect
2522
google.golang.org/protobuf v1.33.0 // indirect
2623
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
2724
)

0 commit comments

Comments
 (0)