Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dominic reported an issue when running go get on v3. ``` go get -u gopkg.in/segmentio/analytics-go.v3 package gopkg.in/segmentio/analytics-go.v3/vendor/github.com/segmentio/backo-go: gopkg.in/segmentio/analytics-go.v3 is a custom import path for https://gopkg.in/segmentio/analytics-go.v3, but /home/dominic/dev/src/gopkg.in/segmentio/analytics-go.v3/vendor/github.com/segmentio/backo-go is checked out from https://github.com/segmentio/backo-go package gopkg.in/segmentio/analytics-go.v3/vendor/github.com/xtgo/uuid: gopkg.in/segmentio/analytics-go.v3 is a custom import path for https://gopkg.in/segmentio/analytics-go.v3, but /home/dominic/dev/src/gopkg.in/segmentio/analytics-go.v3/vendor/github.com/xtgo/uuid is checked out from https://github.com/xtgo/uuid ``` Nick pointed out that we are vendoring backo-go and uuid as submodules. This simply copies them as folders (I used dep to to pull in the actual code).
- Loading branch information