mirror of
https://github.com/octoleo/restic.git
synced 2024-11-12 08:16:37 +00:00
b9f0f031b6
Closes #2129
10 lines
414 B
Modula-2
10 lines
414 B
Modula-2
module contrib.go.opencensus.io/exporter/ocagent
|
|
|
|
require (
|
|
github.com/census-instrumentation/opencensus-proto v0.1.0-0.20181214143942-ba49f56771b8 // this is to match the version used in census-instrumentation/opencensus-service
|
|
github.com/golang/protobuf v1.2.0
|
|
go.opencensus.io v0.18.1-0.20181204023538-aab39bd6a98b
|
|
google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf
|
|
google.golang.org/grpc v1.15.0
|
|
)
|