mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
1a6b9157e2
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.16.0 to 1.16.1. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.16.0...storage/v1.16.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
469 B
Modula-2
16 lines
469 B
Modula-2
module cloud.google.com/go/storage
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
cloud.google.com/go v0.93.3
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/googleapis/gax-go/v2 v2.0.5
|
|
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
google.golang.org/api v0.54.0
|
|
google.golang.org/genproto v0.0.0-20210825212027-de86158e7fda
|
|
google.golang.org/grpc v1.40.0
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|