-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Labels
Description
The RPC v2 module is never downloaded, I believe because of the v2 in the path, go mod believes it is a v2 of gorilla/rpc, not a separate package.
$ go mod vendor
go: finding github.com/gorilla/rpc/v2/json2 latest
go: finding github.com/gorilla/rpc/v2 latest
go: downloading github.com/gorilla/rpc/v2 v2.0.0-20180618141230-5c1378103183
$ go vet ./...
cannot find module for path github.com/gorilla/rpc/v2
douglas-watson, LennyLinux, LarsFronius, klimskripko, b0ralgin and 13 more
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status