2019-04-20 19:53:34 -04:00
|
|
|
module contrib.go.opencensus.io/exporter/ocagent
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/census-instrumentation/opencensus-proto v0.2.0 // this is to match the version used in census-instrumentation/opencensus-service
|
|
|
|
github.com/golang/protobuf v1.3.1
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
|
2019-05-30 17:25:43 -04:00
|
|
|
go.opencensus.io v0.21.0
|
|
|
|
google.golang.org/api v0.4.0
|
|
|
|
google.golang.org/grpc v1.20.1
|
2019-04-20 19:53:34 -04:00
|
|
|
)
|