blob: be6269e8508493e4016ad6b39c01d8bd6a4cc70e [file] [log] [blame]
module contrib.go.opencensus.io/exporter/stackdriver
require (
cloud.google.com/go v0.36.0
contrib.go.opencensus.io/exporter/ocagent v0.4.8
contrib.go.opencensus.io/resource v0.0.0-20190131005048-21591786a5e0
github.com/aws/aws-sdk-go v1.17.5
github.com/census-instrumentation/opencensus-proto v0.2.0
github.com/golang/protobuf v1.3.0
github.com/google/go-cmp v0.2.0
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
go.opencensus.io v0.19.2-0.20190319182201-ebb7978abd3f // TODO(songy23): use the released versoin once new release is publised.
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
google.golang.org/api v0.2.0
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19
google.golang.org/grpc v1.19.0
gopkg.in/yaml.v2 v2.2.2 // indirect
)