ingress-nginx-helm/vendor/contrib.go.opencensus.io/exporter/ocagent/go.mod

10 lines
326 B
Modula-2
Raw Normal View History

2018-12-05 16:27:09 +00:00
module contrib.go.opencensus.io/exporter/ocagent
require (
2019-03-28 23:43:46 +00:00
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
go.opencensus.io v0.19.1
google.golang.org/api v0.2.0
google.golang.org/grpc v1.19.1
2018-12-05 16:27:09 +00:00
)