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 contrib.go.opencensus.io/exporter/stackdriver from 0.13.10 to 0.13.14 #246

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ require (
cloud.google.com/go/monitoring v1.7.0
cloud.google.com/go/profiler v0.3.0
contrib.go.opencensus.io/exporter/prometheus v0.4.2
contrib.go.opencensus.io/exporter/stackdriver v0.13.10
contrib.go.opencensus.io/exporter/stackdriver v0.13.14
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/dustin/go-humanize v1.0.0
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.2
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
Expand All @@ -21,7 +20,6 @@ require (
github.com/sirupsen/logrus v1.9.0
github.com/timshannon/bolthold v0.0.0-20200817130212-4a25ab140645
github.com/zorkian/go-datadog-api v2.30.0+incompatible
go.etcd.io/bbolt v1.3.5 // indirect
go.opencensus.io v0.23.0
google.golang.org/api v0.101.0
google.golang.org/genproto v0.0.0-20221018160656-63c7b68cfc55
Expand Down
Loading