Skip to content

Commit

Permalink
Bump cloud.google.com/go/profiler from 0.3.1 to 0.4.1
Browse files Browse the repository at this point in the history
Bumps [cloud.google.com/go/profiler](https://github.com/googleapis/google-cloud-go) from 0.3.1 to 0.4.1.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@ai/v0.3.1...ai/v0.4.1)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/profiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent c6f9414 commit ffad2b1
Show file tree
Hide file tree
Showing 2 changed files with 2,180 additions and 44 deletions.
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ 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/profiler v0.3.1
cloud.google.com/go/datastore v1.17.1
cloud.google.com/go/monitoring v1.19.0
cloud.google.com/go/profiler v0.4.1
contrib.go.opencensus.io/exporter/prometheus v0.4.2
contrib.go.opencensus.io/exporter/stackdriver v0.13.10
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/dustin/go-humanize v1.0.1
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
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.186.0
google.golang.org/genproto v0.0.0-20240617180043-68d350f18fd4
google.golang.org/genproto/googleapis/api v0.0.0-20240617180043-68d350f18fd4
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
Expand Down
Loading

0 comments on commit ffad2b1

Please sign in to comment.