lightstep / lightstep-tracer-go

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

run dep ensure #172

Closed MatthewDolan closed 5 years ago

MatthewDolan commented 5 years ago

R: @jmacd @JulianGriggs

Summary of changes

JulianGriggs commented 5 years ago

Should we document which version of dep we are using? A lot of these changes look like they are the result of a dep upgrade.

MatthewDolan commented 5 years ago

@JulianGriggs Good point. I added it to the description.

JulianGriggs commented 5 years ago

Maybe we can add it to the README as well? Also, do you have any idea why we didn't have these vendored in already?

MatthewDolan commented 5 years ago

I don't know what the context is behind us not vendor-ing.

I have seen quite a few public repos quoting the Go spec.

Go 1.6 includes support for using local copies of external dependencies to satisfy imports of those dependencies, often referred to as vendoring.

which suggests we should vendor if we want to allow people to go get our code.

MatthewDolan commented 5 years ago

Closing for now, it might make the code a little better but this isn't solving a direct issue.