Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump google.golang.org/api from 0.102.0 to 0.186.0 #389

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump google.golang.org/api from 0.102.0 to 0.186.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.102.0 to 0.186.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.102.0...v0.186.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
commit 9dff8f7dbd7e9b148136d5d311a3f7349797faa3
13 changes: 7 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@ module github.com/google/ts-bridge
go 1.16

require (
cloud.google.com/go/datastore v1.9.0
cloud.google.com/go/monitoring v1.7.0
cloud.google.com/go/datastore v1.17.1
cloud.google.com/go/monitoring v1.19.0
cloud.google.com/go/profiler v0.3.1
contrib.go.opencensus.io/exporter/prometheus v0.4.2
contrib.go.opencensus.io/exporter/stackdriver v0.13.10
@@ -13,7 +13,7 @@ require (
github.com/go-bindata/go-bindata/v3 v3.1.3
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.3
github.com/golang/protobuf v1.5.4
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
github.com/influxdata/influxql v1.1.0
github.com/kisielk/errcheck v1.6.0 // indirect
@@ -23,9 +23,10 @@ require (
github.com/zorkian/go-datadog-api v2.30.0+incompatible
go.etcd.io/bbolt v1.3.5 // indirect
go.opencensus.io v0.24.0
google.golang.org/api v0.102.0
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e
google.golang.org/grpc v1.51.0
google.golang.org/api v0.186.0
google.golang.org/genproto v0.0.0-20240617180043-68d350f18fd4
google.golang.org/genproto/googleapis/api v0.0.0-20240610135401-a8a62080eff3
google.golang.org/grpc v1.64.0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/validator.v2 v2.0.1
gopkg.in/yaml.v2 v2.4.0
Loading
Loading