-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
Description
Version info
- intercom-go version: 1.0.0
- Go version: 1.10
Expected behaviour
Running a dep ensure over a project that imports intercom-go should work
Actual behaviour
Installing dependencies...
The following errors occurred while deducing packages:
* "code.google.com/p/go-uuid/uuid": unable to deduce repository and source type for "code.google.com/p/go-uuid/uuid": unable to read metadata: go-import metadata not found
This was fixed years ago (a330e26)
But if you install the intercom-go package (without specifying master, or v2 branch for example), e.g. with dep ensure -add github.com/intercom/intercom-go it will pick up the tagged 1.0.0, and fail
Perhaps a 1.0.1 from current master (and/or 2.x.x from v2) could be helpful?
Thanks
Reactions are currently unavailable