This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module contrib.go.opencensus.io/exporter/stackdriver
22
33require (
4- cloud.google.com/go v0.36.0
5- contrib.go.opencensus.io/exporter/ocagent v0.4.8
4+ cloud.google.com/go v0.37.1
5+ contrib.go.opencensus.io/exporter/ocagent v0.4.9
66 contrib.go.opencensus.io/resource v0.0.0-20190131005048-21591786a5e0
7- github.com/aws/aws-sdk-go v1.17.5
7+ github.com/aws/aws-sdk-go v1.18.6
88 github.com/census-instrumentation/opencensus-proto v0.2.0
9- github.com/golang/protobuf v1.3.0
9+ github.com/golang/protobuf v1.3.1
1010 github.com/google/go-cmp v0.2.0
1111 github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
12- go.opencensus.io v0.19.2-0.20190319182201-ebb7978abd3f // TODO(songy23): use the released versoin once new release is publised.
13- golang.org/x/net v0.0.0-20190311183353-d8887717615a
14- golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
12+ go.opencensus.io v0.19.1
13+ golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
14+ golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
1515 google.golang.org/api v0.2.0
1616 google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
17- google.golang.org/grpc v1.19.0
18- gopkg.in/yaml.v2 v2.2.2 // indirect
17+ google.golang.org/grpc v1.19.1
1918)
You can’t perform that action at this time.
0 commit comments