mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
8ff6938fa4
Including going to tsdb 0.7.0. Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
11 lines
385 B
Modula-2
11 lines
385 B
Modula-2
module contrib.go.opencensus.io/exporter/ocagent
|
|
|
|
require (
|
|
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
|
|
)
|