2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 08:30:49 +00:00
restic/vendor/contrib.go.opencensus.io/exporter/ocagent/go.mod

11 lines
385 B
Modula-2
Raw Normal View History

2019-01-27 20:07:57 +00:00
module contrib.go.opencensus.io/exporter/ocagent
require (
2019-04-24 10:32:52 +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
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
go.opencensus.io v0.20.2
google.golang.org/api v0.3.1
google.golang.org/grpc v1.19.1
2019-01-27 20:07:57 +00:00
)