-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
22 lines (20 loc) · 818 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/joe-elliott/trace-streaming
go 1.13
require (
github.com/census-instrumentation/opencensus-proto v0.2.1
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.3.2
github.com/gorilla/websocket v1.4.0
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
github.com/open-telemetry/opentelemetry-collector v0.2.2
github.com/prometheus/prometheus v1.8.2-0.20190924101040-52e0504f83ea
github.com/spf13/cast v1.3.0
github.com/stretchr/testify v1.4.0
go.uber.org/ratelimit v0.1.0
go.uber.org/zap v1.10.0
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/tools v0.0.0-20191218040434-6f9e13bbec44 // indirect
google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f // indirect
google.golang.org/grpc v1.25.1
gopkg.in/yaml.v2 v2.2.7 // indirect
)