Skip to content

Commit

Permalink
Bump google.golang.org/api from 0.102.0 to 0.145.0
Browse files Browse the repository at this point in the history
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.102.0 to 0.145.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.145.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 7da7bd8 commit 5a7e0fc
Show file tree
Hide file tree
Showing 2 changed files with 1,001 additions and 34 deletions.
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0
cloud.google.com/go/monitoring v1.15.1
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
Expand All @@ -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.145.0
google.golang.org/genproto v0.0.0-20230913181813-007df8e322eb
google.golang.org/genproto/googleapis/api v0.0.0-20230913181813-007df8e322eb
google.golang.org/grpc v1.58.2
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/validator.v2 v2.0.1
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading

0 comments on commit 5a7e0fc

Please sign in to comment.