Closed
Description
Downstream projects using go modules are running into issues since com/appscode/jsonpatch
has moved to github.com/gomodules/jsonpatch
. Not sure if this is user error with go mod's. It's also worth mentioning the update occurred today.
Ex output:
go: finding github.com/appscode/jsonpatch latest
go: downloading github.com/appscode/jsonpatch v0.0.0-20190625112030-8287e15e901f
build command-line-arguments: cannot load github.com/appscode/jsonpatch: cannot find module providing package github.com/appscode/jsonpatch
Env:
go version go1.12.5 darwin/amd64