Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.18.2 to 1.22.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/storage/v1.18.2...spanner/v1.22.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>
12 lines
257 B
Modula-2
12 lines
257 B
Modula-2
module github.com/googleapis/gax-go/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.7
|
|
google.golang.org/api v0.71.0
|
|
google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6
|
|
google.golang.org/grpc v1.45.0
|
|
google.golang.org/protobuf v1.27.1
|
|
|
|
)
|