Skip to content

Commit

Permalink
grpc dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohan Manikanta authored and Mohan Manikanta committed Dec 9, 2024
1 parent 4f2495c commit 3e2d339
Show file tree
Hide file tree
Showing 2 changed files with 727 additions and 34 deletions.
11 changes: 4 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,27 +1,24 @@
module github.com/hashicorp/go-getter

require (
cloud.google.com/go/iam v0.5.0 // indirect
cloud.google.com/go/storage v1.27.0
cloud.google.com/go/storage v1.29.0
github.com/aws/aws-sdk-go v1.44.122
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/cheggaaa/pb v1.0.27
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-safetemp v1.0.0
github.com/hashicorp/go-version v1.6.0
github.com/klauspost/compress v1.15.11
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-testing-interface v1.14.1
github.com/ulikunitz/xz v0.5.10
golang.org/x/oauth2 v0.1.0
google.golang.org/api v0.100.0
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
golang.org/x/oauth2 v0.7.0
google.golang.org/api v0.114.0
google.golang.org/grpc v1.56.3 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
)
Expand Down
Loading

0 comments on commit 3e2d339

Please sign in to comment.