Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

gorethink package blocking build from source #79

Closed
kylemclaren opened this issue Jun 18, 2015 · 1 comment
Closed

gorethink package blocking build from source #79

kylemclaren opened this issue Jun 18, 2015 · 1 comment

Comments

@kylemclaren
Copy link

FYI @nstott @jipperinbham:

➜  transporter git:(master) go get -a ./cmd/...
# gopkg.in/dancannon/gorethink.v0
../../../gopkg.in/dancannon/gorethink.v0/connection.go:22: undefined: ql2.Response_ResponseNote
@nstott
Copy link
Contributor

nstott commented Jul 3, 2015

Thanks @kylemclaren , try
go get -u ./...
or, go get -u gopkg.in/dancannon/gorethink.v1
-u updates the dependencies of the named packages as well as the packages themselves

@nstott nstott closed this as completed Jul 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants