You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
Version info
Expected behaviour
Running a
dep ensure
over a project that imports intercom-go should workActual behaviour
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 failPerhaps a 1.0.1 from current master (and/or 2.x.x from v2) could be helpful?
Thanks
The text was updated successfully, but these errors were encountered: