intercom-go
intercom-go copied to clipboard
Up-to-date released package
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 (https://github.com/intercom/intercom-go/commit/a330e26378c2c71837f96a4365a02655c2a6240b)
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