Remove BPA from Makefile
[icn.git] / cmd / bpa-operator / vendor / contrib.go.opencensus.io / exporter / ocagent / go.mod
1 module contrib.go.opencensus.io/exporter/ocagent
2
3 require (
4         github.com/census-instrumentation/opencensus-proto v0.2.0 // this is to match the version used in census-instrumentation/opencensus-service
5         github.com/golang/mock v1.2.0 // indirect
6         github.com/golang/protobuf v1.3.1
7         github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
8         go.opencensus.io v0.20.0
9         google.golang.org/api v0.3.0
10         google.golang.org/grpc v1.19.1
11         gopkg.in/yaml.v2 v2.2.2 // indirect
12 )