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

Can not find package jsonpatch #18

Closed
sgohl opened this issue May 28, 2020 · 5 comments
Closed

Can not find package jsonpatch #18

sgohl opened this issue May 28, 2020 · 5 comments

Comments

@sgohl
Copy link

sgohl commented May 28, 2020

I highly want to test this fine piece of software, but go stops on installing:

FROM golang:latest 
RUN go get github.com/jpillora/webproc

package gomodules.xyz/jsonpatch/v2: cannot find package "gomodules.xyz/jsonpatch/v2" in any of:
	/usr/local/go/src/gomodules.xyz/jsonpatch/v2 (from $GOROOT)
	/go/src/gomodules.xyz/jsonpatch/v2 (from $GOPATH)

Not really experienced in Go ... some dependency declaration missed ?

@jpillora
Copy link
Owner

jpillora commented May 28, 2020 via email

@sgohl
Copy link
Author

sgohl commented May 28, 2020

aah I see, didn't realize that offroad domain :-D

https://godoc.org/gomodules.xyz/jsonpatch
seems v2 is abandoned in favor of v3.

can you update the deps?

@jpillora
Copy link
Owner

jpillora commented May 29, 2020 via email

@sgohl
Copy link
Author

sgohl commented May 29, 2020

I just tested your velox with jsonpatch v3 and webproc now installs fine.

So I opened a PR jpillora/velox#7

you may choose now what satisfies you the most ;-)

@sgohl
Copy link
Author

sgohl commented Jun 2, 2020

just confirming that installation now works fine , thanks for merging!

@sgohl sgohl closed this as completed Jun 2, 2020
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

2 participants