nats-rpc/nrpc

references to go-nats vs nats.go

kulak opened this issue · 2 comments

kulak commented

When I tried using this project (great project) I've got a compiler error:

        github.com/nats-rpc/nrpc imports
        github.com/nats-io/go-nats: github.com/nats-io/go-nats@v1.8.1: parsing go.mod:
        module declares its path as: github.com/nats-io/nats.go
                but was required as: github.com/nats-io/go-nats

I noticed that "go-nats" project is obsolete and points to "nats.go". nrpc seems to reference obsolete version.

Are there any plans to reference newer version path?

Is there a workaround for my error message?

I don't use the go mods (yet), so I cannot help much right now. A PR updating the dependency path would be welcome.

kulak commented

That commit resolved my issue.