lightstep / lightstep-tracer-go

The Lightstep distributed tracing library for Go
https://lightstep.com
MIT License
98 stars 54 forks source link

Fix issue where Gopkg was out of date with code #207

Closed MatthewDolan closed 5 years ago

MatthewDolan commented 5 years ago

R: @iredelmeier

CC: @lightstep/team-application-developer

Summary of Change

I noticed that Gopkg was out of date when trying to get it working with GoLand. It was missing the new dependency that was added when the opencensus exporter was added.

I picked the latest version of opencensus as the version to require, but we could push it back as well. I didn't experiment with which versions of OC would break the integration.