Skip to content

Go Modules: Downstream project is breaking due to move of github.com/appscode/jsonpatch #500

Closed
@connor1989

Description

@connor1989

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.priority/important-longtermImportant over the long term, but may not be staffed and/or may need multiple releases to complete.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions