module github.com/opentracing-contrib/go-grpc

go 1.11

require (
	github.com/golang/protobuf v1.3.2
	github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
	github.com/opentracing/opentracing-go v1.1.0
	github.com/stretchr/testify v1.4.0
	golang.org/x/net v0.0.0-20190921015927-1a5e07d1ff72
	google.golang.org/grpc v1.23.1
)
