Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go get -u github.com/verdverm/frisby fails #17

Open
robmurtha opened this issue Jul 20, 2016 · 5 comments
Open

go get -u github.com/verdverm/frisby fails #17

robmurtha opened this issue Jul 20, 2016 · 5 comments

Comments

@robmurtha
Copy link

robmurtha commented Jul 20, 2016

go version go1.6.2 darwin/amd64

the mozilla vendored version of go-simplejson is preventing usage

sinewave:gopath robmurtha$ go get -u github.com/verdverm/frisby
# github.com/verdverm/frisby
src/github.com/verdverm/frisby/expect.go:221: cannot use json (type *"github.com/mozillazg/request/vendor/github.com/bitly/go-simplejson".Json) as type *"github.com/bitly/go-simplejson".Json in argument to foo

same issue when using gvt

@verdverm
Copy link
Member

Someone gave a great talk at GopherCon 2016 on how vendoring works. I wonder if the slides or video are up somewhere...

@robmurtha
Copy link
Author

I was integrating it using go get, and the gvt vendoring tool, perhaps the
dependent package with the conflict has changed?

On 21 July 2016 at 02:02, Tony Worm notifications@github.com wrote:

Someone gave a great talk at GopherCon 2016 on how vendoring works. I
wonder if the slides or video are up somewhere...


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#17 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABgg8gKryMe8MbVCUVsNZarsSjzuVScnks5qXwuLgaJpZM4JROWD
.

Rob Murtha
302-359-5943

http://www.linkedin.com/in/robmurtha
http://www.twitter.com/robmurtha

@verdverm
Copy link
Member

It did, I tried a 'glide update' and can now repro.

In all likelihood I will do a rewrite along the roadmap I've laid in the
readme, and possibly change the request library.

Unfortunately this probably won't be until late Q3. I'm currently working
on a code generation tool which I will use during the rewrite.

On Thu, Jul 21, 2016, 2:22 PM Rob Murtha notifications@github.com wrote:

I was integrating it using go get, and the gvt vendoring tool, perhaps the
dependent package with the conflict has changed?

On 21 July 2016 at 02:02, Tony Worm notifications@github.com wrote:

Someone gave a great talk at GopherCon 2016 on how vendoring works. I
wonder if the slides or video are up somewhere...


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#17 (comment),
or mute
the thread
<
https://github.com/notifications/unsubscribe-auth/ABgg8gKryMe8MbVCUVsNZarsSjzuVScnks5qXwuLgaJpZM4JROWD

.

Rob Murtha
302-359-5943

http://www.linkedin.com/in/robmurtha
http://www.twitter.com/robmurtha


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
#17 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABU4CAIFBfU22ws8AXWwrGiJytMqb_F5ks5qX9T1gaJpZM4JROWD
.

@AbellaLiu
Copy link

@verdverm have you fixed the issue?

@verdverm
Copy link
Member

Did you use glide update or install?

On Wed, Aug 24, 2016, 2:55 AM liulinlin notifications@github.com wrote:

@verdverm https://github.com/verdverm have you fixed the issue?


You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub
#17 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABU4CLtgUDCsV8_-lhg3NNlW3YWJvrYfks5qjAcVgaJpZM4JROWD
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants