-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update module cloud.google.com/go to v0.44.0 (#177)
- Loading branch information
1 parent
165bb1e
commit 14ec0fa
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
module github.com/googleapis/gapic-showcase | ||
|
||
require ( | ||
cloud.google.com/go v0.43.0 | ||
cloud.google.com/go v0.44.0 | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/googleapis/gax-go/v2 v2.0.5 | ||
github.com/googleapis/grpc-fallback-go v0.1.3 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/viper v1.4.0 | ||
golang.org/x/net v0.0.0-20190802183608-ca1201d0de80 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
google.golang.org/api v0.7.0 | ||
google.golang.org/api v0.8.0 | ||
google.golang.org/genproto v0.0.0-20190802192310-fa694d86fc64 | ||
google.golang.org/grpc v1.22.1 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters