Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.26.0...spanner/v1.27.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
485 B
Modula-2
19 lines
485 B
Modula-2
module github.com/googleapis/gax-go/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.8
|
|
google.golang.org/api v0.90.0
|
|
google.golang.org/genproto v0.0.0-20220722212130-b98a9ff5e252
|
|
google.golang.org/grpc v1.48.0
|
|
google.golang.org/protobuf v1.28.1
|
|
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
|
|
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|