Gocb v.1 still requires gocbcore v0.9.0-49-ge3b82b5?

Hi all,

I noticed after upgrading our Go SDK to v1.0.0 using gopkg.in, that gocb still requires the older version of gocbcore from the github repo.

Is this normal? Why is gocb not using gocbcore v.1 from gopkg.in?

Should I go get gocb from a different location than gopkg.in?

Thanks

Hey @noisewaterphd,

This is a side effect of us moving gocbcore within the gocb project. I will see how we can fix this for the next version. For the moment I suggest cloning the repository manually rather than using go get.

Cheers, Brett