forked from pneymrl2f/nightingale
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
414 B
15 lines
414 B
4 years ago
|
module github.com/lightstep/lightstep-tracer-go
|
||
|
|
||
|
go 1.12
|
||
|
|
||
|
require (
|
||
|
github.com/gogo/protobuf v1.2.1
|
||
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
||
|
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743
|
||
|
github.com/onsi/ginkgo v1.7.0
|
||
|
github.com/onsi/gomega v1.4.3
|
||
|
github.com/opentracing/opentracing-go v1.0.2
|
||
|
go.opencensus.io v0.20.2
|
||
|
google.golang.org/grpc v1.21.0
|
||
|
)
|